index
:
sinitax/cachepc-qemu
master
Fork of AMDESE/qemu with changes for cachepc side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...
Igor Mammedov
2021-10-05
1
-68
/
+0
*
|
acpi: use build_append_int_noprefix() API to compose SRAT table
Igor Mammedov
2021-10-05
2
-50
/
+1
*
|
acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...
Igor Mammedov
2021-10-05
1
-11
/
+0
*
|
acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...
Igor Mammedov
2021-10-05
1
-14
/
+0
*
|
acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
2021-10-05
1
-13
/
+0
*
|
acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
2021-10-05
1
-10
/
+0
*
|
acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...
Igor Mammedov
2021-10-05
1
-10
/
+0
*
|
acpi: add helper routines to initialize ACPI tables
Igor Mammedov
2021-10-05
1
-0
/
+31
*
|
vhost-vsock: handle common features in vhost-vsock-common
Stefano Garzarella
2021-10-05
2
-3
/
+5
*
|
vhost-vsock: fix migration issue when seqpacket is supported
Stefano Garzarella
2021-10-05
1
-0
/
+3
|
/
*
machine: Move smp_prefer_sockets to struct SMPCompatProps
Yanan Wang
2021-10-01
1
-1
/
+2
*
machine: Remove smp_parse callback from MachineClass
Yanan Wang
2021-10-01
1
-5
/
+0
*
machine: Make smp_parse generic enough for all arches
Yanan Wang
2021-10-01
1
-0
/
+9
*
machine: Tweak the order of topology members in struct CpuTopology
Yanan Wang
2021-10-01
1
-3
/
+4
*
machine: Prefer cores over sockets in smp parsing since 6.2
Yanan Wang
2021-10-01
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...
Peter Maydell
2021-09-30
11
-16
/
+360
|
\
|
*
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
2021-09-30
1
-2
/
+2
|
*
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-09-30
1
-1
/
+1
|
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-2
/
+2
|
*
pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()
Peter Maydell
2021-09-30
1
-5
/
+5
|
*
ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()
Peter Maydell
2021-09-30
1
-4
/
+4
|
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-2
/
+28
|
*
hw/arm: xlnx-zcu102: Add Xilinx eFUSE device
Tong Ho
2021-09-30
1
-0
/
+3
|
*
hw/arm: xlnx-zcu102: Add Xilinx BBRAM device
Tong Ho
2021-09-30
1
-0
/
+2
|
*
hw/arm: xlnx-versal-virt: Add Xilinx eFUSE device
Tong Ho
2021-09-30
1
-0
/
+10
|
*
hw/arm: xlnx-versal-virt: Add Xilinx BBRAM device
Tong Ho
2021-09-30
1
-0
/
+5
|
*
hw/nvram: Introduce Xilinx battery-backed ram
Tong Ho
2021-09-30
1
-0
/
+54
|
*
hw/nvram: Introduce Xilinx ZynqMP eFuse device
Tong Ho
2021-09-30
1
-0
/
+44
|
*
hw/nvram: Introduce Xilinx Versal eFuse device
Tong Ho
2021-09-30
1
-0
/
+68
|
*
hw/nvram: Introduce Xilinx eFuse QOM
Tong Ho
2021-09-30
1
-0
/
+132
*
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-09-30
8
-2
/
+138
|
\
\
|
*
|
memory: Name all the memory listeners
Peter Xu
2021-09-30
2
-1
/
+9
|
*
|
target/i386: Add the query-sgx-capabilities QMP command
Yang Zhong
2021-09-30
1
-0
/
+1
|
*
|
target/i386: Add HMP and QMP interfaces for SGX
Yang Zhong
2021-09-30
2
-0
/
+12
|
*
|
hw/i386/pc: Account for SGX EPC sections when calculating device memory
Sean Christopherson
2021-09-30
1
-0
/
+7
|
*
|
i386: Update SGX CPUID info according to hardware/KVM/user input
Sean Christopherson
2021-09-30
2
-0
/
+5
|
*
|
vl: Add sgx compound properties to expose SGX EPC sections to guest
Sean Christopherson
2021-09-30
3
-0
/
+18
|
*
|
i386: Add 'sgx-epc' device to expose EPC sections to guest
Sean Christopherson
2021-09-30
1
-0
/
+44
|
*
|
hostmem: Add hostmem-epc as a backend for SGX EPC
Sean Christopherson
2021-09-30
1
-0
/
+28
|
*
|
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-09-30
1
-1
/
+14
|
|
/
*
|
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...
Peter Maydell
2021-09-30
7
-34
/
+56
|
\
\
|
*
|
hw/intc: openpic: Clean up the styles
Bin Meng
2021-09-30
1
-3
/
+6
|
*
|
hw/intc: openpic: Drop Raven related codes
Bin Meng
2021-09-30
1
-16
/
+0
|
*
|
spapr_numa.c: FORM2 NUMA affinity support
Daniel Henrique Barboza
2021-09-30
2
-0
/
+10
|
*
|
spapr: move FORM1 verifications to post CAS
Daniel Henrique Barboza
2021-09-30
1
-0
/
+1
|
*
|
spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array
Daniel Henrique Barboza
2021-09-30
1
-1
/
+1
|
*
|
spapr_numa.c: parametrize FORM1 macros
Daniel Henrique Barboza
2021-09-30
1
-14
/
+14
|
*
|
ppc/pnv: Rename "id" to "quad-id" in PnvQuad
Cédric Le Goater
2021-09-29
1
-1
/
+1
|
*
|
ppc/xive: Export xive_tctx_word2() helper
Cédric Le Goater
2021-09-29
1
-0
/
+5
|
*
|
ppc/xive: Export priority_to_ipb() helper
Cédric Le Goater
2021-09-29
1
-0
/
+11
[prev]
[next]