aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang
2022-10-01configure, meson: move linker flag detection to mesonPaolo Bonzini
2022-10-01configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini
2022-10-01meson: multiple names can be passed to dependency()Paolo Bonzini
2022-10-01meson: require 0.61.3Paolo Bonzini
2022-10-01meson: -display dbus and CFI are incompatiblePaolo Bonzini
2022-09-29ui: fix path to dbus-display1.hPaolo Bonzini
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
2022-09-27configure: do not invoke as/ld directly for pc-bios/optionromPaolo Bonzini
2022-09-27qboot: rebuild based on latest commitPaolo Bonzini
2022-09-27x86: re-enable rng seeding via SetupDataJason A. Donenfeld
2022-09-27x86: reinitialize RNG seed on system rebootJason A. Donenfeld
2022-09-27x86: use typedef for SetupData structJason A. Donenfeld
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld
2022-09-26Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-09-22Merge tag 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi
2022-09-22Merge tag 'pull-hex-20220919' of https://github.com/quic/qemu into stagingStefan Hajnoczi
2022-09-22configure: Avoid use of 'local' as it is non-POSIXPeter Maydell
2022-09-22configure: Check mkdir result directly, not via $?Peter Maydell
2022-09-22configure: Remove use of backtick `...` syntaxPeter Maydell
2022-09-22configure: Add './' on front of glob of */config-devices.mak.dPeter Maydell
2022-09-22configure: Add missing quoting for some easy casesPeter Maydell
2022-09-22configure: Remove unused meson_args variablePeter Maydell
2022-09-22configure: Remove unused python_version variablePeter Maydell
2022-09-22tests/unit/test-vmstate: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/i386/multiboot: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1Philippe Mathieu-Daudé
2022-09-22chardev/baum: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22chardev/baum: Use definitions to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-22chardev/baum: Replace magic values by X_MAX / Y_MAX definitionsPhilippe Mathieu-Daudé
2022-09-22hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich
2022-09-22hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_pmsav5Richard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav7Richard Henderson
2022-09-22target/arm: Add is_secure parameter to pmsav7_use_background_regionRichard Henderson
2022-09-22target/arm: Add secure parameter to get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v6Richard Henderson
2022-09-22target/arm: Add is_secure parameter to get_phys_addr_v5Richard Henderson
2022-09-22target/arm: Add secure parameter to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Add is_secure parameter to v8m_security_lookupRichard Henderson
2022-09-22target/arm: Remove is_subpage argument to pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookupRichard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8Richard Henderson
2022-09-22target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7Richard Henderson