aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+0
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini1-1/+0
2020-10-22hw/misc/sifive_u_otp: Add backend drive supportGreen Wan1-0/+2
2020-10-22hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan1-0/+3
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis1-0/+3
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis1-0/+2
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis1-4/+4
2020-10-22hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis1-0/+1
2020-10-22hw/intc: Move sifive_plic.h to the include directoryBin Meng1-0/+83
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell3-1/+27
2020-10-21microvm: add usb supportGerd Hoffmann1-1/+4
2020-10-21usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann1-0/+2
2020-10-21usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann1-0/+19
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-0/+2
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé1-2/+9
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé1-1/+1
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé1-1/+3
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant2-1/+3
2020-10-19xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost1-1/+1
2020-10-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...Peter Maydell2-8/+0
2020-10-19Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell3-1/+18
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland1-4/+0
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland1-2/+0
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland1-2/+0
2020-10-17hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé1-1/+3
2020-10-17hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé1-0/+2
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel1-0/+13
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-0/+3
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky1-0/+1
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky1-0/+2
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky1-0/+9
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini1-1/+12
2020-10-12qom: fix objects with improper parent typePaolo Bonzini2-2/+2
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza1-0/+2
2020-10-09spapr: Add a return value to spapr_check_pagesize()Greg Kurz1-1/+1
2020-10-09spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz1-1/+1
2020-10-09spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz1-1/+1
2020-10-09spapr: Add a return value to spapr_drc_attach()Greg Kurz1-1/+1
2020-10-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...Peter Maydell2-1/+6
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones1-0/+5
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+1
2020-10-06hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé1-0/+1
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana1-14/+0
2020-10-02s390: guest support for diagnose 0x318Collin Walling1-0/+8
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling1-0/+1
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling1-1/+1
2020-10-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell1-4/+17
2020-10-01ide: remove magic constants from the device registerJohn Snow1-0/+11
2020-10-01ide: model HOB correctlyJohn Snow1-0/+1