aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell2-15/+34
2021-09-01qdev: allow setting drive property for realized deviceVladimir Sementsov-Ogievskiy1-12/+31
2021-09-01qdev-properties: PropertyInfo: add realized_set_allowed fieldVladimir Sementsov-Ogievskiy1-3/+3
2021-09-01clock: Provide builtin multiplier/dividerPeter Maydell3-5/+67
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-0/+3
2021-09-01hw/core/register: Add more 64-bit utilitiesJoe Komlodi1-0/+12
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell1-10/+25
2021-08-13hw/core: fix error checking in smp_parseDaniel P. Berrangé1-1/+1
2021-08-13hw/core: Add missing return on errorPhilippe Mathieu-Daudé1-0/+1
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang1-0/+1
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang1-0/+1
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova1-1/+0
2021-07-13numa: Parse initiator= attribute before cpus= attributeMichal Privoznik1-22/+23
2021-07-13numa: Report expected initiatorMichal Privoznik1-1/+2
2021-07-06machine: add smp compound propertyPaolo Bonzini1-50/+58
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell1-0/+1
2021-06-29hw/nvme: default for namespace EUI-64Heinrich Schuchardt1-0/+1
2021-06-25machine: reject -smp dies!=1 for non-PC machinesPaolo Bonzini1-0/+4
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini1-10/+23
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini1-15/+19
2021-06-25machine: move common smp_parse code to callerPaolo Bonzini1-56/+56
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini1-0/+1
2021-06-15hmp: Print "reserve" property of memory backends with "info memdev"David Hildenbrand1-0/+4
2021-06-15qmp: Include "reserve" property of memory backendsDavid Hildenbrand1-0/+7
2021-06-15hmp: Print "share" property of memory backends with "info memdev"David Hildenbrand1-0/+2
2021-06-15qmp: Include "share" property of memory backendsDavid Hildenbrand1-0/+1
2021-06-03hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)1-9/+0
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell3-117/+147
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+2
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+2
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-3/+3
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+2
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé1-8/+8
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+2
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+3
2021-05-26cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé2-16/+13
2021-05-26cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé2-13/+11
2021-05-26cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé2-63/+44
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2-6/+10
2021-05-26cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé1-0/+32
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé3-18/+36
2021-05-26cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé1-1/+0
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin1-0/+1
2021-05-13numa: Make all callbacks of ram block notifiers optionalDavid Hildenbrand1-3/+10
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand1-5/+17
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand1-0/+14
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth3-3/+0