aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-02clock-vmstate: Add missing END_OF_LISTDr. David Alan Gilbert
2022-02-28semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFOAlex Bennée
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-02-21core/ptimers: Remove unnecessary 'sysemu/cpus.h' includePhilippe Mathieu-Daudé
2022-02-16Allow setting up to 8 bytes with the generic loaderPetr Tesarik
2022-01-20hw/elf_ops: clear uninitialized segment spaceLaurent Vivier
2022-01-18machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé
2021-12-31hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-10numa: Enable numa for SGX EPC sectionsYang Zhong
2021-11-19hw/nvme: change nvme-ns 'shared' defaultKlaus Jensen
2021-11-10numa: avoid crash with SGX and "info numa"Paolo Bonzini
2021-11-05Fix virtio-net-pci* "vectors" compatEduardo Habkost
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson
2021-11-02qapi: introduce x-query-numa QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-roms QMP commandDaniel P. Berrangé
2021-11-02monitor: make hmp_handle_error return a booleanDaniel P. Berrangé
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang
2021-11-01hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé
2021-11-01hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé
2021-11-01hw/core: Declare meson source setPhilippe Mathieu-Daudé
2021-11-01hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé
2021-11-01machine: Move gpio code to hw/core/gpio.cEduardo Habkost
2021-10-31hw/core/machine: Add the missing delimiter in cpu_slot_to_string()Yanan Wang
2021-10-20hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella
2021-10-01machine: Put all sanity-check in the generic SMP parserYanan Wang
2021-10-01machine: Use g_autoptr in machine_set_smpPaolo Bonzini
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang
2021-10-01machine: Use ms instead of global current_machine in sanity-checkYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang