summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-10-28spapr: Improve spapr_reallocate_hpt() error reportingGreg Kurz
2020-10-28target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz
2020-10-28spapr: Use error_append_hint() in spapr_reallocate_hpt()Greg Kurz
2020-10-28spapr: Simplify error handling in spapr_memory_plug()Greg Kurz
2020-10-28spapr: Pass &error_abort when getting some PC DIMM propertiesGreg Kurz
2020-10-28spapr: Use appropriate getter for PC_DIMM_SLOT_PROPGreg Kurz
2020-10-28spapr: Use appropriate getter for PC_DIMM_ADDR_PROPGreg Kurz
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz
2020-10-28spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()Greg Kurz
2020-10-28spapr: Make spapr_cpu_core_unrealize() idempotentGreg Kurz
2020-10-28spapr: Drop spapr_delete_vcpu() unused argumentGreg Kurz
2020-10-28spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz
2020-10-28spapr: Fix leak of CPU machine specific dataGreg Kurz
2020-10-28spapr: Move spapr_create_nvdimm_dr_connectors() to core machine codeGreg Kurz
2020-10-28hw/net: move allocation to the heap due to very large stack frameElena Afanasova
2020-10-28ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier
2020-10-28spapr: Clarify why DR connectors aren't user creatableGreg Kurz
2020-10-26Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...Peter Maydell
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-26Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stagingPeter Maydell
2020-10-26Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini
2020-10-26machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini
2020-10-26hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng
2020-10-26hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé
2020-10-26hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé
2020-10-26hw/sd/sdcard: Simplify cmd_valid_while_locked()Philippe Mathieu-Daudé
2020-10-26hw/sd/sdcard: Update the SDState documentationPhilippe Mathieu-Daudé
2020-10-23block: move logical block size check function to a common utility functionCoiby Xu
2020-10-22hw/misc/sifive_u_otp: Add backend drive supportGreen Wan
2020-10-22hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan
2020-10-22hw/riscv: Load the kernel after the firmwareAlistair Francis
2020-10-22hw/riscv: Add a riscv_is_32_bit() functionAlistair Francis
2020-10-22hw/riscv: Return the end address of the loaded firmwareAlistair Francis
2020-10-22hw/riscv: sifive_u: Allow specifying the CPUAlistair Francis
2020-10-22hw/intc: Move sifive_plic.h to the include directoryBin Meng
2020-10-22hw/core/qdev-clock: add a reference on aliased clocksLuc Michel
2020-10-22s390x: pv: Remove sclp boundary checksJanosch Frank
2020-10-22s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato
2020-10-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201021' in...Peter Maydell
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell
2020-10-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-21' into ...Peter Maydell
2020-10-21hw/sd/sdcard: Assert if accessing an illegal groupPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdcard: Do not attempt to erase out of range addressesPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdcard: Reset both start/end addresses on errorPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESSPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdcard: Introduce the INVALID_ADDRESS definitionPhilippe Mathieu-Daudé
2020-10-21hw/sd/sdcard: Add trace event for ERASE command (CMD38)Philippe Mathieu-Daudé
2020-10-21hw/sd/sdhci: Yield if interrupt delivered during multiple transferPhilippe Mathieu-Daudé