All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
	libvir-list@redhat.com, Jason Wang <jasowang@redhat.com>,
	Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	Markus Armbruster <armbru@redhat.com>,
	Max Filippov <jcmvbkbc@gmail.com>, Eric Blake <eblake@redhat.com>,
	Rob Herring <robh@kernel.org>,
	David Hildenbrand <david@redhat.com>,
	Alexander Graf <agraf@suse.de>,
	Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
	Richard Henderson <rth@twiddle.net>,
	Artyom Tarasenko <atar4qemu@gmail.com>,
	Eduardo Habkost <ehabkost@redhat.com>,
	Alistair Francis <alistair@alistair23.me>,
	qemu-arm@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	David Gibson <david@gibson.dropbear.id.au>,
	Xiao Guangrong <xiaoguangrong.eric@gmail.com>,
	Michael Walle <michael@walle.cc>,
	qemu-ppc@nongnu.org, Aleksandar Markovic <amarkovic@wavecomp.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Aurelien Jarno <aurelien@aurel32.net>
Subject: [Qemu-arm] [PULL 23/45] memory-device: introduce separate config option
Date: Thu, 18 Oct 2018 17:04:00 -0300	[thread overview]
Message-ID: <20181018200422.4358-24-ehabkost@redhat.com> (raw)
In-Reply-To: <20181018200422.4358-1-ehabkost@redhat.com>

From: David Hildenbrand <david@redhat.com>

Some architectures might support memory devices, while they don't
support DIMM/NVDIMM. So let's
- Rename CONFIG_MEM_HOTPLUG to CONFIG_MEM_DEVICE
- Introduce CONFIG_DIMM and use it similarly to CONFIG NVDIMM

CONFIG_DIMM and CONFIG_NVDIMM require CONFIG_MEM_DEVICE.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20181005092024.14344-7-david@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 default-configs/i386-softmmu.mak  | 3 ++-
 default-configs/ppc64-softmmu.mak | 3 ++-
 qapi/misc.json                    | 2 +-
 hw/Makefile.objs                  | 2 +-
 hw/mem/Makefile.objs              | 4 ++--
 5 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
index 8c7d4a0fa0..4c1637338b 100644
--- a/default-configs/i386-softmmu.mak
+++ b/default-configs/i386-softmmu.mak
@@ -50,7 +50,8 @@ CONFIG_PCI_Q35=y
 CONFIG_APIC=y
 CONFIG_IOAPIC=y
 CONFIG_PVPANIC=y
-CONFIG_MEM_HOTPLUG=y
+CONFIG_MEM_DEVICE=y
+CONFIG_DIMM=y
 CONFIG_NVDIMM=y
 CONFIG_ACPI_NVDIMM=y
 CONFIG_PCIE_PORT=y
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
index b94af6c7c6..f550573782 100644
--- a/default-configs/ppc64-softmmu.mak
+++ b/default-configs/ppc64-softmmu.mak
@@ -16,4 +16,5 @@ CONFIG_VIRTIO_VGA=y
 CONFIG_XICS=$(CONFIG_PSERIES)
 CONFIG_XICS_SPAPR=$(CONFIG_PSERIES)
 CONFIG_XICS_KVM=$(call land,$(CONFIG_PSERIES),$(CONFIG_KVM))
-CONFIG_MEM_HOTPLUG=y
+CONFIG_MEM_DEVICE=y
+CONFIG_DIMM=y
diff --git a/qapi/misc.json b/qapi/misc.json
index 3a68af9ca3..9b964644aa 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -2066,7 +2066,7 @@
 #
 # @plugged-memory: size of memory that can be hot-unplugged. This field
 #                  is omitted if target doesn't support memory hotplug
-#                  (i.e. CONFIG_MEM_HOTPLUG not defined on build time).
+#                  (i.e. CONFIG_MEM_DEVICE not defined at build time).
 #
 # Since: 2.11.0
 ##
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index a19c1417ed..58872e27e0 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -33,7 +33,7 @@ devices-dirs-$(CONFIG_SOFTMMU) += vfio/
 devices-dirs-$(CONFIG_SOFTMMU) += virtio/
 devices-dirs-$(CONFIG_SOFTMMU) += watchdog/
 devices-dirs-$(CONFIG_SOFTMMU) += xen/
-devices-dirs-$(CONFIG_MEM_HOTPLUG) += mem/
+devices-dirs-$(CONFIG_MEM_DEVICE) += mem/
 devices-dirs-$(CONFIG_SOFTMMU) += smbios/
 devices-dirs-y += core/
 common-obj-y += $(devices-dirs-y)
diff --git a/hw/mem/Makefile.objs b/hw/mem/Makefile.objs
index 10be4df2a2..3e2f7c5ca2 100644
--- a/hw/mem/Makefile.objs
+++ b/hw/mem/Makefile.objs
@@ -1,3 +1,3 @@
-common-obj-$(CONFIG_MEM_HOTPLUG) += pc-dimm.o
-common-obj-$(CONFIG_MEM_HOTPLUG) += memory-device.o
+common-obj-$(CONFIG_DIMM) += pc-dimm.o
+common-obj-$(CONFIG_MEM_DEVICE) += memory-device.o
 common-obj-$(CONFIG_NVDIMM) += nvdimm.o
-- 
2.18.0.rc1.1.g3f1ff2140


WARNING: multiple messages have this Message-ID (diff)
From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Alexander Graf <agraf@suse.de>, Rob Herring <robh@kernel.org>,
	libvir-list@redhat.com, Richard Henderson <rth@twiddle.net>,
	David Gibson <david@gibson.dropbear.id.au>,
	Eric Blake <eblake@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>,
	qemu-arm@nongnu.org,
	"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	Peter Crosthwaite <crosthwaite.peter@gmail.com>,
	Markus Armbruster <armbru@redhat.com>,
	Artyom Tarasenko <atar4qemu@gmail.com>,
	Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	Eduardo Habkost <ehabkost@redhat.com>,
	Michael Walle <michael@walle.cc>,
	Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
	Aleksandar Markovic <amarkovic@wavecomp.com>,
	Aurelien Jarno <aurelien@aurel32.net>,
	Alistair Francis <alistair@alistair23.me>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Jason Wang <jasowang@redhat.com>,
	qemu-ppc@nongnu.org,
	Xiao Guangrong <xiaoguangrong.eric@gmail.com>,
	Max Filippov <jcmvbkbc@gmail.com>,
	David Hildenbrand <david@redhat.com>
Subject: [Qemu-devel] [PULL 23/45] memory-device: introduce separate config option
Date: Thu, 18 Oct 2018 17:04:00 -0300	[thread overview]
Message-ID: <20181018200422.4358-24-ehabkost@redhat.com> (raw)
In-Reply-To: <20181018200422.4358-1-ehabkost@redhat.com>

From: David Hildenbrand <david@redhat.com>

Some architectures might support memory devices, while they don't
support DIMM/NVDIMM. So let's
- Rename CONFIG_MEM_HOTPLUG to CONFIG_MEM_DEVICE
- Introduce CONFIG_DIMM and use it similarly to CONFIG NVDIMM

CONFIG_DIMM and CONFIG_NVDIMM require CONFIG_MEM_DEVICE.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20181005092024.14344-7-david@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 default-configs/i386-softmmu.mak  | 3 ++-
 default-configs/ppc64-softmmu.mak | 3 ++-
 qapi/misc.json                    | 2 +-
 hw/Makefile.objs                  | 2 +-
 hw/mem/Makefile.objs              | 4 ++--
 5 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
index 8c7d4a0fa0..4c1637338b 100644
--- a/default-configs/i386-softmmu.mak
+++ b/default-configs/i386-softmmu.mak
@@ -50,7 +50,8 @@ CONFIG_PCI_Q35=y
 CONFIG_APIC=y
 CONFIG_IOAPIC=y
 CONFIG_PVPANIC=y
-CONFIG_MEM_HOTPLUG=y
+CONFIG_MEM_DEVICE=y
+CONFIG_DIMM=y
 CONFIG_NVDIMM=y
 CONFIG_ACPI_NVDIMM=y
 CONFIG_PCIE_PORT=y
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
index b94af6c7c6..f550573782 100644
--- a/default-configs/ppc64-softmmu.mak
+++ b/default-configs/ppc64-softmmu.mak
@@ -16,4 +16,5 @@ CONFIG_VIRTIO_VGA=y
 CONFIG_XICS=$(CONFIG_PSERIES)
 CONFIG_XICS_SPAPR=$(CONFIG_PSERIES)
 CONFIG_XICS_KVM=$(call land,$(CONFIG_PSERIES),$(CONFIG_KVM))
-CONFIG_MEM_HOTPLUG=y
+CONFIG_MEM_DEVICE=y
+CONFIG_DIMM=y
diff --git a/qapi/misc.json b/qapi/misc.json
index 3a68af9ca3..9b964644aa 100644
--- a/qapi/misc.json
+++ b/qapi/misc.json
@@ -2066,7 +2066,7 @@
 #
 # @plugged-memory: size of memory that can be hot-unplugged. This field
 #                  is omitted if target doesn't support memory hotplug
-#                  (i.e. CONFIG_MEM_HOTPLUG not defined on build time).
+#                  (i.e. CONFIG_MEM_DEVICE not defined at build time).
 #
 # Since: 2.11.0
 ##
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index a19c1417ed..58872e27e0 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -33,7 +33,7 @@ devices-dirs-$(CONFIG_SOFTMMU) += vfio/
 devices-dirs-$(CONFIG_SOFTMMU) += virtio/
 devices-dirs-$(CONFIG_SOFTMMU) += watchdog/
 devices-dirs-$(CONFIG_SOFTMMU) += xen/
-devices-dirs-$(CONFIG_MEM_HOTPLUG) += mem/
+devices-dirs-$(CONFIG_MEM_DEVICE) += mem/
 devices-dirs-$(CONFIG_SOFTMMU) += smbios/
 devices-dirs-y += core/
 common-obj-y += $(devices-dirs-y)
diff --git a/hw/mem/Makefile.objs b/hw/mem/Makefile.objs
index 10be4df2a2..3e2f7c5ca2 100644
--- a/hw/mem/Makefile.objs
+++ b/hw/mem/Makefile.objs
@@ -1,3 +1,3 @@
-common-obj-$(CONFIG_MEM_HOTPLUG) += pc-dimm.o
-common-obj-$(CONFIG_MEM_HOTPLUG) += memory-device.o
+common-obj-$(CONFIG_DIMM) += pc-dimm.o
+common-obj-$(CONFIG_MEM_DEVICE) += memory-device.o
 common-obj-$(CONFIG_NVDIMM) += nvdimm.o
-- 
2.18.0.rc1.1.g3f1ff2140

  parent reply	other threads:[~2018-10-18 20:27 UTC|newest]

Thread overview: 163+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 20:03 [Qemu-arm] [PULL 00/45] Machine queue, 2018-10-18 Eduardo Habkost
2018-10-18 20:03 ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:03 ` [Qemu-arm] [PULL 01/45] hostmem-file: fixed the memory leak while get pmem path Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-21 17:37   ` David Gibson
2018-10-21 17:37     ` David Gibson
2018-10-18 20:03 ` [Qemu-devel] [PULL 02/45] vl.c deprecate incorrect CPUs topology Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-21 17:38   ` David Gibson
2018-10-21 17:38     ` David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 03/45] vl:c: make sure that sockets are calculated correctly in '-smp X' case Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:06   ` David Gibson
2018-10-23 15:06     ` David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 04/45] numa: Fix QMP command set-numa-node error handling Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:07   ` [Qemu-arm] " David Gibson
2018-10-23 15:07     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 05/45] trace-events: Fix copy/paste typo Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:08   ` David Gibson
2018-10-23 15:08     ` David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 06/45] hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace events Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:09   ` [Qemu-arm] " David Gibson
2018-10-23 15:09     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-devel] [PULL 07/45] hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::init Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-23 15:10   ` [Qemu-arm] " David Gibson
2018-10-23 15:10     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 08/45] hw/ssi/xilinx_spi: " Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:11   ` David Gibson
2018-10-23 15:11     ` David Gibson
2018-10-18 20:03 ` [Qemu-devel] [PULL 09/45] hw/sh4/sh_pci: " Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-23 15:12   ` David Gibson
2018-10-23 15:12     ` David Gibson
2018-10-18 20:03 ` [Qemu-devel] [PULL 10/45] hw/pci-host/bonito: " Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-23 15:14   ` [Qemu-arm] " David Gibson
2018-10-23 15:14     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 11/45] hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:03 ` [Qemu-devel] [PULL 12/45] hw/mips/gt64xxx_pci: Mark as bridge device Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-23 15:16   ` [Qemu-arm] " David Gibson
2018-10-23 15:16     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-devel] [PULL 13/45] hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device' Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-18 20:03 ` [Qemu-arm] [PULL 14/45] hw/alpha/typhoon: Remove unuseful code Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:18   ` [Qemu-arm] " David Gibson
2018-10-23 15:18     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 15/45] hw/hppa/dino: " Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:18   ` [Qemu-arm] " David Gibson
2018-10-23 15:18     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 16/45] hw/mips/malta: " Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:19   ` David Gibson
2018-10-23 15:19     ` David Gibson
2018-10-18 20:03 ` [Qemu-trivial] [PULL 17/45] machine: fix a typo Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-23 15:20   ` [Qemu-trivial] " David Gibson
2018-10-23 15:20     ` [Qemu-devel] " David Gibson
2018-10-23 15:20     ` David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 18/45] memory-device: fix alignment error message Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:20   ` [Qemu-arm] " David Gibson
2018-10-23 15:20     ` [Qemu-devel] " David Gibson
2018-10-18 20:03 ` [Qemu-arm] [PULL 19/45] memory-device: fix error message when hinted address is too small Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:03 ` [Qemu-arm] [PULL 20/45] memory-device: improve "range conflicts" error message Eduardo Habkost
2018-10-18 20:03   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:03 ` [Qemu-devel] [PULL 21/45] pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-18 20:03 ` [Qemu-devel] [PULL 22/45] memory-device: use memory device terminology in error messages Eduardo Habkost
2018-10-18 20:03   ` Eduardo Habkost
2018-10-18 20:04 ` Eduardo Habkost [this message]
2018-10-18 20:04   ` [Qemu-devel] [PULL 23/45] memory-device: introduce separate config option Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 24/45] memory-device: forward errors in get_region_size()/get_plugged_size() Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-devel] [PULL 25/45] memory-device: document MemoryDeviceClass Eduardo Habkost
2018-10-18 20:04   ` Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 26/45] memory-device: add and use memory_device_get_region_size() Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 27/45] memory-device: factor out get_memory_region() from pc-dimm Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 28/45] memory-device: drop get_region_size() Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 29/45] memory-device: add device class function set_addr() Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 30/45] memory-device: complete factoring out pre_plug handling Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 31/45] memory-device: complete factoring out plug handling Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 32/45] memory-device: complete factoring out unplug handling Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-devel] [PULL 33/45] memory-device: trace when pre_plugging/plugging/unplugging Eduardo Habkost
2018-10-18 20:04   ` Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 34/45] net: etraxfs_eth: convert SysBus init method to a realize method Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:22   ` David Gibson
2018-10-23 15:22     ` David Gibson
2018-10-18 20:04 ` [Qemu-arm] [PULL 35/45] net: etraxfs_eth: add a reset method Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 36/45] net: lan9118: convert SysBus init method to a realize method Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:23   ` [Qemu-arm] " David Gibson
2018-10-23 15:23     ` [Qemu-devel] " David Gibson
2018-10-18 20:04 ` [Qemu-arm] [PULL 37/45] net: lance: " Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:24   ` David Gibson
2018-10-23 15:24     ` David Gibson
2018-10-18 20:04 ` [Qemu-devel] [PULL 38/45] net: milkymist_minimac2: " Eduardo Habkost
2018-10-18 20:04   ` Eduardo Habkost
2018-10-23 15:24   ` David Gibson
2018-10-23 15:24     ` David Gibson
2018-10-18 20:04 ` [Qemu-arm] [PULL 39/45] net: mipsnet: " Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:25   ` David Gibson
2018-10-23 15:25     ` David Gibson
2018-10-18 20:04 ` [Qemu-arm] [PULL 40/45] net: opencores_eth: " Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:25   ` [Qemu-arm] " David Gibson
2018-10-23 15:25     ` [Qemu-devel] " David Gibson
2018-10-18 20:04 ` [Qemu-devel] [PULL 41/45] net: smc91c111: " Eduardo Habkost
2018-10-18 20:04   ` Eduardo Habkost
2018-10-23 15:25   ` David Gibson
2018-10-23 15:25     ` David Gibson
2018-10-18 20:04 ` [Qemu-arm] [PULL 42/45] net: stellaris_enet: " Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:26   ` David Gibson
2018-10-23 15:26     ` David Gibson
2018-10-18 20:04 ` [Qemu-devel] [PULL 43/45] net: stellaris_enet: add a reset method Eduardo Habkost
2018-10-18 20:04   ` Eduardo Habkost
2018-10-18 20:04 ` [Qemu-arm] [PULL 44/45] net: xgmac: convert SysBus init method to a realize method Eduardo Habkost
2018-10-18 20:04   ` [Qemu-devel] " Eduardo Habkost
2018-10-23 15:26   ` David Gibson
2018-10-23 15:26     ` David Gibson
2018-10-18 20:04 ` [Qemu-devel] [PULL 45/45] numa: Clean up error reporting in parse_numa() Eduardo Habkost
2018-10-18 20:04   ` Eduardo Habkost
2018-10-23 15:27   ` David Gibson
2018-10-23 15:27     ` David Gibson
2018-10-19 14:12 ` [Qemu-arm] [PULL 00/45] Machine queue, 2018-10-18 Peter Maydell
2018-10-19 14:12   ` [Qemu-devel] " Peter Maydell
2018-10-19 17:00   ` Philippe Mathieu-Daudé
2018-10-19 17:00     ` Philippe Mathieu-Daudé
2018-10-19 17:55     ` [Qemu-arm] " Philippe Mathieu-Daudé
2018-10-19 17:55       ` Philippe Mathieu-Daudé
2018-10-19 18:44   ` [Qemu-arm] " Eduardo Habkost
2018-10-19 18:44     ` [Qemu-devel] " Eduardo Habkost
2018-10-19 19:53     ` [Qemu-arm] " Igor Mammedov
2018-10-19 19:53       ` Igor Mammedov
2018-10-19 20:23       ` [Qemu-arm] " Eduardo Habkost
2018-10-19 20:23         ` Eduardo Habkost
2018-10-20 10:27         ` Philippe Mathieu-Daudé
2018-10-22  9:00         ` [Qemu-arm] " Igor Mammedov
2018-10-22  9:00           ` Igor Mammedov
2018-10-22 15:02           ` [Qemu-arm] " Markus Armbruster
2018-10-22 15:02             ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181018200422.4358-24-ehabkost@redhat.com \
    --to=ehabkost@redhat.com \
    --cc=agraf@suse.de \
    --cc=alistair@alistair23.me \
    --cc=amarkovic@wavecomp.com \
    --cc=armbru@redhat.com \
    --cc=atar4qemu@gmail.com \
    --cc=aurelien@aurel32.net \
    --cc=david@gibson.dropbear.id.au \
    --cc=david@redhat.com \
    --cc=eblake@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=libvir-list@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=michael@walle.cc \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=robh@kernel.org \
    --cc=rth@twiddle.net \
    --cc=xiaoguangrong.eric@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.