qemu.git
2024-11-05 Paolo Bonzinirust: use std::os::raw instead of core::ffi
2024-11-05 Paolo Bonzinirust: fix cfgs of proc-macro2 for 1.63.0
2024-11-05 Paolo Bonzinirust: patch bilge-impl to allow compilation with 1...
2024-11-05 Manos Pitsidianakisrust/pl011: Use correct masks for IBRD and FBRD
2024-11-05 Manos Pitsidianakisrust/pl011: remove commented out C code
2024-11-05 Manos Pitsidianakisrust/pl011: add TYPE_PL011_LUMINARY device
2024-11-05 Manos Pitsidianakisrust/pl011: move CLK_NAME static to function scope
2024-11-05 Manos Pitsidianakisrust/pl011: add support for migration
2024-11-05 Paolo Bonzinirust/pl011: fix default value for migrate-clock
2024-11-05 Manos Pitsidianakisrust: add definitions for vmstate
2024-11-05 Paolo Bonzinirust: do not use TYPE_CHARDEV unnecessarily
2024-11-05 Paolo Bonzinirust: provide safe wrapper for MaybeUninit::zeroed()
2024-11-05 Paolo Bonzinirust: make properties array immutable
2024-11-05 Paolo Bonzinirust: clean up define_property macro
2024-11-05 Paolo Bonzinirust: cleanup module_init!, use it from #[derive(Object)]
2024-11-05 Paolo Bonzinirust: build integration test for the qemu_api crate
2024-11-05 Paolo Bonzinirust: modernize link_section usage for ELF platforms
2024-11-05 Paolo Bonzinirust: remove uses of #[no_mangle]
2024-11-05 Paolo Bonzinirust: do not use --no-size_t-is-usize
2024-11-05 Paolo Bonzinirust: do not always select X_PL011_RUST
2024-11-05 Paolo Bonzinimeson: pass rustc_args when building all crates
2024-11-05 Paolo Bonzinimeson: remove repeated search for rust_root_crate.sh
2024-11-05 Paolo Bonzinimeson: import rust module into a global variable
2024-11-05 Manos Pitsidianakisrust: add PL011 device model
2024-11-05 Manos PitsidianakisRevert "rust: add PL011 device model"
2024-11-05 Manos Pitsidianakisrust/wrapper.h: define memory_order enum
2024-11-05 Paolo Bonziniqdev: make properties array "const"
2024-11-04 Peter MaydellMerge tag 'pull-request-2024-11-04' of https://gitlab...
2024-11-04 Peter MaydellMerge tag 'seabios-hppa-v17-pull-request' of https...
2024-11-04 Peter MaydellMerge tag 'pull-loongarch-20241102' of https://gitlab...
2024-11-04 Thomas Huthtests/functional: Convert the OrangePi tests to the...
2024-11-04 Thomas Huthtests/functional: Convert BananaPi tests to the functio...
2024-11-04 Thomas Huthtests/functional: Convert the tcg_plugins test
2024-11-04 Mark Cave-Aylandnext-cube: remove cpu parameter from next_scsi_init()
2024-11-04 Mark Cave-Aylandnext-cube: fix up compilation when DEBUG_NEXT is enabled
2024-11-04 Thomas Huthhw/s390x: Re-enable the pci-bridge device on s390x
2024-11-04 Thomas Huthtests/functional: Fix the s390x and ppc64 tuxrun tests
2024-11-04 Thomas Huthtests/vm/openbsd: Remove the "Time appears wrong" worka...
2024-11-04 Thomas Huthtests/functional: Add a test for sh4eb
2024-11-04 Thomas HuthRevert "Remove the unused sh4eb target"
2024-11-04 Daniel P. Berrangétests/functional: make cached asset files read-only
2024-11-04 Daniel P. Berrangétests/functional: make tuxrun disk images writable
2024-11-04 Thomas Huth.gitlab-ci.d/cirrus: Remove the macos-15 job
2024-11-04 Peter MaydellMerge tag 'migration-20241030-pull-request' of https...
2024-11-03 Helge Dellertarget/hppa: Update SeaBIOS-hppa to version 17
2024-11-02 Peter MaydellMerge tag 'for-upstream-i386' of https://gitlab.com...
2024-11-02 Bibo Maotarget/loongarch: Add steal time support on migration
2024-11-02 Song Gaohw/loongarch/boot: Use warn_report when no kernel filename
2024-11-02 Bibo Maolinux-headers: Update to Linux v6.12-rc5
2024-11-02 Bibo Maolinux-headers: loongarch: Add kvm_para.h
2024-11-02 Bibo Maolinux-headers: Add unistd_64.h
2024-11-02 Bibo Maotarget/loongarch/kvm: Implement LoongArch PMU extension
2024-11-02 Bibo Maotarget/loongarch: Implement lbt registers save/restore...
2024-11-02 Bibo Maotarget/loongarch: Add loongson binary translation feature
2024-10-31 Maciej S. Szmigieromigration/multifd: Zero p->flags before starting fillin...
2024-10-31 Maciej S. Szmigieromigration/ram: Add load start trace event
2024-10-31 Peter Xumigration: Drop migration_is_idle()
2024-10-31 Peter Xumigration: Drop migration_is_setup_or_active()
2024-10-31 Peter Xumigration: Unexport ram_mig_init()
2024-10-31 Peter Xumigration: Unexport dirty_bitmap_mig_init()
2024-10-31 Peter Xumigration: Take migration object refcount earlier for...
2024-10-31 Peter Xumigration: Deprecate query-migrationthreads command
2024-10-31 Thomas Huthmigration/dirtyrate: Silence warning about strcpy(...
2024-10-31 Hyman Huangtests/migration: Add case for periodic ramblock dirty...
2024-10-31 Hyman Huangmigration: Support periodic RAMBlock dirty bitmap sync
2024-10-31 Hyman Huangmigration: Remove "rs" parameter in migration_bitmap_sy...
2024-10-31 Hyman Huangmigration: Move cpu-throttle.c from system to migration
2024-10-31 Hyman Huangmigration: Stop CPU throttling conditionally
2024-10-31 Hyman Huangaccel/tcg/icount-common: Remove the reference to the...
2024-10-31 Hanna Czenczekmigration: Ensure vmstate_save() sets errp
2024-10-31 Peter Xumigration: Put thread names together with macros
2024-10-31 Peter Xumigration: Cleanup migrate_fd_cleanup() on accessing...
2024-10-31 Tao Sutarget/i386: Introduce GraniteRapids-v2 model
2024-10-31 Tao Sutarget/i386: Add AVX512 state when AVX10 is supported
2024-10-31 Tao Sutarget/i386: Add feature dependencies for AVX10
2024-10-31 Tao Sutarget/i386: add CPUID.24 features for AVX10
2024-10-31 Tao Sutarget/i386: add AVX10 feature and AVX10 version property
2024-10-31 Paolo Bonzinitarget/i386: return bool from x86_cpu_filter_features
2024-10-31 Paolo Bonzinitarget/i386: do not rely on ExtSaveArea for accelerator...
2024-10-31 Paolo Bonzinitarget/i386: cpu: set correct supported XCR0 features...
2024-10-31 Paolo Bonzinitarget/i386: use + to put flags together
2024-10-31 Paolo Bonzinitarget/i386: use higher-precision arithmetic to compute CF
2024-10-31 Paolo Bonzinitarget/i386: use compiler builtin to compute PF
2024-10-31 Paolo Bonzinitarget/i386: make flag variables unsigned
2024-10-31 Paolo Bonzinitarget/i386: add a note about gen_jcc1
2024-10-31 Paolo Bonzinitarget/i386: add a few more trivial CCPrepare cases
2024-10-31 Paolo Bonzinitarget/i386: optimize TEST+Jxx sequences
2024-10-31 Paolo Bonzinitarget/i386: optimize computation of ZF from CC_OP_DYNAMIC
2024-10-31 Richard Hendersontarget/i386: Wrap cc_op_live with a validity check
2024-10-31 Richard Hendersontarget/i386: Introduce cc_op_size
2024-10-31 Richard Hendersontarget/i386: Rearrange CCOp
2024-10-31 Paolo Bonzinitarget/i386: remove CC_OP_CLR
2024-10-31 Richard Hendersontarget/i386: Tidy cc_op_str usage
2024-10-31 Paolo Bonzinitarget/i386: use tcg_gen_ext_tl when applicable
2024-10-31 Paolo Bonzinici: always invoke meson through pyvenv
2024-10-31 Dorjoy Chowdhurydocs/nitro-enclave: Documentation for nitro-enclave...
2024-10-31 Dorjoy Chowdhurymachine/nitro-enclave: New machine type for AWS Nitro...
2024-10-31 Dorjoy Chowdhurycore/machine: Make create_default_memdev machine a...
2024-10-31 Dorjoy Chowdhuryhw/core: Add Enclave Image Format (EIF) related helpers
2024-10-31 Dorjoy Chowdhurydevice/virtio-nsm: Support for Nitro Secure Module...
next