aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
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
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang
2021-10-01machine: Deprecate "parameter=0" SMP configurationsYanan Wang
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-09-02Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell
2021-09-01qdev: allow setting drive property for realized deviceVladimir Sementsov-Ogievskiy
2021-09-01qdev-properties: PropertyInfo: add realized_set_allowed fieldVladimir Sementsov-Ogievskiy
2021-09-01clock: Provide builtin multiplier/dividerPeter Maydell
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-09-01hw/core/register: Add more 64-bit utilitiesJoe Komlodi
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell
2021-08-13hw/core: fix error checking in smp_parseDaniel P. Berrangé
2021-08-13hw/core: Add missing return on errorPhilippe Mathieu-Daudé
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova