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: remove the done notifier for dynamic sysbus device type check
Damien Hedde
2021-11-01
1
-27
/
+0
*
machine: add device_type_is_dynamic_sysbus function
Damien Hedde
2021-11-01
1
-3
/
+10
*
hw/core/machine: Split out the smp parsing code
Yanan Wang
2021-11-01
1
-159
/
+0
*
vhost-vsock: handle common features in vhost-vsock-common
Stefano Garzarella
2021-10-05
1
-1
/
+3
*
vhost-vsock: fix migration issue when seqpacket is supported
Stefano Garzarella
2021-10-05
1
-0
/
+1
*
machine: Put all sanity-check in the generic SMP parser
Yanan Wang
2021-10-01
1
-32
/
+30
*
machine: Use g_autoptr in machine_set_smp
Paolo Bonzini
2021-10-01
1
-5
/
+2
*
machine: Move smp_prefer_sockets to struct SMPCompatProps
Yanan Wang
2021-10-01
1
-1
/
+1
*
machine: Remove smp_parse callback from MachineClass
Yanan Wang
2021-10-01
1
-2
/
+1
*
machine: Make smp_parse generic enough for all arches
Yanan Wang
2021-10-01
1
-20
/
+71
*
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
[next]