Displaying 4 results from an estimated 4 matches for "acpi_piix4".
2012 May 15
12
[PATCH 1/4] Introduce a new hotplug state: Force eject.
This hotplug state will be used to remove a device without the guest
cooperation.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
hw/acpi_piix4.c | 5 +++++
hw/pci.h | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c
index 585da4e..dfd5a9d 100644
--- a/hw/acpi_piix4.c
+++ b/hw/acpi_piix4.c
@@ -587,6 +587,11 @@ static int piix4_device_hotplug(DeviceState *qdev, PCIDevice *dev...
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
...pend: make ps/2 devices wakeup the guest
suspend: make serial ports wakeup the guest.
suspend: make rtc alarm wakeup the guest.
hmp-commands.hx | 14 ++++++++++++++
hmp.c | 5 +++++
hmp.h | 1 +
hw/acpi.c | 11 +----------
hw/acpi.h | 2 --
hw/acpi_piix4.c | 3 +--
hw/mc146818rtc.c | 17 +++++++++++++++++
hw/mips_malta.c | 2 +-
hw/pc.c | 11 -----------
hw/pc.h | 3 +--
hw/pc_piix.c | 8 +-------
hw/ps2.c | 6 ++++++
hw/serial.c | 6 ++++++
hw/vt82c686.c | 1 -
qapi-schema.json | 1...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
...| 31 ++
arch_init.c | 2 +
arch_init.h | 1 +
configure | 12 +-
default-configs/xen-dm-softmmu.mak | 24 +
hw/pc.h | 4 +
hw/piix_pci.c | 45 ++-
hw/xen_acpi_piix4.c | 424 ++++++++++++++++++
hw/xen_backend.c | 10 +-
hw/xen_backend.h | 2 +-
hw/xen_common.h | 6 +
hw/xen_disk.c | 12 +-
hw/xen_domainbuild.c | 4 +-
hw/xen_machine_fv.c...
2012 Jan 24
2
[PATCH 26/28] pci: convert to QEMU Object Model
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
hw/9pfs/virtio-9p-device.c | 43 ++++++----
hw/ac97.c | 39 +++++----
hw/acpi_piix4.c | 59 +++++++------
hw/apb_pci.c | 54 ++++++++-----
hw/bonito.c | 30 ++++---
hw/cirrus_vga.c | 33 +++++---
hw/dec_pci.c | 57 ++++++++-----
hw/e1000.c | 43 ++++++----
hw/eepro100.c | 200...