aboutsummaryrefslogtreecommitdiff
path: root/hw/core/machine.c
AgeCommit message (Expand)Author
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-01hw: Add compat machines for 6.2Yanan Wang
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
2021-07-13numa: Report expected initiatorMichal Privoznik
2021-07-06machine: add smp compound propertyPaolo Bonzini
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-06-29hw/nvme: default for namespace EUI-64Heinrich Schuchardt
2021-06-25machine: reject -smp dies!=1 for non-PC machinesPaolo Bonzini
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini
2021-06-25machine: move common smp_parse code to callerPaolo Bonzini
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana
2021-04-30hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-04-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...Peter Maydell
2021-04-06virtio-pci: compat page aligned ATSJason Wang
2021-04-06machine: Provide a function to check the dynamic sysbus allowlistPeter Maydell
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan
2021-03-16Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-03-15virtio-blk: Respect discard granularityAkihiko Odaki
2021-03-15virtio-net: calculating proper msix vectors on initJason Wang
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata
2021-02-08confidential guest support: Alter virtio default properties for protected guestsDavid Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08confidential guest support: Move side effect out of machine_set_memory_encryp...David Gibson
2021-02-05virtio: move 'use-disabled-flag' property to hw_compat_4_2Stefano Garzarella
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15chardev: do not use machine_init_donePaolo Bonzini
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini
2020-12-10vl: extract machine done notifiersPaolo Bonzini
2020-12-10vl: move CHECKPOINT_INIT after preconfigPaolo Bonzini
2020-12-10vl: extract various command line validation snippets to a new functionPaolo Bonzini
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini
2020-12-10vl: extract validation of -smp to machine.cPaolo Bonzini
2020-12-08hw: add compat machines for 6.0Cornelia Huck
2020-11-11pvpanic: Advertise the PVPANIC_CRASHLOADED event supportPaolo Bonzini
2020-10-27hw/block/nvme: change controller pci idKlaus Jensen