aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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-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é
2020-10-09hw/ide: restore replay support of IDEAlex Bennée
2020-10-09hw/misc/mips_cpc: Start vCPU when powered onPhilippe Mathieu-Daudé
2020-10-09Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...Peter Maydell
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09spapr_numa: consider user input when defining associativityDaniel Henrique Barboza
2020-10-09spapr_numa: change reference-points and maxdomain settingsDaniel Henrique Barboza
2020-10-09spapr_numa: forbid asymmetrical NUMA setupsDaniel Henrique Barboza
2020-10-09spapr: add spapr_machine_using_legacy_numa() helperDaniel Henrique Barboza
2020-10-09ppc/pnv: Increase max firmware sizeCédric Le Goater
2020-10-09spapr: Add a return value to spapr_check_pagesize()Greg Kurz
2020-10-09spapr: Add a return value to spapr_nvdimm_validate()Greg Kurz
2020-10-09spapr: Simplify error handling in spapr_cpu_core_realize()Greg Kurz
2020-10-09spapr: Add a return value to spapr_set_vcpu_id()Greg Kurz
2020-10-09spapr: Simplify error handling in prop_get_fdt()Greg Kurz
2020-10-09spapr: Add a return value to spapr_drc_attach()Greg Kurz
2020-10-09spapr: Simplify error handling in spapr_vio_busdev_realize()Greg Kurz
2020-10-09spapr: Simplify error handling in do_client_architecture_support()Greg Kurz
2020-10-09spapr: Get rid of cas_check_pvr() error reportingGreg Kurz
2020-10-09spapr: Simplify error handling in callers of ppc_set_compat()Greg Kurz
2020-10-09spapr: Fix error leak in spapr_realize_vcpu()Greg Kurz
2020-10-09spapr: Handle HPT allocation failure in nested guestFabiano Rosas
2020-10-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...Peter Maydell
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-08hw/arm/virt: Move kvm pmu setup to virt_cpu_post_initAndrew Jones
2020-10-08hw/arm/virt: Move post cpu realize check into its own functionAndrew Jones
2020-10-08hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé