aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-10-19mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan
2020-10-19mac_newworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-19mac_oldworld: Allow loading binary ROM imageBALATON Zoltan
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland
2020-10-18ppc405_boards: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-10-18sun4u: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-10-18sun4m: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland
2020-10-17hw/mips: Remove exit(1) in case of missing ROMPavel Dovgalyuk
2020-10-17hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTONEduardo Habkost
2020-10-17hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)Philippe Mathieu-Daudé
2020-10-17hw/mips: Simplify loading 64-bit ELF kernelsPhilippe Mathieu-Daudé
2020-10-17hw/mips/malta: Use clearer qdev stylePhilippe Mathieu-Daudé
2020-10-17hw/mips/malta: Move gt64120 related code togetherPhilippe Mathieu-Daudé
2020-10-17hw/mips/malta: Fix FPGA I/O region sizePhilippe Mathieu-Daudé
2020-10-17hw/mips/cps: Do not allow use without input clockPhilippe Mathieu-Daudé
2020-10-17hw/mips/malta: Set CPU frequency to 320 MHzPhilippe Mathieu-Daudé
2020-10-17hw/mips/boston: Set CPU frequency to 1 GHzPhilippe Mathieu-Daudé
2020-10-17hw/mips/cps: Expose input clock and connect it to CPU coresPhilippe Mathieu-Daudé
2020-10-17hw/mips/jazz: Correct CPU frequenciesPhilippe Mathieu-Daudé
2020-10-17hw/mips/mipssim: Correct CPU frequencyPhilippe Mathieu-Daudé
2020-10-17hw/mips/fuloong2e: Set CPU frequency to 533 MHzPhilippe Mathieu-Daudé
2020-10-17hw/mips/r4k: Explicit CPU frequency is 200 MHzPhilippe Mathieu-Daudé
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2020-10-16hw/core/clock: Add the clock_new helper functionLuc Michel
2020-10-16hw/qdev-clock: Display error hint when clock is missing from devicePhilippe Mathieu-Daudé
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost
2020-10-13vga-pci: Register "big-endian-framebuffer" as class propertyEduardo Habkost
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-13goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier
2020-10-13hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier
2020-10-13hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova
2020-10-13hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()Greg Kurz
2020-10-13hw/block/nvme: Simplify timestamp sumPhilippe Mathieu-Daudé
2020-10-12scsi/scsi_bus: fix races in REPORT LUNSMaxim Levitsky
2020-10-12virtio-scsi: use scsi_device_getMaxim Levitsky
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky
2020-10-12scsi/scsi-bus: scsi_device_find: don't return unrealized devicesPaolo Bonzini
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky
2020-10-12scsi: switch to bus->check_addressPaolo Bonzini
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky
2020-10-12scsi/scsi_bus: switch search direction in scsi_device_findMaxim Levitsky
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-10-12hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé
2020-10-12hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé