Re: [Qemu-devel] [PATCH v2 4/4] prep: add IBM RS/6000 7020 (40p) machine emulation

2017-01-06 Thread Hervé Poussineau
Le 06/01/2017 à 00:21, David Gibson a écrit : On Thu, Jan 05, 2017 at 10:56:57PM +0100, Hervé Poussineau wrote: Machine supports both Open Hack'Ware and OpenBIOS. Open Hack'Ware is the default because OpenBIOS is currently unable to boot PReP boot partitions or PReP kernels. Signed-off-by: Herv

Re: [Qemu-devel] [PATCH 15/20] spice-char: improve error reporting

2017-01-06 Thread Eric Blake
On 01/05/2017 10:53 AM, Marc-André Lureau wrote: > Set errp to report errors up to the right monitor. > > Use error_append_hint() to give hints about parameters on !qmp monitors, > instead of a direct fprintf() call. > > Signed-off-by: Marc-André Lureau > --- > spice-qemu-char.c | 30 ++

Re: [Qemu-devel] [PATCH 17/20] gtk: overwrite the console.c char driver

2017-01-06 Thread Eric Blake
On 01/05/2017 10:53 AM, Marc-André Lureau wrote: > Instead of registering a vc handler to allocate the Gtk VC Chardev, > overwrite the console.c char driver. > > A later patch, when switching to QOM, will register a default console vc > QOM class if none has been registered before. > > Signed-off

Re: [Qemu-devel] [PATCH 18/20] baum: use a common prefix for chr callbacks

2017-01-06 Thread Eric Blake
On 01/05/2017 10:53 AM, Marc-André Lureau wrote: > Signed-off-by: Marc-André Lureau > --- > backends/baum.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library h

Re: [Qemu-devel] [PATCH 19/20] vc: use a common prefix for chr callbacks

2017-01-06 Thread Eric Blake
On 01/05/2017 10:53 AM, Marc-André Lureau wrote: > vc_chr_write() is more appropriate than _puts() since no newline is > appended, even though it's not used only as a callback. > > Keep "qemu_chr_parse" prefix, most chardev parse functions use this > prefix atm. > > Signed-off-by: Marc-André Lure

Re: [Qemu-devel] [PATCH 05/20] char: use a const CharDriver

2017-01-06 Thread Marc-André Lureau
Hi - Original Message - > On 01/05/2017 10:53 AM, Marc-André Lureau wrote: > > No need to allocate & copy fields, let's use static const struct > > instead. > > > > Signed-off-by: Marc-André Lureau > > --- > > include/sysemu/char.h | 19 +++ > > backends/baum.c | 8 ++- > >

Re: [Qemu-devel] [PATCH 06/20] char: use a static array for backends

2017-01-06 Thread Marc-André Lureau
Hi - Original Message - > On 01/05/2017 10:53 AM, Marc-André Lureau wrote: > > Number and kinds of backends is known at compile-time, use a fixed-sized > > static array to simplify iterations & lookups. Add an alias field to the > > CharDriver structure to cover the cases where we previous

Re: [Qemu-devel] Problems with qemu "modern" virtio on sparc64

2017-01-06 Thread Guenter Roeck
On Fri, Jan 06, 2017 at 11:48:37PM +0200, Michael S. Tsirkin wrote: > On Fri, Jan 06, 2017 at 01:05:46PM -0800, Guenter Roeck wrote: > > On Fri, Jan 06, 2017 at 07:42:19PM +, Mark Cave-Ayland wrote: > > > On 06/01/17 18:34, Guenter Roeck wrote: > > > > > > > On Fri, Jan 06, 2017 at 05:04:58PM

[Qemu-devel] [Bug 1500935] Re: Qemu / KVM always wants to be on top

2017-01-06 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1500935 Title: Qemu / KVM

[Qemu-devel] [Bug 521202] Re: Windows XP x64 / 2008 Server x64 broken on 32-bit hosts with QEMU > 0.9.0

2017-01-06 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/521202 Title: Windows XP x

[Qemu-devel] [Bug 607204] Re: New qemu instances often cannot be started if host system is under load

2017-01-06 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/607204 Title: New qemu ins

[Qemu-devel] [Bug 485250] Re: nic e1000 network interface does not work with 32-bit windows 2003r2 with sp2

2017-01-06 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/485250 Title: nic e1000 ne

[Qemu-devel] [Bug 673009] Re: Latest git crashes in if_start with netBSD guest

2017-01-06 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/673009 Title: Latest git c

[Qemu-devel] [Bug 485258] Re: 64-bit win2003r2 with sp2 64-bit with network type rtl8139 generates blue screen after running network test

2017-01-06 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/485258 Title: 64-bit win20

Re: [Qemu-devel] [PATCH RESEND 2/6] crypto: add AEAD algorithms framework

2017-01-06 Thread Longpeng (Mike)
Hi Daniel, On 2017/1/6 19:28, Daniel P. Berrange wrote: > On Thu, Jan 05, 2017 at 08:49:37AM +0800, Longpeng(Mike) wrote: >> This patch introduce AEAD algorithms framework. > > So AEAD is essentially just encryption with extra metadata on > input and output stages. As such I don't think this sho

Re: [Qemu-devel] [PATCH v1 02/14] target-ppc: Add xxinsertw instruction

2017-01-06 Thread David Gibson
On Fri, Jan 06, 2017 at 11:44:44AM +0530, Nikunj A Dadhania wrote: > xxinsertw: VSX Vector Insert Word > > Signed-off-by: Nikunj A Dadhania Applied to ppc-for-2.9. > --- > target/ppc/helper.h | 1 + > target/ppc/int_helper.c | 25 + > target

Re: [Qemu-devel] [PATCH v1 02/14] target-ppc: Add xxinsertw instruction

2017-01-06 Thread David Gibson
On Fri, Jan 06, 2017 at 01:58:19PM +0530, Nikunj A Dadhania wrote: > David Gibson writes: > > > [ Unknown signature status ] > > On Fri, Jan 06, 2017 at 11:44:44AM +0530, Nikunj A Dadhania wrote: > >> xxinsertw: VSX Vector Insert Word > >> > >> Signed-off-by: Nikunj A Dadhania > > > > The comme

<    1   2   3