aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-10-19mac_oldworld: Drop some variablesBALATON Zoltan1-18/+17
2020-10-19mac_oldworld: Drop a variable, use get_system_memory() directlyBALATON Zoltan1-3/+2
2020-10-19mac_newworld: Allow loading binary ROM imageBALATON Zoltan2-10/+14
2020-10-19mac_oldworld: Allow loading binary ROM imageBALATON Zoltan1-9/+20
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland1-35/+0
2020-10-18ppc405_boards: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-1/+9
2020-10-18sun4u: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-2/+5
2020-10-18sun4m: use qdev properties instead of legacy m48t59_init() functionMark Cave-Ayland1-2/+8
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland1-25/+0
2020-10-18uninorth: use qdev gpios for PCI IRQsMark Cave-Ayland2-44/+25
2020-10-18grackle: use qdev gpios for PCI IRQsMark Cave-Ayland2-19/+7
2020-10-18macio: don't reference serial_hd() directly within the deviceMark Cave-Ayland3-4/+12
2020-10-16Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell6-25/+31
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-2/+10
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost3-3/+3
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost2-20/+18
2020-10-13vga-pci: Register "big-endian-framebuffer" as class propertyEduardo Habkost1-8/+4
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell6-12/+6
2020-10-13goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier1-1/+1
2020-10-13hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier1-1/+0
2020-10-13hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova2-2/+2
2020-10-13hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()Greg Kurz1-2/+2
2020-10-13hw/block/nvme: Simplify timestamp sumPhilippe Mathieu-Daudé1-6/+1
2020-10-12scsi/scsi_bus: fix races in REPORT LUNSMaxim Levitsky1-35/+33
2020-10-12virtio-scsi: use scsi_device_getMaxim Levitsky1-8/+13
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky1-0/+11
2020-10-12scsi/scsi-bus: scsi_device_find: don't return unrealized devicesPaolo Bonzini1-30/+53
2020-10-12device-core: use atomic_set on .realized propertyMaxim Levitsky1-1/+18
2020-10-12scsi: switch to bus->check_addressPaolo Bonzini1-47/+75
2020-10-12device-core: use RCU for list of children of a busMaxim Levitsky4-29/+54
2020-10-12scsi/scsi_bus: switch search direction in scsi_device_findMaxim Levitsky1-2/+10
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini3-4/+18
2020-10-12hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé3-7/+26
2020-10-12hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé1-6/+0
2020-10-09hw/ide: restore replay support of IDEAlex Bennée1-2/+2
2020-10-09hw/misc/mips_cpc: Start vCPU when powered onPhilippe Mathieu-Daudé1-0/+1
2020-10-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell10-99/+259
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell3-19/+6
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2-13/+4
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster1-6/+2
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf2-2/+2
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf1-1/+1
2020-10-09spapr_numa: consider user input when defining associativityDaniel Henrique Barboza1-1/+109
2020-10-09spapr_numa: change reference-points and maxdomain settingsDaniel Henrique Barboza1-8/+35
2020-10-09spapr_numa: forbid asymmetrical NUMA setupsDaniel Henrique Barboza1-0/+34
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza1-0/+12
2020-10-09ppc/pnv: Increase max firmware sizeCédric Le Goater1-1/+1
2020-10-09spapr: Add a return value to spapr_check_pagesize()Greg Kurz2-5/+6
2020-10-09spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz2-9/+9
2020-10-09spapr: Simplify error handling in spapr_cpu_core_realize()Greg Kurz1-9/+7