Dne 5.10.2017 v 19:20 Eduardo Habkost napsal(a):
> The logging module will eventually replace the 'debug' parameter
> in QEMUMachine and QEMUMonitorProtocol.
>
> Cc: Daniel P. Berrange
> Signed-off-by: Eduardo Habkost
> ---
> Changes v1 -> v2:
> * Inline init_logging() method on all callers beca
Am 07.10.2017 um 01:50 schrieb 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
> ---
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]
> ---
> hw/m68k/mcf5206.c | 4 ++--
> hw/m68k/mcf5208.c | 2 +-
> 2 files changed, 3 insertions(
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 no bzero() required]
Acked-by: David Gibson
> ---
> hw/ppc/e500.c | 7 +++
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 hw/ppc/ppc405_uc.c and hw/ppc/ppc4xx_devs.c]
Acked-by: David Gibson
> ---
> hw/ppc/ppc
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 0x1003da
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 case
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 changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
> index
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 mac_newworld.c, added
> virtex_ml507]
Acked-by: David Gibson
> ---
> hw/intc
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 target/ppc/translate_init.c, added
> target/ppc/kvm.c]
Acked-by: David Gibson
> ---
> hw/
[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 0
[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:
qemu-system
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 f63d1831f8..3e7d6c81be 100644
> ---
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 b/scripts/coccinelle/g_new.c
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 (Latenc
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 lo
> 在 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 a/hw/timer/slavio_timer.c b/hw/timer/slavio_timer.c
> index a8cc9c0148..6d02
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 De
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
> [PMD: squashed openrisc_sim.c]
> ---
> hw/openrisc/openrisc_sim.c | 2 +-
> target/openri
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
> Reviewed-by: Philip
... 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
00
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
+++ b/scripts/coverity-model.c
@@ -363,7 +3
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
> ---
> hw/openrisc/openrisc_sim.c | 8 ++--
> 1 file changed, 2 insertion
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
+++ b/hw/net/rocker
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 Kristiansson did aro
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 EHCIQueue *ehci_allo
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 +616,7 @@ pvscsi_queue
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 *hub;
-hub =
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 100644
--- a/hw/ipmi/
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
@@ -1786,7 +1786,7 @@ static void gdb_accept(void)
/* set
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 1e6fb88eba..32625d9fcc 100644
--- a/hw
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 *qmp_query_vm_gene
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 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dma-hel
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)
return;
}
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
@@ -1825,29 +1825,28 @@ void qmp_dump_guest_memory(bool paging, const
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)
return NULL;
> 在 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 a/hw/timer/slavio_timer.c b/hw/timer/slavio_timer.c
> index a8cc9c0148..6d02
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
Reviewed-by: Paul Durrant
Acked-by: A
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 ++--
hw/net/virtio-net.c | 4 ++--
hw/virtio/vhost.c | 2 +-
hw/virtio/virtio-
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
+++ b/util/qemu-thread-win32.c
@@ -394,7 +3
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 +2738,7 @@ static int qc
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,
uint32_t node)
r
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
--- a/bsd-user/syscall.c
+++ b/bsd-
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 836daac15c..fb0a4e48cb 100644
--- a/bsd-user/main.c
+++ b/bsd-user/mai
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 +-
hw/9pfs/9p-synth.c | 8
hw/9pfs/9p.c| 2 +-
4 files changed, 7 insertions(
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 8c197023f4..2d13198730 100644
--- a/libdecnumber/decNumber.c
+++ b/libdecnu
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]
---
hw/intc/xics.c | 2 +-
hw/intc/xics_kvm.c | 4 ++--
hw/ppc/spapr.c
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
hw/ppc/ppc_booke.c | 4 ++--
target/ppc/kvm.c| 2 +-
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
index f6fc49a0e5..4fe
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 nvme_create_sq(Nv
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
+++ b/block/iscsi.c
@@ -1001,7 +1001,7 @@ static BlockAIOCB *iscsi
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 a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c
index 90c88b517d..12568d703c 100644
-
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 +++---
util/error.c | 2 +-
util/iohandler.c | 2 +-
util/module.c |
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 +---
block/qed-l2-cach
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 100644
--- a/hw/timer/slavio_timer.c
+++ b/hw/timer/slavio_time
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 insertions(+), 2 deletions(-)
diff --git a/linux-user/elfload.c b/linux-user/elfloa
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(+), 2 deletions(-)
diff --git a/hw/misc/applesmc.c b/hw/misc/applesmc.c
index 7
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 insertions(+), 4 deletions(-)
diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c
index db0e49ab
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 rom_add_file(const cha
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 ++--
tests/fw_cfg-test.c | 4 ++--
tests/libqos/ahci.c | 2 +-
tests/libqos/libqos.c
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)
hw/input/pckbd.c | 2 +-
hw/input/ps2.c | 4 ++--
hw/inp
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 ++--
hw/ppc/ppc405_uc.c | 24
hw/ppc/ppc440_bamboo.c | 2 +-
hw
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 b/hw/display/vga-isa-mm.c
index
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 +-
hw/core/reset.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff -
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 +-
hw/ppc/mac_newworld.c | 5 ++---
hw/ppc/mac_oldworld.c | 2 +-
hw/ppc/virtex_ml507.c |
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 changes]
---
hw/9pfs/xen-9p-backend.c | 2 +-
hw/display/xenfb.c |
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?
hw/display/pxa2xx_lcd.c | 2 +-
hw/display/tc6393xb.c | 2 +-
2 files changed, 2 inse
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
+++ b/hw/ppc/prep.c
@@ -512,7 +512,7 @@ static void ppc_prep_init(
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
--- a/hw/misc/imx6_src.c
+++ b/hw/misc/imx6_src.c
@@ -149,7 +149,7 @@ s
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 +-
hw/vfio/pci.c| 7 +++
hw/vfio/platform.c
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
--- a/hw/misc/ivshmem.c
+++ b/hw/misc/ivshmem.c
@@ -429,7 +429,7 @@ st
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 ++--
hw/i386/amd_iommu.c | 4 ++--
hw/i386/intel_iommu.c | 2 +-
hw/i386/pc.c |
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 8be88ee265..20a9deef1a 100644
--- a/hw/i2c/bitbang_i2c.c
+++
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 changed, 6 insertio
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 *obj, const char *n
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
--- a/hw/xtensa/xtfpga.c
+++ b/hw/xtensa/xtfpga.c
@@ -115,7 +115,7 @@ s
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 changed, 7 insertions(+), 7 deletions(-)
diff --git
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 +-
qobject/qbool.c | 2 +-
qobject/qdict.c | 4 ++--
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 +++---
tests/test-qmp-commands.c | 14 +++---
3 files changed, 21 insertions(+),
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 insertions(+), 11 deletions(-)
diff --git a/cpus.c b/cpus.c
index c9a624003a
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 insertions(+), 4 deletions(-)
diff --git a/net/slirp.c b/net/slirp.c
index 318a
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 ++--
qga/commands-win32.c | 12 ++--
qga/commands.c | 2 +-
3 files changed, 1
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 b/replay/replay-char.c
index cbf7c04a9f..b8ed5c51d1 100755
--- a/replay/repl
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 | 3 +--
disas/sparc.c | 3 +--
3 files changed, 3 insertions(+), 6 deletions
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 insertions(+), 3 deletions(-)
diff --git a/hw/sparc/leon3.c b/hw/sparc/leon3.c
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
+++ b/nbd/server.c
@@ -1047,7 +1047,7 @@ NBDExport *nbd_export_new
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 +-
hw/mips/mips_r4k.c | 2 +-
target/mips/translate_init.c | 4 ++--
4 files
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 changed, 5 insertions(+), 5 deletions(-)
diff --git a/hw/sh4/r2d.c b/hw/sh4/r2
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 +-
hw/s390x/s390-pci-bus.c | 4 ++--
target/s390x/cpu_models.c | 12 ++--
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 | 2 +-
ui/vnc.c | 6 +++---
3 files changed, 5 insertions(+), 5 d
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 deletions(-)
diff --git a/hw/m68k/mcf5206.c b/hw/m68k/mcf5206.c
index b81901fdfd
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 +-
migration/page_cache.c | 2 +-
migration/postcopy-ram.c | 2 +-
migration/ram.c
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
--- a/backends/cryptodev.c
+++ b/backends/cryptodev.c
@@ -42,7 +4
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 insertions(+), 2 deletions(-)
diff --git a/hw/openrisc/openrisc_sim.c b/hw
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 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hw/lm32/lm3
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
--- a/ui/spice-core.c
+++
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 ++--
hw/char/sh_serial.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a
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 b/memory_mapping.c
index a5d38552a6..9c78b41363 100644
--- a/memo
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, vaddr
len,
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, 2 insertions(+), 2 deletions(-)
diff --git a/tests/test-hbitmap.c b/tests/
1 - 100 of 413 matches
Mail list logo