Re: [Qemu-devel] [PATCH 23/88] M68K: use g_new() family of functions

2017-10-06 Thread Thomas Huth
Am Fri, 6 Oct 2017 20:49:18 -0300 schrieb Philippe Mathieu-Daudé : > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Signed-off-by: Philippe Mathieu-Daudé > [PMD: squashed commits] >

Re: [Qemu-devel] [PATCH 59/88] ppce500: use g_new() family of functions

2017-10-06 Thread David Gibson
On Fri, Oct 06, 2017 at 08:49:54PM -0300, Philippe Mathieu-Daudé wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Signed-off-by: Philippe Mathieu-Daudé > [PMD: replaced g_new0() -> g_new() since

Re: [Qemu-devel] [PATCH 58/88] ppc4xx: use g_new() family of functions

2017-10-06 Thread David Gibson
On Fri, Oct 06, 2017 at 08:49:53PM -0300, Philippe Mathieu-Daudé wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Signed-off-by: Philippe Mathieu-Daudé > [PMD: added more changes in

Re: [Qemu-devel] [PATCH] spapr_pci: fail gracefully with non-pseries machine types

2017-10-06 Thread David Gibson
On Fri, Oct 06, 2017 at 05:09:04PM +0200, Greg Kurz wrote: > QEMU currently crashes when the user tries to add a spapr-pci-host-bridge > on a non-pseries machine: > > $ qemu-system-ppc64 -M ppce500 -device spapr-pci-host-bridge,index=1 > hw/ppc/spapr_pci.c:1535:spapr_phb_realize: > Object

Re: [Qemu-devel] [PATCH 1/2] spapr/rtas: disable the decrementer interrupt when a CPU is unplugged

2017-10-06 Thread David Gibson
On Fri, Oct 06, 2017 at 11:15:31PM +0200, Cédric Le Goater wrote: > On 10/06/2017 11:07 AM, David Gibson wrote: > > On Thu, Oct 05, 2017 at 06:49:58PM +0200, Cédric Le Goater wrote: > >> When a CPU is stopped with the 'stop-self' RTAS call, its state > >> 'halted' is switched to 1 and, in this

Re: [Qemu-devel] [PATCH 55/88] PReP: use g_new() family of functions

2017-10-06 Thread David Gibson
On Fri, Oct 06, 2017 at 08:49:50PM -0300, Philippe Mathieu-Daudé wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau Acked-by: David Gibson > --- > hw/ppc/prep.c | 2 +- > 1 file

Re: [Qemu-devel] [PATCH 57/88] ppc: use g_new() family of functions

2017-10-06 Thread David Gibson
On Fri, Oct 06, 2017 at 08:49:52PM -0300, Philippe Mathieu-Daudé wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Signed-off-by: Philippe Mathieu-Daudé > [PMD: replaced g_new0() -> g_new() in

Re: [Qemu-devel] [PATCH 56/88] PowerPC: use g_new() family of functions

2017-10-06 Thread David Gibson
On Fri, Oct 06, 2017 at 08:49:51PM -0300, Philippe Mathieu-Daudé wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Signed-off-by: Philippe Mathieu-Daudé > [PMD: one more change in

[Qemu-devel] [Bug 1050694] Re: Interrupt 0xffffffff when debug is turned on

2017-10-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/1050694 Title: Interrupt

[Qemu-devel] [Bug 1088617] Re: qemu-system-mipsel save/restore broken

2017-10-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/1088617 Title:

Re: [Qemu-devel] [PATCH 71/88] block: avoid use of g_new0()

2017-10-06 Thread Philippe Mathieu-Daudé
On 10/06/2017 08:50 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > block/qcow2.c | 2 +- > block/vhdx.c | 9 + > 2 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/block/qcow2.c b/block/qcow2.c > index

Re: [Qemu-devel] [PATCH 04/88] cocci: avoid use of g_new0()

2017-10-06 Thread Philippe Mathieu-Daudé
On 10/06/2017 08:48 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > scripts/coccinelle/g_new.cocci | 46 > ++ > 1 file changed, 46 insertions(+) > > diff --git a/scripts/coccinelle/g_new.cocci

[Qemu-devel] What is the status of the QEMU sound rework?

2017-10-06 Thread Zir Blazer
I'm a VGA Passthrough user that uses a QEMU VM to fully replace a Windows native install as the main OS. Currently, one of the biggest hazzles for many users is that sound is hard to get working properly with the emulated AC'97 and Intel HDA Sound Cards due to crackle or latency issues

Re: [Qemu-devel] [PATCH 00/88] use g_new() family of functions

2017-10-06 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20171006235023.11952-1-f4...@amsat.org Subject: [Qemu-devel] [PATCH 00/88] use g_new() family of functions === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

Re: [Qemu-devel] [PATCH 51/88] hw/timer: use g_new() family of functions

2017-10-06 Thread xiaoqiang zhao
> 在 2017年10月7日,上午7:49,Philippe Mathieu-Daudé 写道: > > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > --- > hw/timer/slavio_timer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Qemu-devel] [PATCH for-2.10 3/3] qdev: defer DEVICE_DEL event until instance_finalize()

2017-10-06 Thread Michael Roth
Quoting Auger Eric (2017-08-09 09:04:54) > Hi Michael, > > On 27/07/2017 03:30, Michael Roth wrote: > > DEVICE_DEL is currently emitted when a Device is unparented, as > > opposed to when it is finalized. The main design motivation for this > > seems to be that after unparent()/unrealize(), the

Re: [Qemu-devel] [PATCH 25/88] OpenRISC: use g_new() family of functions

2017-10-06 Thread Stafford Horne
On Fri, Oct 06, 2017 at 08:49:20PM -0300, Philippe Mathieu-Daudé wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Signed-off-by: Philippe Mathieu-Daudé Acked-by: Stafford Horne

Re: [Qemu-devel] [PATCH v2 17/40] openrisc: cleanup cpu type name composition

2017-10-06 Thread Stafford Horne
On Thu, Oct 05, 2017 at 03:50:51PM +0200, Igor Mammedov wrote: > use new OPENRISC_CPU_TYPE_NAME to compose CPU type name and get > rid of intermediate OpenRISCCPUInfo/openrisc_cpu_register_types() > which is replaced by static TypeInfo array. > > Signed-off-by: Igor Mammedov

Re: [Qemu-devel] [PATCH 00/88] use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
... and I obviously forgot to paste this... (useful for Marc-André mostly) [] : patches are identical [] : number of functional differences between upstream/downstream patch [down] : patch is downstream-only The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively

[Qemu-devel] [PATCH 88/88] scripts/coverity-model: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- scripts/coverity-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coverity-model.c b/scripts/coverity-model.c index c702804f41..de07bffb57 100644 --- a/scripts/coverity-model.c +++

Re: [Qemu-devel] [PATCH v2 18/40] openrisc: use generic cpu_model parsing

2017-10-06 Thread Stafford Horne
On Thu, Oct 05, 2017 at 03:50:52PM +0200, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > Reviewed-by: Philippe Mathieu-Daudé Less lines of code, thanks. Acked-by: Stafford Horne > --- > CC: sho...@gmail.com > --- >

[Qemu-devel] [PATCH 87/88] hw/net/rocker: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/net/rocker/rocker_of_dpa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/net/rocker/rocker_of_dpa.c b/hw/net/rocker/rocker_of_dpa.c index 191a58e0a7..990f4157a0 100644 --- a/hw/net/rocker/rocker_of_dpa.c

Re: [Qemu-devel] [PATCH 0/5] OpenRISC SMP Support

2017-10-06 Thread Stafford Horne
Hello, Any takers on this? If not Ill consider sending a pull request if/when the merge window is open. -Stafford On Wed, Aug 23, 2017 at 2:57 PM, Stafford Horne wrote: > Hello, > > This series adds SMP support for OpenRISC. The platform is based on the > work that Stefan

[Qemu-devel] [PATCH 85/88] hw/usb: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/usb/hcd-ehci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 0134232627..34785923f3 100644 --- a/hw/usb/hcd-ehci.c +++ b/hw/usb/hcd-ehci.c @@ -545,7 +545,7 @@ static

[Qemu-devel] [PATCH 84/88] hw/scsi: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/scsi/vmw_pvscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/scsi/vmw_pvscsi.c b/hw/scsi/vmw_pvscsi.c index d8079158ac..24d0306ede 100644 --- a/hw/scsi/vmw_pvscsi.c +++ b/hw/scsi/vmw_pvscsi.c @@ -616,7

[Qemu-devel] [PATCH 86/88] net/hub: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- net/hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/hub.c b/net/hub.c index 14b4eec68f..1c403859c6 100644 --- a/net/hub.c +++ b/net/hub.c @@ -79,7 +79,7 @@ static NetHub *net_hub_new(int id) { NetHub

[Qemu-devel] [PATCH 82/88] hw/ipmi: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- Shouldn't this file be under the PowerPC section of MAINTAINERS? hw/ipmi/ipmi_bmc_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ipmi/ipmi_bmc_sim.c b/hw/ipmi/ipmi_bmc_sim.c index 277c28cb40..a68792a2cb

[Qemu-devel] [PATCH 78/88] gdb: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- gdbstub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdbstub.c b/gdbstub.c index 2a94030d3b..5f0d8af1c0 100644 --- a/gdbstub.c +++ b/gdbstub.c @@

[Qemu-devel] [PATCH 83/88] hw/pci: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/pci/pci.c | 2 +- hw/pci/pcie_port.c| 2 +- tests/libqos/pci-pc.c | 2 +- tests/libqos/pci.c| 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index

[Qemu-devel] [PATCH 81/88] hw/acpi: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/acpi/vmgenid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/acpi/vmgenid.c b/hw/acpi/vmgenid.c index 2876d8a639..ced507d218 100644 --- a/hw/acpi/vmgenid.c +++ b/hw/acpi/vmgenid.c @@ -269,7 +269,7 @@ GuidInfo

[Qemu-devel] [PATCH 76/88] dma: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added hw/dma/etraxfs_dma.c] --- dma-helpers.c| 4 ++-- hw/dma/etraxfs_dma.c | 2 +- hw/dma/rc4030.c | 4

[Qemu-devel] [PATCH 79/88] hmp: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmp.c b/hmp.c index 739d330f4e..5157ac4223 100644 --- a/hmp.c +++ b/hmp.c @@ -1917,7 +1917,7 @@ void hmp_migrate(Monitor *mon, const QDict *qdict)

[Qemu-devel] [PATCH 77/88] dump: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- dump.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dump.c b/dump.c index 7ebcf553b2..884221a904 100644 --- a/dump.c +++ b/dump.c @@

[Qemu-devel] [PATCH 74/88] balloon: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- balloon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balloon.c b/balloon.c index 1d720fff81..d77918fd37 100644 --- a/balloon.c +++ b/balloon.c @@ -97,7 +97,7 @@ BalloonInfo *qmp_query_balloon(Error **errp)

Re: [Qemu-devel] [PATCH 51/88] hw/timer: use g_new() family of functions

2017-10-06 Thread xiaoqiang zhao
> 在 2017年10月7日,上午7:49,Philippe Mathieu-Daudé 写道: > > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > --- > hw/timer/slavio_timer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[Qemu-devel] [PATCH 73/88] hw/block/xen_disk: avoid use of g_new0()

2017-10-06 Thread Philippe Mathieu-Daudé
From: Jan Beulich Prefer g_new() / g_new0() to be farther backwards compatible with older glib versions. As there's no point in zeroing the allocation here (the loop right afterwards fully initializes the memory), use the former. Signed-off-by: Jan Beulich

[Qemu-devel] [PATCH 68/88] virtio: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: more changes/files] --- hw/char/virtio-serial-bus.c | 6 ++ hw/display/virtio-gpu.c | 4 ++--

[Qemu-devel] [PATCH 66/88] util/qemu-thread-win32: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- util/qemu-thread-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/qemu-thread-win32.c b/util/qemu-thread-win32.c index 94f3491a87..098fddb2af 100644 --- a/util/qemu-thread-win32.c +++

[Qemu-devel] [PATCH 71/88] block: avoid use of g_new0()

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- block/qcow2.c | 2 +- block/vhdx.c | 9 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c index f63d1831f8..3e7d6c81be 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -2738,7

[Qemu-devel] [PATCH 63/88] bsd-user/syscall: fix a memory leak on EFAULT, use g_new()

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- Kamil are you interested in maintaining bsd-user? :) bsd-user/syscall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index 66492aaf5d..9120cea61e 100644 ---

[Qemu-devel] [PATCH 80/88] numa: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- numa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numa.c b/numa.c index 100a67febf..35df996738 100644 --- a/numa.c +++ b/numa.c @@ -66,7 +66,7 @@ void numa_set_mem_node_id(ram_addr_t addr, uint64_t size,

[Qemu-devel] [PATCH 64/88] user: use g_strfreev()

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- bsd-user/main.c | 6 +- linux-user/main.c | 6 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/bsd-user/main.c b/bsd-user/main.c index

[Qemu-devel] [PATCH 69/88] virtio-9p: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added 2 more uses in hw/9pfs/9p-synth.c] --- hw/9pfs/9p-handle.c | 2 +- hw/9pfs/9p-proxy.c | 2 +-

[Qemu-devel] [PATCH 75/88] decnumber: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- libdecnumber/decNumber.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c index

[Qemu-devel] [PATCH 60/88] sPAPR: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: one more change in hw/ppc/spapr_events.c, added hw/intc/xics_kvm.c and tests/libqos/pci-spapr.c] ---

[Qemu-devel] [PATCH 56/88] PowerPC: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: one more change in target/ppc/translate_init.c, added target/ppc/kvm.c] --- hw/ppc/ppc.c| 8

[Qemu-devel] [PATCH 67/88] util/coroutine: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- util/coroutine-sigaltstack.c | 2 +- util/coroutine-ucontext.c| 2 +- util/coroutine-win32.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/util/coroutine-sigaltstack.c b/util/coroutine-sigaltstack.c

[Qemu-devel] [PATCH 72/88] hw/block/nvme: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/block/nvme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/block/nvme.c b/hw/block/nvme.c index 9aa32692a3..ff712fa8cc 100644 --- a/hw/block/nvme.c +++ b/hw/block/nvme.c @@ -454,7 +454,7 @@ static uint16_t

[Qemu-devel] [PATCH 53/88] iSCSI: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- block/iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/iscsi.c b/block/iscsi.c index 4683f3b244..f9f910168d 100644 --- a/block/iscsi.c +++

[Qemu-devel] [PATCH 54/88] KVM: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: more changes] --- accel/kvm/kvm-all.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[Qemu-devel] [PATCH 65/88] util: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: more changes in util/envlist.c, more files updated] --- util/acl.c | 6 +++--- util/envlist.c | 6 +++---

[Qemu-devel] [PATCH 70/88] block: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- block/backup.c | 2 +- block/blkdebug.c | 4 ++-- block/commit.c | 2 +- block/linux-aio.c | 2 +- block/mirror.c | 2 +- block/qapi.c | 4 ++-- block/qcow2-refcount.c | 12 +---

[Qemu-devel] [PATCH 51/88] hw/timer: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- hw/timer/slavio_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/timer/slavio_timer.c b/hw/timer/slavio_timer.c index a8cc9c0148..6d0282a788

[Qemu-devel] [PATCH 62/88] user: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added linux-user/elfload.c] --- linux-user/elfload.c | 2 +- thunk.c | 2 +- 2 files changed, 2

[Qemu-devel] [PATCH 49/88] hw/misc: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added hw/misc/pvpanic.c] --- hw/misc/applesmc.c | 2 +- hw/misc/pvpanic.c | 2 +- 2 files changed, 2 insertions(+),

[Qemu-devel] [PATCH 61/88] tests: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: split of some files in other commits of the same series, add libqtest.c] --- tests/ahci-test.c | 4 ++--

[Qemu-devel] [PATCH 59/88] ppce500: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: replaced g_new0() -> g_new() since no bzero() required] --- hw/ppc/e500.c | 7 +++ 1 file changed, 3

[Qemu-devel] [PATCH 44/88] hw/core/loader: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/core/loader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/core/loader.c b/hw/core/loader.c index 4593061445..def4766dbb 100644 --- a/hw/core/loader.c +++ b/hw/core/loader.c @@ -899,7 +899,7 @@ int

[Qemu-devel] [PATCH 48/88] hw/input: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed hw/input/pxa2xx_keypad.c] --- Andrzej: can you add an entry for tsc2005.c in MAINTAINERS? (or tell me where)

[Qemu-devel] [PATCH 58/88] ppc4xx: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added more changes in hw/ppc/ppc405_uc.c and hw/ppc/ppc4xx_devs.c] --- hw/ppc/ppc405_boards.c | 4 ++--

[Qemu-devel] [PATCH 46/88] hw/display/vga: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- Gerd: should those files go under Graphics section in MAINTAINERS? hw/display/vga-isa-mm.c | 6 +++--- hw/display/vga.c| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/display/vga-isa-mm.c

[Qemu-devel] [PATCH 43/88] hw/core: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added changes in hw/core/qdev.c] --- hw/core/irq.c| 2 +- hw/core/ptimer.c | 2 +- hw/core/qdev.c | 2 +-

[Qemu-devel] [PATCH 57/88] ppc: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: replaced g_new0() -> g_new() in mac_newworld.c, added virtex_ml507] --- hw/intc/heathrow_pic.c | 2 +-

[Qemu-devel] [PATCH 40/88] hw/xen: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: replaced g_new0() -> g_new() in xen_remap_bucket() (no bzero required), renamed X86 -> hw/xen and few other

[Qemu-devel] [PATCH 45/88] hw/display: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed pxa2xx_lcd.c] --- Andrzej should the tc6393xb files go under the PXA2XX section in MAINTAINERS?

[Qemu-devel] [PATCH 55/88] PReP: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- hw/ppc/prep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c index 94138a4e8c..c638d3d17a 100644 --- a/hw/ppc/prep.c +++

[Qemu-devel] [PATCH 52/88] i.MX31: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- hw/misc/imx6_src.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/misc/imx6_src.c b/hw/misc/imx6_src.c index cfb08710fb..9342bce6de 100644 ---

[Qemu-devel] [PATCH 38/88] VFIO: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: more changes in each file, added pci-quirks.c] --- hw/vfio/common.c | 12 ++-- hw/vfio/pci-quirks.c | 18

[Qemu-devel] [PATCH 50/88] ivshmem: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index b3ef3ec1e3..9dd432a295 100644 ---

[Qemu-devel] [PATCH 39/88] hw/i386: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: renamed PC -> hw/i386, split of target/i386/cpu.c, added more changes] --- hw/i386/acpi-build.c | 4 ++--

[Qemu-devel] [PATCH 47/88] hw/i2c: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- hw/i2c/bitbang_i2c.c | 2 +- hw/i2c/core.c| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/i2c/bitbang_i2c.c b/hw/i2c/bitbang_i2c.c index

[Qemu-devel] [PATCH 34/88] qapi: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- qapi/opts-visitor.c | 2 +- qapi/qapi-clone-visitor.c | 2 +- qapi/qapi-dealloc-visitor.c | 2 +- qapi/qobject-output-visitor.c | 2 +- qapi/string-input-visitor.c | 2 +- qapi/string-output-visitor.c | 2 +- 6 files

[Qemu-devel] [PATCH 33/88] qom: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- qom/object.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qom/object.c b/qom/object.c index 6a7bd9257b..3273f9c1f0 100644 --- a/qom/object.c +++ b/qom/object.c @@ -940,7 +940,7 @@ object_property_add(Object

[Qemu-devel] [PATCH 42/88] XTFPGA: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- hw/xtensa/xtfpga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xtensa/xtfpga.c b/hw/xtensa/xtfpga.c index a19ccebdba..c54a09df83 100644 ---

[Qemu-devel] [PATCH 41/88] target/i386: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added more changes and hax] --- target/i386/cpu.c | 6 +++--- target/i386/hax-all.c | 4 ++-- target/i386/hax-mem.c | 2 +- target/i386/hyperv.c | 2 +- 4 files

[Qemu-devel] [PATCH 32/88] QObject: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added qbool.c, qdict.c, qlist.c, qstring.c and tests/] --- qobject/json-parser.c | 2 +-

[Qemu-devel] [PATCH 31/88] QMP: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: more changes] --- monitor.c | 14 +++--- qmp.c | 14 +++---

[Qemu-devel] [PATCH 37/88] TCG: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: avoid use of g_malloc0() in cpus.c] --- cpus.c| 18 +- tcg/tcg.c | 4 ++-- 2 files changed, 11

[Qemu-devel] [PATCH 36/88] SLIRP: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added net/slirp.c] --- net/slirp.c| 4 ++-- slirp/slirp.c | 2 +- slirp/socket.c | 2 +- 3 files changed, 4

[Qemu-devel] [PATCH 30/88] QEMU Guest Agent: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: added qga/commands-posix.c and qga/commands-win32.c] --- qga/commands-posix.c | 20 ++--

[Qemu-devel] [PATCH 35/88] Record/replay: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- replay/replay-char.c | 4 ++-- replay/replay-events.c | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/replay/replay-char.c

[Qemu-devel] [PATCH 28/88] disas: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: fixed const cast, squashed M68K + NiosII + SPARC, renamed subject "disas"] --- disas/m68k.c | 3 +-- disas/nios2.c |

[Qemu-devel] [PATCH 29/88] SPARC: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: split of disas/sparc.c change] --- hw/sparc/leon3.c | 2 +- hw/sparc64/sparc64.c | 4 ++-- 2 files changed, 3

[Qemu-devel] [PATCH 21/88] NBD: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- nbd/server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nbd/server.c b/nbd/server.c index 993ade30bb..b74cc6ab7e 100644 --- a/nbd/server.c +++

[Qemu-devel] [PATCH 24/88] MIPS: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed malta + mipssim + r4k] --- hw/mips/mips_malta.c | 2 +- hw/mips/mips_mipssim.c | 2 +-

[Qemu-devel] [PATCH 27/88] SH4: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed R2D] --- hw/sh4/r2d.c| 4 ++-- hw/sh4/sh7750.c | 2 +- hw/timer/sh_timer.c | 4 ++-- 3 files

[Qemu-devel] [PATCH 26/88] S390: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: more changes in hw/s390x/css.c, added target/s390x/cpu_models.c] --- hw/s390x/css.c| 10 +-

[Qemu-devel] [PATCH 14/88] ui/vnc: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: renamed 'Graphics' -> ui/vnc, added ui/vnc.c and ui/vnc-palette.c] --- ui/vnc-enc-tight.c | 2 +- ui/vnc-palette.c

[Qemu-devel] [PATCH 23/88] M68K: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed commits] --- hw/m68k/mcf5206.c | 4 ++-- hw/m68k/mcf5208.c | 2 +- 2 files changed, 3 insertions(+), 3

[Qemu-devel] [PATCH 20/88] Migration: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: indented, added migration/migration.c and migration/page_cache.c] --- migration/migration.c| 2 +-

[Qemu-devel] [PATCH 11/88] Cryptodev Backends: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- backends/cryptodev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/cryptodev.c b/backends/cryptodev.c index 67edfa5328..44f693f58b 100644 ---

[Qemu-devel] [PATCH 25/88] OpenRISC: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed openrisc_sim.c] --- hw/openrisc/openrisc_sim.c | 2 +- target/openrisc/mmu.c | 2 +- 2 files changed, 2

[Qemu-devel] [PATCH 22/88] LM32: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed milkymist] --- hw/lm32/lm32_hwsetup.h | 2 +- hw/lm32/lm32_boards.c | 4 ++-- hw/lm32/milkymist.c| 2 +-

[Qemu-devel] [PATCH 15/88] ui/spice: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- ui/spice-core.c| 10 +- ui/spice-display.c | 4 ++-- ui/spice-input.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/spice-core.c b/ui/spice-core.c index ea04dc69b5..e76a3f46eb 100644 ---

[Qemu-devel] [PATCH 10/88] Character devices: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed PC Chipsets: parallel + serial] --- hw/char/parallel.c | 2 +- hw/char/serial.c| 4 ++--

[Qemu-devel] [PATCH 18/88] memory: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- does this file belong to the Memory API subsystem in MAINTAINERS? memory_mapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory_mapping.c

[Qemu-devel] [PATCH 19/88] exec: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- exec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exec.c b/exec.c index 7a80460725..e060c6fea7 100644 --- a/exec.c +++ b/exec.c @@ -836,7 +836,7 @@ int cpu_watchpoint_insert(CPUState *cpu, vaddr addr,

[Qemu-devel] [PATCH 13/88] Dirty Bitmaps: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: squashed tests/test-hbitmap.c changes] --- tests/test-hbitmap.c | 2 +- util/hbitmap.c | 2 +- 2 files changed,

[Qemu-devel] [PATCH 08/88] BT: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Signed-off-by: Philippe Mathieu-Daudé [PMD: another use in hw/bt/l2cap.c] --- bt-host.c | 2 +- bt-vhci.c | 2 +- hw/bt/core.c | 4 ++-- hw/bt/hci.c |

[Qemu-devel] [PATCH 17/88] Memory API: use g_new() family of functions

2017-10-06 Thread Philippe Mathieu-Daudé
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.c b/memory.c index 5e6351a6c1..40d30640eb 100644 --- a/memory.c +++ b/memory.c @@ -2762,7

  1   2   3   4   5   >