aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2018-05-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-05-23intel-iommu: rework the page walk logicPeter Xu
2018-05-23intel-iommu: trace domain id during page walkPeter Xu
2018-05-23intel-iommu: pass in address space when page walkPeter Xu
2018-05-23intel-iommu: introduce vtd_page_walk_infoPeter Xu
2018-05-23intel-iommu: only do page walk for MAP notifiersPeter Xu
2018-05-23intel-iommu: add iommu lockPeter Xu
2018-05-23intel-iommu: remove IntelIOMMUNotifierNodePeter Xu
2018-05-23intel-iommu: send PSI always even if across PDEsPeter Xu
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin
2018-05-18xen-hvm: create separate function for ioreq server initializationPaul Durrant
2018-05-18xen-pvdevice: Introduce a simplistic xen-pvdevice save stateIgor Druzhinin
2018-05-15pc: add 2.13 machine typesBabu Moger
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov
2018-05-09opts: don't silently truncate long option valuesDaniel P. Berrangé
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson
2018-04-26xen: destroy_hvm_domain: Move reason into a variableIan Jackson
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-04-09kvmclock: fix clock_is_reliable on migration from QEMU < 2.9Michael Chapman
2018-03-21multiboot: Check validity of mh_header_addrKevin Wolf
2018-03-21multiboot: Reject kernels exceeding the address spaceKevin Wolf
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20hw/acpi-build: build SRAT memory affinity structures for DIMM devicesHaozhong Zhang
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov
2018-03-13pc: acpi: use build_append_foo() API to construct FADTIgor Mammedov
2018-03-13pc: acpi: isolate FADT specific data into AcpiFadtData structureIgor Mammedov
2018-03-13acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov
2018-03-13pc: replace pm object initialization with one-liner in acpi_get_pm_info()Igor Mammedov
2018-03-13target/i386: encrypt bios romBrijesh Singh
2018-03-12hw/i386/pc: Factor out the superio codePhilippe Mathieu-Daudé
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-03-12hw/i386: make IOMMUs configurable via default-configs/Paolo Bonzini
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-03-12q35: change default NIC to e1000ePaolo Bonzini
2018-03-07multiboot: fprintf(stderr...) -> error_report()Jack Schwartz
2018-03-07multiboot: Use header names when displaying fieldsJack Schwartz