summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-178-8/+0Star
* hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan2020-03-173-2/+3
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-179-35/+18Star
* hw/ide/pci.c: Coding style update to fix checkpatch errorsBALATON Zoltan2020-03-171-3/+3
* hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan2020-03-174-1/+3
* hw/ide: Get rid of piix4_init functionBALATON Zoltan2020-03-173-13/+4Star
* hw/isa/piix4.c: Introduce variable to store devfnBALATON Zoltan2020-03-171-5/+7
* hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-174-27/+7Star
* hd-geo-test: Clean up use of buf[] in create_qcow2_with_mbr()Markus Armbruster2020-03-171-3/+3
* via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland2020-03-171-4/+1Star
* via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland2020-03-171-0/+1
* via-ide: initialise IDE controller in legacy modeMark Cave-Ayland2020-03-171-1/+1
* via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland2020-03-171-1/+1
* pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan2020-03-171-1/+4
* ide/via: Get rid of via_ide_init()BALATON Zoltan2020-03-173-10/+4Star
* via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland2020-03-171-2/+1Star
* cmd646: remove unused pci_cmd646_ide_init() functionMark Cave-Ayland2020-03-102-14/+0Star
* dp264: use pci_create_simple() to initialise the cmd646 deviceMark Cave-Ayland2020-03-101-1/+5
* cmd646: register vmstate_ide_pci VMStateDescription in DeviceClassMark Cave-Ayland2020-03-101-2/+1Star
* cmd646: register cmd646_reset() function in DeviceClassMark Cave-Ayland2020-03-101-3/+3
* qemu.nsi: Install Sphinx documentationPeter Maydell2020-03-091-3/+19
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2020-03-0939-55/+43Star
|\
| * monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()Chen Qun2020-03-091-4/+1Star
| * display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()Chen Qun2020-03-091-1/+0Star
| * display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()Chen Qun2020-03-091-1/+0Star
| * scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()Chen Qun2020-03-091-1/+0Star
| * dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()Chen Qun2020-03-091-5/+5
| * block/file-posix: Remove redundant statement in raw_handle_perm_lock()Chen Qun2020-03-091-1/+0Star
| * block/stream: Remove redundant statement in stream_run()Chen Qun2020-03-091-2/+1Star
| * core/qdev: fix memleak in qdev_get_gpio_out_connector()Pan Nengyuan2020-03-091-1/+1
| * hw/i386/pc: Clean up includesPhilippe Mathieu-Daudé2020-03-091-8/+3Star
| * hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé2020-03-092-7/+1Star
| * hw/i386: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-094-0/+4
| * hw/acpi: Include "hw/mem/nvdimm.h"Philippe Mathieu-Daudé2020-03-092-0/+2
| * hw/pci-host/piix: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
| * hw/i2c/smbus_ich9: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
| * hw/pci-host/q35: Include "qemu/range.h"Philippe Mathieu-Daudé2020-03-091-0/+1
| * hw/timer/hpet: Include "exec/address-spaces.h"Philippe Mathieu-Daudé2020-03-091-0/+1
| * hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"Philippe Mathieu-Daudé2020-03-091-0/+1
| * hw/hppa/machine: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
| * hw/alpha/dp264: Include "net/net.h"Philippe Mathieu-Daudé2020-03-091-0/+1
| * hw/alpha/alpha_sys: Remove unused "hw/ide.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
| * hw/i386/intel_iommu: Remove unused includesPhilippe Mathieu-Daudé2020-03-091-4/+0Star
| * hw/usb/dev-storage: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
| * hw/timer: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-092-2/+0Star
| * hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
| * hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-093-3/+0Star
| * vl: Add missing "hw/boards.h" includePhilippe Mathieu-Daudé2020-03-091-0/+1
| * virtfs-proxy-helper: Make the helper_opts[] array constPhilippe Mathieu-Daudé2020-03-091-1/+1
| * hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .dataPhilippe Mathieu-Daudé2020-03-092-4/+4