Although it's rare to happen in live migration, when the head of a
byte stream contains 0x05 which is the marker of subsection, the
loader gets corrupted because vmstate_subsection_load() continues even
the device doesn't require it. This patch adds a checker whether
subsection is needed, and skip
On 12/13/2010 11:24 PM, Alex Williamson wrote:
Register the actual VM RAM using the new API
@@ -913,14 +913,11 @@ void pc_memory_init(ram_addr_t ram_size,
/* allocate RAM */
ram_addr = qemu_ram_alloc(NULL, "pc.ram",
below_4g_mem_size + above_4g_mem_si
At 2010-12-09 11:41, Wen Congyang Write:
> When I use the command 'virsh save' to save the domain state,
> I receive the following error message:
> operation failed: Migration unexpectedly failed.
>
> I debug the qemu by adding some printf(), and find the function
> pclose() returns -1.
>
> I use
2010/12/14 欧阳晓华 :
> I use qemu-0.13.0, and I want to emulate SPARC system,
> I did these:
> 1.qemu-img create solaris.img 10G
> 2.qemu-system-sparc -m 256 -hda solaris.img -boot d -cdrom
> sol-9-905-sparc.iso
> 3.qemu reported "Unhandled Exception 0X0007", and then "Stopping
> execution"
> Any
On Mon, Dec 13, 2010 at 10:04:24PM -0700, Alex Williamson wrote:
> On Tue, 2010-12-14 at 06:57 +0200, Michael S. Tsirkin wrote:
> > On Mon, Dec 13, 2010 at 09:49:21PM -0700, Alex Williamson wrote:
> > > On Tue, 2010-12-14 at 06:46 +0200, Michael S. Tsirkin wrote:
> > > > On Mon, Dec 13, 2010 at 01:
On Mon, Dec 13, 2010 at 10:00:48PM -0700, Alex Williamson wrote:
> On Tue, 2010-12-14 at 06:43 +0200, Michael S. Tsirkin wrote:
> > On Mon, Dec 13, 2010 at 12:15:08PM -0700, Alex Williamson wrote:
> > > On Mon, 2010-12-13 at 21:06 +0200, Michael S. Tsirkin wrote:
> > > > On Mon, Dec 13, 2010 at 11:
* Chris Wright (chr...@redhat.com) wrote:
> Please send in any agenda items you are interested in covering.
No agenda, today's call is cancelled.
On 12/14/10 01:12, Chris Wright wrote:
> Please send in any agenda items you are interested in covering.
>
> thanks,
> -chris
>
Chris,
Any chance you could fix your cronjob to send out the CFA a day earlier?
15 hrs before is a bit short notice.
Cheers,
Jes
On Tue, 2010-12-14 at 11:18 +0200, Avi Kivity wrote:
> On 12/13/2010 11:24 PM, Alex Williamson wrote:
> > Register the actual VM RAM using the new API
> >
> >
> > @@ -913,14 +913,11 @@ void pc_memory_init(ram_addr_t ram_size,
> > /* allocate RAM */
> > ram_addr = qemu_ram_alloc(NULL, "p
On 12/14/2010 09:16 AM, Alex Williamson wrote:
On Tue, 2010-12-14 at 11:18 +0200, Avi Kivity wrote:
On 12/13/2010 11:24 PM, Alex Williamson wrote:
Register the actual VM RAM using the new API
@@ -913,14 +913,11 @@ void pc_memory_init(ram_addr_t ram_size,
/* allocate RAM */
Luiz Capitulino writes:
> The first if/else clause in handler_audit() makes no sense for two
> reasons:
>
> 1. this function is now called only by QMP code, so testing if
> it's a QMP call makes no sense anymore
>
> 2. the else clause first asserts that there's no error in the
> mon
Luiz Capitulino writes:
> Please, check individual patches for details.
ACK series
ATAPI also can do ncq, so let's expose the capability.
This patch makes CD-ROM support work on Windows 7 for me.
Signed-off-by: Alexander Graf
---
hw/ide/core.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/hw/ide/core.c b/hw/ide/core.c
index 344b7b4..0bf129f 100
* Jes Sorensen (jes.soren...@redhat.com) wrote:
> Any chance you could fix your cronjob to send out the CFA a day earlier?
> 15 hrs before is a bit short notice.
Sure.
On Tue, 2010-12-14 at 14:32 +0200, Michael S. Tsirkin wrote:
> On Mon, Dec 13, 2010 at 10:00:48PM -0700, Alex Williamson wrote:
> > On Tue, 2010-12-14 at 06:43 +0200, Michael S. Tsirkin wrote:
> > > On Mon, Dec 13, 2010 at 12:15:08PM -0700, Alex Williamson wrote:
> > > > On Mon, 2010-12-13 at 21:06
On 12/14/2010 04:41 PM, Alex Williamson wrote:
> Maybe in this particular case the advantage is minimal.
> But it seems easier to stick to a rule of no more version
> bumps than argue about each case.
Do we have such a rule? If we have a subsection who's needed function
is return 1, I think
Am 14.12.2010 01:34, schrieb Alexander Graf:
> The ATA core is currently heavily intertwined with BMDMA code. Let's loosen
> that a bit, so we can happily replace the DMA backend with different
> implementations.
>
> Signed-off-by: Alexander Graf
Something in this patch makes qemu abort with a f
Am 14.12.2010 01:34, schrieb Alexander Graf:
> We hook into transfer_start and immediately call the end function
> for ahci. This means that everything needs to be in place for the
> end function when we start the transfer, so let's move the function
> down to where all state is in place.
>
> Sign
Am 14.12.2010 01:34, schrieb Alexander Graf:
> This patch adds support for AHCI emulation. I have tested and verified it
> works
> in Linux, OpenBSD, Windows Vista and Windows 7. This AHCI emulation supports
> NCQ, so multiple read or write requests can be outstanding at the same time.
>
> The co
Stefan Hajnoczi writes:
> On Wed, Dec 1, 2010 at 6:01 PM, Venkateswararao Jujjuri (JV)
> wrote:
>> On 12/1/2010 1:35 AM, Stefan Hajnoczi wrote:
>>> On Tue, Nov 30, 2010 at 9:52 AM, Sanchit Garg
>>> wrote:
@@ -3707,19 +3708,19 @@ VirtIODevice *virtio_9p_init(DeviceState *dev,
V9fsConf
On Mon, Dec 13, 2010 at 8:00 PM, Isaku Yamahata wrote:
> On Mon, Dec 13, 2010 at 03:43:44PM -0700, Cam Macdonell wrote:
>> Do not call pci_update_mappings on the lower 32-bits of a 64-bit bar. Wait
>> for the upper 32 or else Qemu will try to map on just the lower 32 which is
>> probably going
On Tue, 2010-12-14 at 14:26 +0200, Michael S. Tsirkin wrote:
> On Mon, Dec 13, 2010 at 10:04:24PM -0700, Alex Williamson wrote:
> >
> > I've only ever seen config[PCI_SECONDARY_BUS] be non-zero for an
> > assigned device, so I'm pretty sure we're not going to hurt migration,
> > but the code is cl
Gerd Hoffmann writes ("[Xen-devel] Re: [Qemu-devel] [PATCH] qemu and qemu-xen:
support empty write barriers in xen_disk"):
> On 11/24/10 14:08, Stefano Stabellini wrote:
> > this patch can be applied to both qemu-xen and qemu and adds support
> > for empty write barriers to xen_disk.
>
> Looks go
Am 12.12.2010 um 00:22 schrieb Benjamin Herrenschmidt:
On Sat, 2010-12-11 at 18:06 +0200, Gleb Natapov wrote:
http://playground.sun.com/pub/p1275/bindings/pci/pci2_1.pdf has table
on
page 10 that defines how pci class code should be translated into OF
name. This is what my patch is using. pci-a
On 12/11/2010 03:44 PM, Blue Swirl wrote:
On Sat, Dec 11, 2010 at 2:32 PM, Stefano Bonifazi
wrote:
Where does the execution of host binary take place in the previous list of
events? Between point 5) and 6) ?
After 6) ? In what QEMU source code file/function does the final execution of
host
> The only working system emulation we have are Macs (G3 beige, G4, G5),
> so we can't just ignore Apple.
> Alex even made me stick to their odd 0x41 rtas-version property. ;)
Hah :-) Nothing ever used RTAS on these... afaik, it didn't even work
properly.
> No, but that may be OpenBIOS' fault.
On 14.12.2010, at 21:31, Benjamin Herrenschmidt wrote:
>
>> The only working system emulation we have are Macs (G3 beige, G4, G5),
>> so we can't just ignore Apple.
>> Alex even made me stick to their odd 0x41 rtas-version property. ;)
>
> Hah :-) Nothing ever used RTAS on these... afaik, it
On 14.12.2010, at 17:20, Kevin Wolf wrote:
> Am 14.12.2010 01:34, schrieb Alexander Graf:
>> The ATA core is currently heavily intertwined with BMDMA code. Let's loosen
>> that a bit, so we can happily replace the DMA backend with different
>> implementations.
>>
>> Signed-off-by: Alexander Graf
The ATA core is currently heavily intertwined with BMDMA code. Let's loosen
that a bit, so we can happily replace the DMA backend with different
implementations.
Signed-off-by: Alexander Graf
---
v7 -> v8:
- rewrite as DMA ops
v8 -> v9:
- fold in: split out irq setting
- fold in: move
We hook into transfer_start and immediately call the end function
for ahci. This means that everything needs to be in place for the
end function when we start the transfer, so let's move the function
down to where all state is in place.
Signed-off-by: Alexander Graf
---
v9 -> v10:
- fix typo
On 14.12.2010, at 17:28, Kevin Wolf wrote:
> Am 14.12.2010 01:34, schrieb Alexander Graf:
>> This patch adds support for AHCI emulation. I have tested and verified it
>> works
>> in Linux, OpenBSD, Windows Vista and Windows 7. This AHCI emulation supports
>> NCQ, so multiple read or write reques
Hi,
I tried to get the memory stats by using virDomainMemoryStats() of libvirt,
but it could not do it because of the following patch:
[PATCH 03/23] disable guest-provided stats on "info balloon" command
2010/10/01 from Luiz Capitulino
http://www.mail-archive.com/qemu-devel@nongnu.org/msg430
BTW windows 2008 guest start failed at qem-kvm 0.13.0, but 0.12.5 start success.
Best regards
2010/12/15 changlimin :
> BTW windows 2008 guest start failed at qem-kvm 0.13.0, but 0.12.5 start
> success.
I am not qemu/kvm expert, but I think if you could provide either qemu
instruction trace (using -d) or traces inside the guest OS itself
(windows live debugger maybe?), it would be much ea
34 matches
Mail list logo