Re: [Qemu-devel] [RFC] qemu-ga: Introduce guest-hibernate command

2011-12-08 Thread Michael Roth
On 12/08/2011 12:52 PM, Luiz Capitulino wrote: This is basically suspend to disk on a Linux guest. Nice! Signed-off-by: Luiz Capitulino --- This is an RFC because I did it as simple as possible and I'm open to suggestions... Now, while testing this or even "echo disk> /sys/power/state" I

Re: [Qemu-devel] [PATCH 2/2] configure: remove --enable-cocoa (default), add --disable-cocoa.

2011-12-08 Thread andrzej zaborowski
On 7 December 2011 22:12, Andreas Färber wrote: > Am 07.12.2011 08:47, schrieb Andrzej Zaborowski: >> Cocoa can only be enabled on Darwin, and is enabled by default too, >> making --enable-cocoa redundant, with no way to disable Cocoa.  It >> also interfered with SDL support in a way that was depe

Re: [Qemu-devel] [PATCH 2/2] configure: remove --enable-cocoa (default), add --disable-cocoa.

2011-12-08 Thread andrzej zaborowski
On 9 December 2011 02:25, andrzej zaborowski wrote: >>> Cocoa support seems to be broken at the moment, at least on some >>> MacOS X versions.  But qemu builds and runs with SDL. >> >> Many times have I asked how to actually use SDL with QEMU on Mac OS X. >> If you've figured it out, please share

Re: [Qemu-devel] [PATCH 00/14] ARM: Samsung S5PC210-based boards support.

2011-12-08 Thread Chih-Min Chao
On Thu, Dec 8, 2011 at 6:58 PM, Peter Maydell wrote: > On 7 December 2011 10:45, Dmitry Solodkiy wrote: >> Dear Peter, >> >>  Orion, s5pc210 and Exynos4210 are aliases for the same hardware chip. >>  We decided that s5pc210 is more informative than exynos4 (there are >> many hardware models start

Re: [Qemu-devel] [RFC] qemu-ga: Introduce guest-hibernate command

2011-12-08 Thread Michael Roth
On 12/08/2011 12:52 PM, Luiz Capitulino wrote: This is basically suspend to disk on a Linux guest. Signed-off-by: Luiz Capitulino --- This is an RFC because I did it as simple as possible and I'm open to suggestions... Now, while testing this or even "echo disk> /sys/power/state" I get severa

Re: [Qemu-devel] [PATCH] use pci macro in virtio

2011-12-08 Thread hkran
On 12/08/2011 06:17 PM, Stefan Hajnoczi wrote: On Thu, Dec 8, 2011 at 5:49 AM, hkran wrote: Signed-off-by: hkran Anthony asked that you put your real name in the Signed-off-by. You don't need to resend the patch, please just reply to this mail with: Signed-off-by: $YOUR_NAME Thanks, Stefan

Re: [Qemu-devel] [PATCH] use PCI MACRO in virtio-pci

2011-12-08 Thread hkran
On 12/08/2011 10:30 AM, Anthony Liguori wrote: On 12/07/2011 03:39 AM, hkran wrote: Signed-off-by: hkran A Signed-off-by line needs to use your full name. Regards, Anthony Liguori --- hw/virtio-pci.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio-pci.c

Re: [Qemu-devel] [RFC] qemu-ga: Introduce guest-hibernate command

2011-12-08 Thread Amit Shah
On (Thu) 08 Dec 2011 [16:52:58], Luiz Capitulino wrote: > This is basically suspend to disk on a Linux guest. > > Signed-off-by: Luiz Capitulino > --- > > This is an RFC because I did it as simple as possible and I'm open to > suggestions... > > Now, while testing this or even "echo disk > /sys

Re: [Qemu-devel] [PATCH v4 00/15] uq/master: Introduce basic irqchip support

2011-12-08 Thread Jan Kiszka
On 2011-12-08 22:25, Blue Swirl wrote: > On Thu, Dec 8, 2011 at 11:52, Jan Kiszka wrote: >> Changes in v4: >> - rebased of current uq/master >> - fixed stupid bugs that broke bisectability and user space irqchip mode >> - integrated NMI-over-LINT1 injection logic > > I had comments to one patch,

Re: [Qemu-devel] [PATCH v4 12/15] kvm: x86: Add user space part for in-kernel APIC

2011-12-08 Thread Jan Kiszka
On 2011-12-08 22:16, Blue Swirl wrote: > On Thu, Dec 8, 2011 at 11:52, Jan Kiszka wrote: >> This introduces the alternative APIC backend which makes use of KVM's >> in-kernel device model. External NMI injection via LINT1 is emulated by >> checking the current state of the in-kernel APIC, only inj

Re: [Qemu-devel] [PATCH v4 12/15] kvm: x86: Add user space part for in-kernel APIC

2011-12-08 Thread Jan Kiszka
On 2011-12-09 08:45, Jan Kiszka wrote: > On 2011-12-08 22:16, Blue Swirl wrote: >> On Thu, Dec 8, 2011 at 11:52, Jan Kiszka wrote: >>> This introduces the alternative APIC backend which makes use of KVM's >>> in-kernel device model. External NMI injection via LINT1 is emulated by >>> checking the

[Qemu-devel] [RFC][PATCT 0/5 v2] dump memory when host pci device is used by guest

2011-12-08 Thread Wen Congyang
Hi, all 'virsh dump' can not work when host pci device is used by guest. We have discussed this issue here: http://lists.nongnu.org/archive/html/qemu-devel/2011-10/msg00736.html We have determined to introduce a new command dump to dump memory. The core file's format can be elf. Note: 1. The gue

[Qemu-devel] [PATCH v2] block/cow.c : return real error code in cow.c

2011-12-08 Thread Li Zhi Hui
v2: modify some errors Signed-off-by: Li Zhi Hui --- block/cow.c | 31 ++- 1 files changed, 18 insertions(+), 13 deletions(-) diff --git a/block/cow.c b/block/cow.c index 3c52735..51ca681 100644 --- a/block/cow.c +++ b/block/cow.c @@ -64,15 +64,17 @@ static int cow

<    1   2