summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* fdc: change auto fallback drive for ISA FDC to 288John Snow2019-11-291-1/+1
* fdc: rework pick_geometryJohn Snow2019-11-291-20/+52
* fdc: add physical disk sizesJohn Snow2019-11-291-8/+32
* fdc: add drive type optionJohn Snow2019-11-291-3/+23
* fdc: Add fallback optionJohn Snow2019-11-292-2/+34
* fdc: add pick_driveJohn Snow2019-11-291-10/+46
* fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow2019-11-291-1/+3
* fdc: add disk fieldJohn Snow2019-11-291-0/+3
* fdc: add drive type qapi enumJohn Snow2019-11-292-48/+49
* fdc: reduce number of pick_geometry argumentsJohn Snow2019-11-291-30/+20
* fdc: move pick_geometryJohn Snow2019-11-291-45/+45
* ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani2019-11-291-1/+1
* mips: Clean up includesPeter Maydell2019-11-299-0/+9
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2019-11-291-1/+1
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2019-11-295-6/+6
* fpu: Replace int32 typedef with int32_tPeter Maydell2019-11-292-2/+2
* 9pfs: use error_report() instead of fprintf(stderr)Greg Kurz2019-11-294-16/+18
* Xen PCI passthru: convert to realize()Cao jin2019-11-291-25/+28
* Add Error **errp for xen_pt_config_init()Cao jin2019-11-293-28/+33
* Add Error **errp for xen_pt_setup_vga()Cao jin2019-11-293-8/+13
* Add Error **errp for xen_host_pci_device_get()Cao jin2019-11-293-52/+68
* Xen: use qemu_strtoul instead of strtolCao jin2019-11-291-8/+4
* Change xen_host_pci_sysfs_path() to return voidCao jin2019-11-291-24/+11
* xen-pvdevice: convert to realize()Cao jin2019-11-291-6/+6
* target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang2019-11-293-0/+5
* arm_gic: Update ID registers based on revisionAlistair Francis2019-11-291-5/+30
* hw/arm/virt: Add always-on property to the virt board timerChristoffer Dall2019-11-291-0/+1
* hw/arm/virt: add secure memory region and UARTPeter Maydell2019-11-291-7/+48
* hw/arm/virt: Wire up memory region to CPUs explicitlyPeter Maydell2019-11-291-0/+3
* misc: zynq-xadc: Fix off-by-onePeter Crosthwaite2019-11-291-1/+1
* xlnx-ep108: Connect the SPI FlashAlistair Francis2019-11-291-0/+16
* xlnx-zynqmp: Connect the SPI devicesAlistair Francis2019-11-291-0/+31
* xilinx_spips: Separate the state struct into a headerAlistair Francis2019-11-291-42/+4
* ssi: Move ssi.h into a separate directoryAlistair Francis2019-11-2917-17/+17
* m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis2019-11-291-0/+1
* qdev: get_child_bus(): Use QOM lookup if availablePeter Crosthwaite2019-11-291-0/+6
* block: Clean up includesPeter Maydell2019-11-2914-11/+14
* vfio/pci: Lazy PBA emulationAlex Williamson2019-11-292-0/+40
* vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson2019-11-291-3/+3
* qdev: Free QemuOpts when the QOM path goes awayPaolo Bonzini2019-11-291-1/+3
* qom: Change object property iterator API contractDaniel P. Berrange2019-11-291-4/+3
* hw/arm: Clean up includesPeter Maydell2019-11-2942-1/+42
* target-sparc: Convert to VMStateDescriptionJuan Quintela2019-11-291-24/+0
* SCSI device: fix to incomplete QOMifyCao jin2019-11-293-9/+9
* qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange2019-11-291-2/+27
* scsi: initialise info object with appropriate sizeP J P2019-11-291-1/+1
* i386: avoid null pointer dereferenceP J P2019-11-291-5/+10
* scsi: revert change to scsi_req_cancel_async and add assertionsPaolo Bonzini2019-11-291-0/+11
* ARM: virt: Don't generate RTC ACPI device when using UEFIShannon Zhao2019-11-291-19/+5
* xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis2019-11-292-19/+58
OpenPOWER on IntegriCloud