[Qemu-devel] qemu 0.11 and kqemu source question

2010-06-19 Thread David Woodfall
Hi, I'm the maintainer for the kqemu and now qemu 0.11 slackbuilds at slackbuilds.org and just wanted to find out if the old 0.11 sources are likely to be continued to be hosted, or if it's likely they may be removed at some point? Cheers David -- Don't look back, the lemmings are gaining on yo

Re: [Qemu-devel] [Bug 596106] Re: kvm to emulate 64 bit cpu on 32 bit host

2010-06-19 Thread Natalia Portillo
El 19/06/2010, a las 22:12, Andrew Cathrow escribió: > > > > > - "Natalia Portillo" wrote: > > From: "Natalia Portillo" > > To: qemu-devel@nongnu.org > > Sent: Saturday, June 19, 2010 9:01:04 AM GMT -05:00 US/Canada Eastern > > Subject: [Qemu-devel] [Bug 596106] Re: kvm to emulate 64 b

Re: [Qemu-devel] [Bug 596106] Re: kvm to emulate 64 bit cpu on 32 bit host

2010-06-19 Thread Andrew Cathrow
- "Natalia Portillo" wrote: > From: "Natalia Portillo" > To: qemu-devel@nongnu.org > Sent: Saturday, June 19, 2010 9:01:04 AM GMT -05:00 US/Canada Eastern > Subject: [Qemu-devel] [Bug 596106] Re: kvm to emulate 64 bit cpu on 32 bit > host > > VMWare is able to do it, we should be a

[Qemu-devel] [PATCH 2/2] Two new monitor commands: 'info keyboard', 'keyboard_set'

2010-06-19 Thread Shahar Havivi
Signed-off-by: Shahar Havivi --- console.h |5 ++ hw/usb-hid.c|6 +++ input.c | 111 +++ monitor.c |8 qemu-monitor.hx | 18 + 5 files changed, 148 insertions(+), 0 deletions(-) diff --git a/

[Qemu-devel] [PATCH 1/2] Support for multiple keyboard devices

2010-06-19 Thread Shahar Havivi
Signed-off-by: Shahar Havivi --- console.h| 15 +++- hw/adb.c |2 +- hw/escc.c|3 +- hw/musicpal.c|2 +- hw/nseries.c |4 +- hw/palm.c|2 +- hw/ps2.c |2 +- hw/pxa2xx_keypad.c |3 +

[Qemu-devel] [PATCH 0/2 v5] Qemu support for multiple keyboard devices

2010-06-19 Thread Shahar Havivi
v5: Merge with commit 46aaebff40f942e7b17b426916a3dee9b8b6f274 and last monitor changes. Qemu support for multiple keyboard devices: Patch #1 adding keyboard is done to qemu tail queue instead of "last added keyboard wins", when removing keyboard via device_del - prev keyboard

[Qemu-devel] [Bug 588803] Re: Image corruption during snapshot creation/deletion

2010-06-19 Thread Anthony Liguori
** Visibility changed to: Public ** This bug is no longer flagged as a security vulnerability -- Image corruption during snapshot creation/deletion https://bugs.launchpad.net/bugs/588803 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 595906] Re: [ARM] All variants of ADDSUBX, SUBADDX give incorrect results

2010-06-19 Thread Chris Winter
Chih-Min, I think this fix looks good. Can you submit it to qemu-devel so someone can push it to mainline? -- [ARM] All variants of ADDSUBX,SUBADDX give incorrect results https://bugs.launchpad.net/bugs/595906 You received this bug notification because you are a member of qemu- devel-ml, which i

Re: [Qemu-devel] [PATCH 1/2] Add 'serial' attribute to virtio-blk devices

2010-06-19 Thread Blue Swirl
On Sat, Jun 19, 2010 at 10:58 AM, Ulrich Drepper wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/19/2010 01:24 AM, Blue Swirl wrote: >>> +static inline int serial_sysfs(char *d, char *s, int n) >>> +{ >>> +       char *di = d; >> >> I'd change this to: >> static inline ssize_t s

Re: [Qemu-devel] Re: [PATCH] ceph/rbd block driver for qemu-kvm (v3)

2010-06-19 Thread Christian Brunner
> > Are you going to send a final version which includes Simone's patch or > should I apply them as two patches and just accept that rbd is broken > after the first one? Or were there any other problems that need to be > solved first? I'll send a final version, when I've tested everything. There

[Qemu-devel] [Bug 595906] Re: [ARM] All variants of ADDSUBX, SUBADDX give incorrect results

2010-06-19 Thread Chris Winter
** Changed in: qemu Status: New => Confirmed ** Changed in: qemu Status: Confirmed => In Progress -- [ARM] All variants of ADDSUBX,SUBADDX give incorrect results https://bugs.launchpad.net/bugs/595906 You received this bug notification because you are a member of qemu- devel-ml, wh

[Qemu-devel] [Bug 596106] Re: kvm to emulate 64 bit cpu on 32 bit host

2010-06-19 Thread Natalia Portillo
VMWare is able to do it, we should be able. -- kvm to emulate 64 bit cpu on 32 bit host https://bugs.launchpad.net/bugs/596106 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Won't Fix Bug description: i wish kvm can ru

Re: [Qemu-devel] [PATCH 1/2] Add 'serial' attribute to virtio-blk devices

2010-06-19 Thread Ulrich Drepper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/19/2010 01:24 AM, Blue Swirl wrote: >> +static inline int serial_sysfs(char *d, char *s, int n) >> +{ >> + char *di = d; > > I'd change this to: > static inline ssize_t serial_sysfs(char *d, const char *s, ssize_t n) > { >const cha

Re: [Qemu-devel] [PATCH 1/2] Add 'serial' attribute to virtio-blk devices

2010-06-19 Thread Blue Swirl
On Fri, Jun 18, 2010 at 6:38 PM, Ryan Harper wrote: > Create a new attribute for virtio-blk devices that will fetch the serial > number > of the block device.  This attribute can be used by udev to create disk/by-id > symlinks for devices that don't have a UUID (filesystem) associated with them.