index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-08
crypto: Add aesenc_SB_SR_AK
Richard Henderson
4
-0
/
+107
2023-07-08
crypto/aes: Add AES_SH, AES_ISH macros
Richard Henderson
1
-2
/
+14
2023-07-08
target/arm: Move aesmc and aesimc tables to crypto/aes.c
Richard Henderson
3
-138
/
+151
2023-07-08
tests/multiarch: Add test-aes
Richard Henderson
9
-0
/
+518
2023-07-08
util: Add cpuinfo-ppc.c
Richard Henderson
6
-51
/
+97
2023-07-07
Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
41
-450
/
+1039
2023-07-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
10
-32
/
+207
2023-07-07
target/i386: Add new CPU model GraniteRapids
Tao Su
1
-0
/
+136
2023-07-07
target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapi...
Lei Wang
1
-2
/
+11
2023-07-07
target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES
Tao Su
1
-0
/
+4
2023-07-07
target/i386: Allow MCDT_NO if host supports
Tao Su
1
-0
/
+4
2023-07-07
target/i386: Add support for MCDT_NO in CPUID enumeration
Tao Su
2
-0
/
+30
2023-07-07
target/i386: Adjust feature level according to FEAT_7_1_EDX
Tao Su
1
-0
/
+1
2023-07-07
qemu_cleanup: begin drained section after vm_shutdown()
Fiona Ebner
1
-7
/
+7
2023-07-07
meson.build: Remove the logic to link C code with the C++ linker
Thomas Huth
3
-18
/
+7
2023-07-07
python: bump minimum requirements so they are compatible with 3.12
Paolo Bonzini
3
-7
/
+9
2023-07-07
ppc/pnv: Add QME region for P10
Joel Stanley
4
-2
/
+94
2023-07-07
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Richard Henderson
14
-143
/
+65
2023-07-07
igb: Remove obsolete workaround for Windows
Akihiko Odaki
1
-6
/
+1
2023-07-07
e1000e: Add ICR clearing by corresponding IMS bit
Akihiko Odaki
2
-6
/
+33
2023-07-07
net: socket: remove net_init_socket()
Laurent Vivier
1
-26
/
+17
2023-07-07
net: socket: move fd type checking to its own function
Laurent Vivier
1
-8
/
+20
2023-07-07
net: socket: prepare to cleanup net_init_socket()
Laurent Vivier
1
-3
/
+3
2023-07-07
hw/net: ftgmac100: Drop the small packet check in the receive path
Bin Meng
1
-8
/
+0
2023-07-07
hw/net: sunhme: Remove the logic of padding short frames in the receive path
Bin Meng
1
-11
/
+0
2023-07-07
hw/net: sungem: Remove the logic of padding short frames in the receive path
Bin Meng
1
-14
/
+0
2023-07-07
hw/net: rtl8139: Remove the logic of padding short frames in the receive path
Bin Meng
1
-12
/
+0
2023-07-07
hw/net: pcnet: Remove the logic of padding short frames in the receive path
Bin Meng
1
-9
/
+0
2023-07-07
hw/net: ne2000: Remove the logic of padding short frames in the receive path
Bin Meng
1
-12
/
+0
2023-07-07
hw/net: i82596: Remove the logic of padding short frames in the receive path
Bin Meng
1
-18
/
+0
2023-07-07
hw/net: vmxnet3: Remove the logic of padding short frames in the receive path
Bin Meng
1
-10
/
+0
2023-07-07
hw/net: e1000: Remove the logic of padding short frames in the receive path
Bin Meng
1
-10
/
+1
2023-07-07
virtio-net: correctly report maximum tx_queue_size value
Laurent Vivier
1
-2
/
+2
2023-07-07
target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'
Philippe Mathieu-Daudé
1
-5
/
+0
2023-07-07
target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c
Philippe Mathieu-Daudé
1
-1
/
+1
2023-07-07
target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.h
Philippe Mathieu-Daudé
2
-2
/
+2
2023-07-07
target/ppc: Move CPU QOM definitions to cpu-qom.h
Philippe Mathieu-Daudé
2
-4
/
+4
2023-07-07
target/ppc: Reorder #ifdef'ry in kvm_ppc.h
Philippe Mathieu-Daudé
1
-34
/
+28
2023-07-07
target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2023-07-07
target/ppc: Machine check on invalid real address access on POWER9/10
Nicholas Piggin
3
-0
/
+55
2023-07-07
tests/qtest: Add xscom tests for powernv10 machine
Nicholas Piggin
1
-9
/
+36
2023-07-07
ppc/pnv: Set P10 core xscom region size to match hardware
Nicholas Piggin
3
-3
/
+6
2023-07-07
ppc/pnv: Log all unimp warnings with similar message
Joel Stanley
1
-16
/
+18
2023-07-07
ppc440_pcix: Rename QOM type define abd move it to common header
BALATON Zoltan
3
-6
/
+6
2023-07-07
ppc4xx_pci: Add define for ppc4xx-host-bridge type name
BALATON Zoltan
3
-3
/
+5
2023-07-07
ppc4xx_pci: Rename QOM type name define
BALATON Zoltan
3
-6
/
+5
2023-07-07
ppc440_pcix: Stop using system io region for PCI bus
BALATON Zoltan
2
-8
/
+7
2023-07-07
ppc440_pcix: Don't use iomem for regs
BALATON Zoltan
1
-3
/
+4
2023-07-07
ppc/sam460ex: Remove address_space_mem local variable
BALATON Zoltan
1
-4
/
+4
2023-07-07
ppc440: Remove ppc460ex_pcie_init legacy init function
BALATON Zoltan
4
-23
/
+17
[next]