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
/
arm
/
virt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hw/arm/virt: Support cluster level in DT cpu-map
Yanan Wang
2022-01-20
1
-7
/
+8
*
hw/arm/virt: Support CPU cluster on ARM virt machine
Yanan Wang
2022-01-20
1
-0
/
+1
*
hw/arm: add control knob to disable kaslr_seed via DTB
Alex Bennée
2022-01-18
1
-2
/
+30
*
smbios: Rename SMBIOS_ENTRY_POINT_* enums
Eduardo Habkost
2022-01-07
1
-1
/
+1
*
hw: Add compat machines for 7.0
Cornelia Huck
2022-01-05
1
-1
/
+8
*
hw/arm/virt: Use object_property_set instead of qdev_prop_set
Jean-Philippe Brucker
2021-12-15
1
-2
/
+3
*
hw/arm/virt: Reject instantiation of multiple IOMMUs
Jean-Philippe Brucker
2021-12-15
1
-0
/
+5
*
hw/arm/virt: Remove device tree restriction for virtio-iommu
Jean-Philippe Brucker
2021-12-15
1
-8
/
+2
*
hw/arm: Don't include qemu-common.h unnecessarily
Peter Maydell
2021-12-15
1
-1
/
+0
*
hw/arm/virt: Extend nested and mte checks to hvf
Alexander Graf
2021-11-26
1
-6
/
+9
*
hw/arm/virt: Rename default_bus_bypass_iommu
Jean-Philippe Brucker
2021-11-02
1
-2
/
+2
*
hw/arm/virt: Add cpu-map to device tree
Andrew Jones
2021-10-20
1
-10
/
+60
*
hw/arm/virt: Only describe cpu topology since virt-6.2
Yanan Wang
2021-10-20
1
-0
/
+1
*
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
1
-1
/
+1
*
machine: Move smp_prefer_sockets to struct SMPCompatProps
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
-0
/
+1
*
hw/arm/virt: add ITS support in virt GIC
Shashi Mallela
2021-09-13
1
-2
/
+27
*
hw/arm/virt: target-arm: Add A64FX processor support to virt machine
Shuuichirou Ishii
2021-09-01
1
-0
/
+1
*
hw: Add compat machines for 6.2
Yanan Wang
2021-09-01
1
-1
/
+8
*
hw/arm/virt: Delete EL3 error checksnow provided in CPU realize
Peter Maydell
2021-08-26
1
-5
/
+0
*
hw/arm/virt: Add default_bus_bypass_iommu machine option
Xingang Wang
2021-07-16
1
-0
/
+26
*
hw/arm/virt: Make PL061 GPIO lines pulled low, not high
Peter Maydell
2021-07-09
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...
Peter Maydell
2021-06-16
1
-0
/
+2
|
\
|
*
hw: virt: consider hw_compat_6_0
Heinrich Schuchardt
2021-06-15
1
-0
/
+2
*
|
arm: Eliminate all TPM related code if CONFIG_TPM is not set
Stefan Berger
2021-06-15
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2021-05-16
1
-2
/
+5
|
\
|
*
hw/smbios: support for type 41 (onboard devices extended information)
Vincent Bernat
2021-05-14
1
-2
/
+5
*
|
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
hw: add compat machines for 6.1
Cornelia Huck
2021-04-30
1
-1
/
+6
|
/
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210406'...
Peter Maydell
2021-04-06
1
-2
/
+6
|
\
|
*
hw/arm/virt: Only try to add valid dynamic sysbus devices to platform bus
Peter Maydell
2021-04-06
1
-2
/
+6
*
|
x86: rename oem-id and oem-table-id properties
Paolo Bonzini
2021-04-04
1
-4
/
+4
|
/
*
hw/arm/virt: KVM: The IPA lower bound is 32
Andrew Jones
2021-03-12
1
-7
/
+16
*
hw/board: promote fdt from ARM VirtMachineState to MachineState
Alex Bennée
2021-03-10
1
-171
/
+185
*
acpi: use constants as strncpy limit
Michael S. Tsirkin
2021-02-05
1
-2
/
+2
*
acpi: Permit OEM ID and OEM table ID fields to be changed
Marian Postevca
2021-02-05
1
-0
/
+63
*
arm-virt: add secure pl061 for reset/power down
Maxim Uvarov
2021-01-29
1
-1
/
+55
*
arm-virt: refactor gpios creation
Maxim Uvarov
2021-01-29
1
-21
/
+36
*
hw/arm/virt: Remove virt machine state 'smp_cpus'
Andrew Jones
2021-01-08
1
-11
/
+10
*
hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'
Philippe Mathieu-Daudé
2021-01-04
1
-1
/
+2
*
virt: Register "its" as class property
Eduardo Habkost
2020-12-15
1
-5
/
+7
*
arm/virt: Register most properties as class properties
Eduardo Habkost
2020-12-15
1
-35
/
+41
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
arm: remove bios_name
Paolo Bonzini
2020-12-10
1
-0
/
+2
*
hw: add compat machines for 6.0
Cornelia Huck
2020-12-08
1
-1
/
+8
*
hw/arm/virt: Write extra pci roots into fw_cfg
Jiahui Cen
2020-12-08
1
-2
/
+5
*
pc-dimm: Drop @errp argument of pc_dimm_plug()
Greg Kurz
2020-10-28
1
-8
/
+1
*
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
2020-10-08
1
-3
/
+41
[prev]
[next]