Re: [Autotest] [PATCH] Virt: Adding softlockup subtest

2011-08-14 Thread Lucas Meneghel Rodrigues
On Wed, Jul 20, 2011 at 10:30 PM, Lucas Meneghel Rodrigues wrote: > From: pradeep > > This patch introduces a soft lockup/drift test with stress. > >    1) Boot up a VM. >    2) Build stress on host and guest. >    3) run heartbeat monitor with the given options on server and host. >    3) Run fo

Re: [PATCH] virtio-net: Read MAC only after initializing MSI-X

2011-08-14 Thread Sasha Levin
On Sun, 2011-08-14 at 12:23 +0930, Rusty Russell wrote: > On Sat, 13 Aug 2011 11:51:01 +0300, Sasha Levin > wrote: > > The MAC of a virtio-net device is located at the first field of the device > > specific header. This header is located at offset 20 if the device doesn't > > support MSI-X or off

Re: [Qemu-devel] [PATCH 2/3] memory: add API for creating ROM/device regions

2011-08-14 Thread Anthony Liguori
On 08/13/2011 10:05 PM, Avi Kivity wrote: On 08/12/2011 06:48 AM, Anthony Liguori wrote: target_phys_addr_t offset_in_region; AddrRange addr; uint8_t dirty_log_mask; + bool readable; @@ -125,6 +125,7 @@ struct FlatRange { In a follow up, it might be good to add a comment explaining that this w

Re: [Qemu-devel] [PATCH 2/3] memory: add API for creating ROM/device regions

2011-08-14 Thread Alexander Graf
Am 14.08.2011 um 06:29 schrieb Anthony Liguori : > On 08/13/2011 10:05 PM, Avi Kivity wrote: >> On 08/12/2011 06:48 AM, Anthony Liguori wrote: target_phys_addr_t offset_in_region; AddrRange addr; uint8_t dirty_log_mask; + bool readable; >>> @@ -125,6 +125,7 @@ struct FlatRange

Re: [Qemu-devel] [PATCH 2/3] memory: add API for creating ROM/device regions

2011-08-14 Thread Anthony Liguori
On 08/14/2011 10:43 AM, Alexander Graf wrote: Am 14.08.2011 um 06:29 schrieb Anthony Liguori: On 08/13/2011 10:05 PM, Avi Kivity wrote: On 08/12/2011 06:48 AM, Anthony Liguori wrote: target_phys_addr_t offset_in_region; AddrRange addr; uint8_t dirty_log_mask; + bool readable; @@ -125,6 +125

Re: [PATCH v1.1 18/24] versatile_pci: convert to memory API

2011-08-14 Thread Avi Kivity
On 08/11/2011 02:53 PM, Peter Maydell wrote: On 11 August 2011 17:29, Avi Kivity wrote: > -static uint32_t pci_vpb_config_readl (void *opaque, target_phys_addr_t addr) > +static uint64_t pci_vpb_config_read(void *opaque, target_phys_addr_t addr, > +unsigned

Re: [Qemu-devel] [PATCH 17/24] arm11mpcore: use sysbus_init_mmio_cb2

2011-08-14 Thread Avi Kivity
On 08/12/2011 06:23 AM, Peter Maydell wrote: >static int realview_mpcore_init(SysBusDevice *dev) >{ > mpcore_rirq_state *s = FROM_SYSBUS(mpcore_rirq_state, dev); > @@ -79,7 +84,7 @@ static int realview_mpcore_init(SysBusDevice *dev) > } > } > qdev_init_gpio_in

[Bug 39412] Win Vista and Win2K8 guests' network breaks down

2011-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=39412 Florian Mickler changed: What|Removed |Added Status|VERIFIED|REOPENED Resolution|CODE_FIX

Re: [PATCH] virtio-net: Read MAC only after initializing MSI-X

2011-08-14 Thread Rusty Russell
On Sun, 14 Aug 2011 16:57:32 +0300, Sasha Levin wrote: > On Sun, 2011-08-14 at 12:23 +0930, Rusty Russell wrote: > > On Sat, 13 Aug 2011 11:51:01 +0300, Sasha Levin > > wrote: > > > The MAC of a virtio-net device is located at the first field of the device > > > specific header. This header is l

[Bug 23992] RFE: Add support for MS-DOS FPU compatibility mode

2011-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=23992 --- Comment #3 from CJ 2011-08-15 02:55:24 --- I followed the notes to install netinst.iso (http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/netinst.iso) on KVM but the guest OS hangs at "Select and install software" -- "Runnin

[Bug 40752] BUG: unable to handle kernel paging request at bffffc20

2011-08-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=40752 --- Comment #4 from Anonymous Emailer 2011-08-15 03:00:06 --- Reply-To: xiaoguangr...@cn.fujitsu.com On 08/10/2011 09:39 PM, Avi Kivity wrote: > On 08/09/2011 09:16 PM, bugzilla-dae...@bugzilla.kernel.org wrote: >> https://bugzilla.kernel.o

Re: [RFC PATCH]vhost-blk: In-kernel accelerator for virtio block device

2011-08-14 Thread Liu Yuan
On 08/13/2011 12:12 AM, Badari Pulavarty wrote: On 8/12/2011 4:40 AM, Liu Yuan wrote: On 08/12/2011 04:27 PM, Liu Yuan wrote: On 08/12/2011 12:50 PM, Badari Pulavarty wrote: On 8/10/2011 8:19 PM, Liu Yuan wrote: On 08/11/2011 11:01 AM, Liu Yuan wrote: It looks like the patch wouldn't work

Re: [RFC PATCH]vhost-blk: In-kernel accelerator for virtio block device

2011-08-14 Thread Badari Pulavarty
On 8/14/2011 8:20 PM, Liu Yuan wrote: On 08/13/2011 12:12 AM, Badari Pulavarty wrote: On 8/12/2011 4:40 AM, Liu Yuan wrote: On 08/12/2011 04:27 PM, Liu Yuan wrote: On 08/12/2011 12:50 PM, Badari Pulavarty wrote: On 8/10/2011 8:19 PM, Liu Yuan wrote: On 08/11/2011 11:01 AM, Liu Yuan wrote:

Re: [RFC PATCH v3 3/4] lock to protect memslots

2011-08-14 Thread Umesh Deshpande
On 08/12/2011 02:45 AM, Paolo Bonzini wrote: On 08/11/2011 06:20 PM, Paolo Bonzini wrote: +qemu_mutex_lock_ramlist(); QLIST_REMOVE(block, next); QLIST_INSERT_HEAD(&ram_list.blocks, block, next); +qemu_mutex_unlock_ramlist();