summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant
2020-02-27hw/xen/xen_pt_load_rom: Remove unused includesPhilippe Mathieu-Daudé
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini
2020-02-22virtio: increase virtqueue size for virtio-scsi and virtio-blkDenis Plotnikov
2020-02-21sh4: Fix PCI ISA IO memory subregionGuenter Roeck
2020-02-21xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmdFrancisco Iglesias
2020-02-21arm: allwinner: Wire up USB portsGuenter Roeck
2020-02-21hcd-ehci: Introduce "companion-enable" sysbus propertyGuenter Roeck
2020-02-21hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include fileGuenter Roeck
2020-02-21target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell
2020-02-21target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell
2020-02-21z2: Make providing flash images non-mandatoryGuenter Roeck
2020-02-21mainstone: Make providing flash images non-mandatoryGuenter Roeck
2020-02-21hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' registerPhilippe Mathieu-Daudé
2020-02-21aspeed/scu: Implement chip ID registerJoel Stanley
2020-02-21aspeed/scu: Create separate write callbacksJoel Stanley
2020-02-21hw/ppc/virtex_ml507:fix leak of fdevice tree blobChen Qun
2020-02-21spapr: Fix handling of unplugged devices during CAS and migrationGreg Kurz
2020-02-21spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz
2020-02-21ppc: free 'fdt' after reset the machinePan Nengyuan
2020-02-21spapr: Allow changing offset for -kernel imageAlexey Kardashevskiy
2020-02-21pnv/phb3: Add missing break statementGreg Kurz
2020-02-21pnv/phb4: Fix error path in pnv_pec_realize()Greg Kurz
2020-02-21pnv/phb3: Convert 1u to 1ullGreg Kurz
2020-02-21spapr: Add Hcalls to support PAPR NVDIMM deviceShivaprasad G Bhat
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat
2020-02-21nvdimm: add uuid property to nvdimmShivaprasad G Bhat
2020-02-21mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat
2020-02-21ppc: function to setup latest class optionsMichael S. Tsirkin
2020-02-21ppc/pnv: Fix PCI_EXPRESS dependencyLaurent Vivier
2020-02-21spapr/rtas: Print message from "ibm,os-term"Alexey Kardashevskiy
2020-02-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé
2020-02-19remove no longer used memory_region_allocate_system_memory()Igor Mammedov
2020-02-19sparc/niagara: use memdev for RAMIgor Mammedov
2020-02-19sparc/sun4m: use memdev for RAMIgor Mammedov
2020-02-19sparc/leon3: use memdev for RAMIgor Mammedov
2020-02-19ppc/virtex_ml507: use memdev for RAMIgor Mammedov
2020-02-19ppc/spapr: use memdev for RAMIgor Mammedov