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
2022-09-23
target/s390x: support SHA-512 extensions
Jason A. Donenfeld
3
-1
/
+240
2022-09-23
linux-user/host/s390: Add vector instructions to host_signal_write()
Ilya Leoshkevich
1
-0
/
+25
2022-09-23
hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zero
Qiang Liu
1
-0
/
+10
2022-09-23
hw/usb/hcd-xhci: Check whether DMA accesses fail
Thomas Huth
1
-16
/
+48
2022-09-23
ui/console: fix three double frees in png_save()
Volker Rümelin
1
-3
/
+2
2022-09-23
ui/vdagent: fix serial reset of guest agent
Marc-André Lureau
1
-1
/
+4
2022-09-23
ui/clipboard: reset the serial state on reset
Marc-André Lureau
1
-0
/
+7
2022-09-23
ui/vdagent: always reset the clipboard serial on caps
Marc-André Lureau
1
-1
/
+3
2022-09-23
ui/clipboard: fix serial priority
Marc-André Lureau
1
-2
/
+2
2022-09-23
ui: add some vdagent related traces
Marc-André Lureau
3
-2
/
+18
2022-09-23
meson: Allow to enable gtk and sdl while cocoa is enabled
Akihiko Odaki
1
-8
/
+2
2022-09-23
Revert "main-loop: Disable block backend global state assertion on Cocoa"
Akihiko Odaki
1
-13
/
+0
2022-09-23
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
7
-105
/
+62
2022-09-23
ui/console: Get tab completion working again in the SDL monitor vc
Cal Peake
2
-0
/
+2
2022-09-23
s390x/tcg: Fix opcode for lzrf
Christian Borntraeger
1
-1
/
+1
2022-09-22
Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...
Stefan Hajnoczi
1
-0
/
+5
2022-09-22
Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
2
-23
/
+10
2022-09-22
virtiofsd: use g_date_time_get_microsecond to get subsecond
Yusuke Okada
1
-2
/
+5
2022-09-22
configure: Avoid use of 'local' as it is non-POSIX
Peter Maydell
1
-4
/
+3
2022-09-22
configure: Check mkdir result directly, not via $?
Peter Maydell
1
-2
/
+1
2022-09-22
configure: Remove use of backtick `...` syntax
Peter Maydell
1
-1
/
+1
2022-09-22
configure: Add './' on front of glob of */config-devices.mak.d
Peter Maydell
1
-1
/
+1
2022-09-22
configure: Add missing quoting for some easy cases
Peter Maydell
1
-32
/
+32
2022-09-22
configure: Remove unused meson_args variable
Peter Maydell
1
-1
/
+0
2022-09-22
configure: Remove unused python_version variable
Peter Maydell
1
-3
/
+0
2022-09-22
tests/unit/test-vmstate: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-4
/
+3
2022-09-22
ui/curses: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-22
hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-3
/
+4
2022-09-22
hw/i386/multiboot: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-3
/
+2
2022-09-22
hw/intc/xics: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-22
hw/ppc/pnv: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
3
-7
/
+7
2022-09-22
hw/net/e1000e_core: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-3
/
+4
2022-09-22
io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-22
chardev/baum: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-1
/
+2
2022-09-22
chardev/baum: Use definitions to avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-4
/
+4
2022-09-22
chardev/baum: Replace magic values by X_MAX / Y_MAX definitions
Philippe Mathieu-Daudé
1
-4
/
+7
2022-09-22
hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified level
Lucas Dietrich
1
-0
/
+8
2022-09-22
hw/acpi: Add ospm_status hook implementation for acpi-ged
Keqian Zhu
1
-0
/
+8
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_pmsav5
Richard Henderson
1
-2
/
+2
2022-09-22
target/arm: Add secure parameter to get_phys_addr_pmsav7
Richard Henderson
1
-3
/
+2
2022-09-22
target/arm: Add is_secure parameter to pmsav7_use_background_region
Richard Henderson
1
-5
/
+5
2022-09-22
target/arm: Add secure parameter to get_phys_addr_pmsav8
Richard Henderson
1
-3
/
+2
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_v6
Richard Henderson
1
-6
/
+5
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_v5
Richard Henderson
1
-7
/
+7
2022-09-22
target/arm: Add secure parameter to pmsav8_mpu_lookup
Richard Henderson
3
-7
/
+6
2022-09-22
target/arm: Add is_secure parameter to v8m_security_lookup
Richard Henderson
3
-8
/
+12
2022-09-22
target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
Richard Henderson
3
-15
/
+15
2022-09-22
target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
Richard Henderson
3
-26
/
+21
2022-09-22
target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
Richard Henderson
1
-14
/
+14
2022-09-22
target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
Richard Henderson
1
-19
/
+17
[prev]
[next]