index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-01
x86: re-initialize RNG seed when selecting kernel
Jason A. Donenfeld
2022-10-01
target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...
Ray Zhang
2022-10-01
configure, meson: move linker flag detection to meson
Paolo Bonzini
2022-10-01
configure, meson: move C++ compiler detection to meson.build
Paolo Bonzini
2022-10-01
meson: multiple names can be passed to dependency()
Paolo Bonzini
2022-10-01
meson: require 0.61.3
Paolo Bonzini
2022-10-01
meson: -display dbus and CFI are incompatible
Paolo Bonzini
2022-09-29
ui: fix path to dbus-display1.h
Paolo Bonzini
2022-09-29
watchdog: remove -watchdog option
Paolo Bonzini
2022-09-27
configure: do not invoke as/ld directly for pc-bios/optionrom
Paolo Bonzini
2022-09-27
qboot: rebuild based on latest commit
Paolo Bonzini
2022-09-27
x86: re-enable rng seeding via SetupData
Jason A. Donenfeld
2022-09-27
x86: reinitialize RNG seed on system reboot
Jason A. Donenfeld
2022-09-27
x86: use typedef for SetupData struct
Jason A. Donenfeld
2022-09-27
x86: return modified setup_data only if read as memory, not as file
Jason A. Donenfeld
2022-09-26
Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2022-09-22
Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...
Stefan Hajnoczi
2022-09-22
Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
2022-09-22
configure: Avoid use of 'local' as it is non-POSIX
Peter Maydell
2022-09-22
configure: Check mkdir result directly, not via $?
Peter Maydell
2022-09-22
configure: Remove use of backtick `...` syntax
Peter Maydell
2022-09-22
configure: Add './' on front of glob of */config-devices.mak.d
Peter Maydell
2022-09-22
configure: Add missing quoting for some easy cases
Peter Maydell
2022-09-22
configure: Remove unused meson_args variable
Peter Maydell
2022-09-22
configure: Remove unused python_version variable
Peter Maydell
2022-09-22
tests/unit/test-vmstate: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
ui/curses: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
hw/i386/multiboot: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
hw/intc/xics: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
hw/ppc/pnv: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
hw/net/e1000e_core: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1
Philippe Mathieu-Daudé
2022-09-22
chardev/baum: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
chardev/baum: Use definitions to avoid dynamic stack allocation
Philippe Mathieu-Daudé
2022-09-22
chardev/baum: Replace magic values by X_MAX / Y_MAX definitions
Philippe Mathieu-Daudé
2022-09-22
hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified level
Lucas Dietrich
2022-09-22
hw/acpi: Add ospm_status hook implementation for acpi-ged
Keqian Zhu
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_pmsav5
Richard Henderson
2022-09-22
target/arm: Add secure parameter to get_phys_addr_pmsav7
Richard Henderson
2022-09-22
target/arm: Add is_secure parameter to pmsav7_use_background_region
Richard Henderson
2022-09-22
target/arm: Add secure parameter to get_phys_addr_pmsav8
Richard Henderson
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_v6
Richard Henderson
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_v5
Richard Henderson
2022-09-22
target/arm: Add secure parameter to pmsav8_mpu_lookup
Richard Henderson
2022-09-22
target/arm: Add is_secure parameter to v8m_security_lookup
Richard Henderson
2022-09-22
target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
Richard Henderson
2022-09-22
target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
Richard Henderson
2022-09-22
target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
Richard Henderson
2022-09-22
target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
Richard Henderson
[next]