index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
machine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
machine: Tweak the order of topology members in struct CpuTopology
Yanan Wang
2021-10-01
1
-4
/
+4
*
machine: Use ms instead of global current_machine in sanity-check
Yanan Wang
2021-10-01
1
-1
/
+1
*
machine: Prefer cores over sockets in smp parsing since 6.2
Yanan Wang
2021-10-01
1
-9
/
+26
*
machine: Improve the error reporting of smp parsing
Yanan Wang
2021-10-01
1
-13
/
+9
*
machine: Set the value of cpus to match maxcpus if it's omitted
Yanan Wang
2021-10-01
1
-13
/
+16
*
machine: Uniformly use maxcpus to calculate the omitted parameters
Yanan Wang
2021-10-01
1
-15
/
+15
*
machine: Minor refactor/fix for the smp parsers
Yanan Wang
2021-10-01
1
-8
/
+10
*
machine: Deprecate "parameter=0" SMP configurations
Yanan Wang
2021-10-01
1
-0
/
+14
*
hw: Add compat machines for 6.2
Yanan Wang
2021-09-01
1
-0
/
+3
*
hw/core: fix error checking in smp_parse
Daniel P. Berrangé
2021-08-13
1
-1
/
+1
*
hw/core: Add missing return on error
Philippe Mathieu-Daudé
2021-08-13
1
-0
/
+1
*
hw/net: e1000e: Correct the initial value of VET register
Christina Wang
2021-08-02
1
-0
/
+1
*
hw/net: e1000: Correct the initial value of VET register
Christina Wang
2021-08-02
1
-0
/
+1
*
hw/pci/pcie: Do not set HPC flag if acpihp is used
Julia Suvorova
2021-07-16
1
-1
/
+0
*
numa: Report expected initiator
Michal Privoznik
2021-07-13
1
-1
/
+2
*
machine: add smp compound property
Paolo Bonzini
2021-07-06
1
-50
/
+58
*
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...
Peter Maydell
2021-06-30
1
-0
/
+1
|
\
|
*
hw/nvme: default for namespace EUI-64
Heinrich Schuchardt
2021-06-29
1
-0
/
+1
*
|
machine: reject -smp dies!=1 for non-PC machines
Paolo Bonzini
2021-06-25
1
-0
/
+4
*
|
machine: pass QAPI struct to mc->smp_parse
Paolo Bonzini
2021-06-25
1
-10
/
+23
*
|
machine: add error propagation to mc->smp_parse
Paolo Bonzini
2021-06-25
1
-15
/
+19
*
|
machine: move common smp_parse code to caller
Paolo Bonzini
2021-06-25
1
-56
/
+56
*
|
machine: move dies from X86MachineState to CpuTopology
Paolo Bonzini
2021-06-25
1
-0
/
+1
|
/
*
pckbd: don't update OBF flags if KBD_STAT_OBF is set
Volker Rümelin
2021-05-26
1
-0
/
+1
*
accel: move call to accel_init_interfaces
Claudio Fontana
2021-05-10
1
-0
/
+1
*
hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windows
Peter Maydell
2021-04-30
1
-1
/
+3
*
hw: add compat machines for 6.1
Cornelia Huck
2021-04-30
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...
Peter Maydell
2021-04-06
1
-5
/
+16
|
\
|
*
machine: Provide a function to check the dynamic sysbus allowlist
Peter Maydell
2021-04-06
1
-5
/
+16
*
|
virtio-pci: compat page aligned ATS
Jason Wang
2021-04-06
1
-0
/
+1
|
/
*
hw/arm/virt: Disable pl011 clock migration if needed
Gavin Shan
2021-03-23
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2021-03-16
1
-0
/
+1
|
\
|
*
virtio-net: calculating proper msix vectors on init
Jason Wang
2021-03-15
1
-0
/
+1
*
|
virtio-blk: Respect discard granularity
Akihiko Odaki
2021-03-15
1
-0
/
+1
|
/
*
acpi/core: always set SCI_EN when SMM isn't supported
Isaku Yamahata
2021-02-23
1
-1
/
+4
*
confidential guest support: Alter virtio default properties for protected guests
David Gibson
2021-02-08
1
-0
/
+13
*
confidential guest support: Rework the "memory-encryption" property
David Gibson
2021-02-08
1
-6
/
+37
*
confidential guest support: Move side effect out of machine_set_memory_encryp...
David Gibson
2021-02-08
1
-8
/
+9
*
virtio: move 'use-disabled-flag' property to hw_compat_4_2
Stefano Garzarella
2021-02-05
1
-1
/
+1
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-9
/
+2
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-15
1
-5
/
+49
|
\
|
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-5
/
+3
|
*
chardev: do not use machine_init_done
Paolo Bonzini
2020-12-15
1
-1
/
+1
|
*
vl: move all generic initialization out of vl.c
Paolo Bonzini
2020-12-15
1
-1
/
+46
|
*
vl: extract softmmu/globals.c
Paolo Bonzini
2020-12-15
1
-0
/
+2
|
/
*
vl: extract machine done notifiers
Paolo Bonzini
2020-12-10
1
-0
/
+24
*
vl: move CHECKPOINT_INIT after preconfig
Paolo Bonzini
2020-12-10
1
-0
/
+5
*
vl: extract various command line validation snippets to a new function
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
vl: move various initialization routines out of qemu_init
Paolo Bonzini
2020-12-10
1
-0
/
+3
*
vl: extract validation of -smp to machine.c
Paolo Bonzini
2020-12-10
1
-0
/
+23
[prev]
[next]