summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-107/+63
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+0
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang1-1/+1
2018-03-20hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé1-1/+0
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell1-0/+19
2018-03-19hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell1-6/+6
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov1-0/+3
2018-03-19fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck1-2/+2
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-1/+0
2018-03-18hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-0/+1
2018-03-16pc: correct misspelled CPU model-id for pc 2.2Wang Xin1-1/+1
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-43/+121
2018-03-13tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov1-81/+0
2018-03-13virt_arm: acpi: reuse common build_fadt()Igor Mammedov1-10/+2
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov1-0/+3
2018-03-13pc: acpi: isolate FADT specific data into AcpiFadtData structureIgor Mammedov1-0/+28
2018-03-13acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov1-0/+3
2018-03-13acpi: add build_append_gas() helper for Generic Address StructureIgor Mammedov1-0/+20
2018-03-13acpi: reuse AcpiGenericAddress instead of Acpi20GenericAddressIgor Mammedov1-14/+3
2018-03-13virtio-net: add linkspeed and duplex settings to virtio-netJason Baron1-0/+3
2018-03-13virtio-net: use 64-bit values for feature flagsJason Baron1-1/+1
2018-03-13vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy1-0/+1
2018-03-13vfio/display: adding dmabuf supportGerd Hoffmann1-0/+14
2018-03-13vfio/display: adding region supportGerd Hoffmann1-0/+8
2018-03-13machine: add memory-encryption optionBrijesh Singh1-0/+1
2018-03-12hw/isa/superio: Add the SMC FDC37C669 Super I/OPhilippe Mathieu-Daudé1-0/+1
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé1-1/+1
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé1-0/+1
2018-03-12hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé2-4/+2
2018-03-12hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé2-4/+2
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé2-4/+6
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé1-2/+4
2018-03-12hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé1-0/+44
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé1-1/+1
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé1-2/+2
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé2-9/+24
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé2-2/+6
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2-8/+14
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth1-5/+5
2018-03-12q35: change default NIC to e1000ePaolo Bonzini1-1/+2
2018-03-09i.MX: Add i.MX7 SOC implementation.Andrey Smirnov1-0/+222
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov2-0/+104
2018-03-09Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-upstream-v8.2' in...Peter Maydell13-14/+697
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda1-9/+13
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie1-1/+0
2018-03-07SiFive Freedom U Series RISC-V MachineMichael Clark1-0/+69
2018-03-07SiFive Freedom E Series RISC-V MachineMichael Clark1-0/+79