summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* hw/core/register: Add more 64-bit utilitiesJoe Komlodi2021-09-011-0/+12
* hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell2021-08-261-10/+25
* hw/core: fix error checking in smp_parseDaniel P. Berrangé2021-08-131-1/+1
* hw/core: Add missing return on errorPhilippe Mathieu-Daudé2021-08-131-0/+1
* hw/net: e1000e: Correct the initial value of VET registerChristina Wang2021-08-021-0/+1
* hw/net: e1000: Correct the initial value of VET registerChristina Wang2021-08-021-0/+1
* hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-1/+0Star
* numa: Parse initiator= attribute before cpus= attributeMichal Privoznik2021-07-131-22/+23
* numa: Report expected initiatorMichal Privoznik2021-07-131-1/+2
* machine: add smp compound propertyPaolo Bonzini2021-07-061-50/+58
* Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-06-301-0/+1
|\
| * hw/nvme: default for namespace EUI-64Heinrich Schuchardt2021-06-291-0/+1
* | machine: reject -smp dies!=1 for non-PC machinesPaolo Bonzini2021-06-251-0/+4
* | machine: pass QAPI struct to mc->smp_parsePaolo Bonzini2021-06-251-10/+23
* | machine: add error propagation to mc->smp_parsePaolo Bonzini2021-06-251-15/+19
* | machine: move common smp_parse code to callerPaolo Bonzini2021-06-251-56/+56
* | machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-251-0/+1
|/
* hmp: Print "reserve" property of memory backends with "info memdev"David Hildenbrand2021-06-151-0/+4
* qmp: Include "reserve" property of memory backendsDavid Hildenbrand2021-06-151-0/+7
* hmp: Print "share" property of memory backends with "info memdev"David Hildenbrand2021-06-151-0/+2
* qmp: Include "share" property of memory backendsDavid Hildenbrand2021-06-151-0/+1
* hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2021-06-031-9/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-283-117/+147
|\
| * cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-2/+2
| * cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-2/+2
| * cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-3/+3
| * cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-2/+2
| * cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-8/+8
| * cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-2/+2
| * cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-2/+3
| * cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé2021-05-272-16/+13Star
| * cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé2021-05-272-13/+11Star
| * cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé2021-05-272-63/+44Star
| * cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-272-6/+10
| * cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2021-05-271-0/+32
| * cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé2021-05-273-18/+36
| * cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé2021-05-271-1/+0Star
* | pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin2021-05-261-0/+1
|/
* numa: Make all callbacks of ram block notifiers optionalDavid Hildenbrand2021-05-131-3/+10
* numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-5/+17
* util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-0/+14
* accel: move call to accel_init_interfacesClaudio Fontana2021-05-101-0/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
* hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell2021-04-301-1/+3
* hw: add compat machines for 6.1Cornelia Huck2021-04-301-0/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell2021-04-061-5/+16
|\
| * machine: Provide a function to check the dynamic sysbus allowlistPeter Maydell2021-04-061-5/+16