]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-07-10 Weiwei Litarget/riscv: Add properties for BF16 extensions
2023-07-10 Robbin Ehnlinux-user/riscv: Add syscall riscv_hwprobe
2023-07-10 Philippe Mathieu... hw/riscv/virt: Restrict ACLINT to TCG
2023-07-10 Ivan Klokovtarget/riscv: Add RVV registers to log
2023-07-10 Philippe Mathieu... target/riscv: Only build KVM guest with same wordsize...
2023-07-10 Philippe Mathieu... target/riscv: Only unify 'riscv32/64' -> 'riscv' for...
2023-07-10 Tommy Wutests/qtest: sifive-e-aon-watchdog-test.c: Add QTest...
2023-07-10 Tommy Wuhw/riscv: sifive_e: Support the watchdog timer of HiFiv...
2023-07-10 Tommy Wuhw/misc: sifive_e_aon: Support the watchdog timer of...
2023-07-10 Bin Mengtests/avocado: riscv: Enable 32-bit Spike OpenSBI boot...
2023-07-10 Bin Mengroms/opensbi: Upgrade from v1.2 to v1.3
2023-07-10 Weiwei Litarget/riscv: update cur_pmbase/pmmask based on mode...
2023-07-10 Weiwei Litarget/riscv: Add additional xlen for address when...
2023-07-10 Daniel Henrique... target/riscv/cpu.c: fix veyron-v1 CPU properties
2023-07-10 Weiwei Litarget/riscv: Remove redundant assignment to SXL
2023-07-10 Weiwei Litarget/riscv: Support MSTATUS.MPV/GVA only when RVH...
2023-07-10 Weiwei Litarget/riscv: Make MPV only work when MPP != PRV_M
2023-07-10 Christoph Müllnerdisas/riscv: Add support for XThead* instructions
2023-07-10 Christoph Müllnerdisas/riscv: Add support for XVentanaCondOps
2023-07-10 Christoph Müllnerdisas/riscv: Provide infrastructure for vendor extensions
2023-07-10 Christoph Müllnerdisas/riscv: Encapsulate opcode_data into decode
2023-07-10 Christoph Müllnerdisas/riscv: Make rv_op_illegal a shared enum value
2023-07-10 Christoph Müllnerdisas/riscv: Move types/constants to new header file
2023-07-10 Christoph Müllnertarget/riscv: Factor out extension tests to cpu_cfg.h
2023-07-10 LIU Zhiweitarget/riscv: Use xl instead of mxl for disassemble
2023-07-10 Richard HendersonMerge tag 'pull-vfio-20230710' of https://github.com...
2023-07-10 Alex Williamsonvfio/pci: Enable AtomicOps completers on root ports
2023-07-10 Alex Williamsonpcie: Add a PCIe capability version helper
2023-07-10 Tony Krowiaks390x/ap: Wire up the device request notifier interface
2023-07-10 Cédric Le Goaterlinux-headers: update to v6.5-rc1
2023-07-10 Avihai Horonvfio: Fix null pointer dereference bug in vfio_bars_fin...
2023-07-10 Zhenzhong Duanvfio/migration: Return bool type for vfio_migration_rea...
2023-07-10 Zhenzhong Duanvfio/migration: Remove print of "Migration disabled"
2023-07-10 Zhenzhong Duanvfio/migration: Free resources when vfio_migration_real...
2023-07-10 Zhenzhong Duanvfio/migration: Change vIOMMU blocker from global to...
2023-07-10 Zhenzhong Duanvfio/pci: Disable INTx in vfio_realize error path
2023-07-10 Alex Williamsonhw/vfio/pci-quirks: Sanitize capability pointer
2023-07-09 Richard HendersonMerge tag 'pull-tcg-20230709' of https://gitlab.com...
2023-07-09 Richard HendersonMerge tag 'linux-user-fcntl64-pull-request' of https...
2023-07-09 Richard Hendersoncrypto: Unexport AES_*_rot, AES_TeN, AES_TdN
2023-07-09 Richard Hendersoncrypto: Remove AES_imc
2023-07-09 Richard Hendersoncrypto: Implement aesdec_IMC with AES_imc_rot
2023-07-09 Richard Hendersoncrypto: Remove AES_shifts, AES_ishifts
2023-07-09 Richard Hendersontarget/riscv: Use aesdec_ISB_ISR_IMC_AK
2023-07-09 Richard Hendersontarget/riscv: Use aesenc_SB_SR_MC_AK
2023-07-09 Richard Hendersontarget/riscv: Use aesdec_IMC
2023-07-09 Richard Hendersontarget/riscv: Use aesdec_ISB_ISR_AK
2023-07-09 Richard Hendersontarget/riscv: Use aesenc_SB_SR_AK
2023-07-09 Richard Hendersontarget/arm: Use aesdec_IMC
2023-07-09 Richard Hendersontarget/arm: Use aesenc_MC
2023-07-09 Richard Hendersontarget/arm: Use aesdec_ISB_ISR_AK
2023-07-09 Richard Hendersontarget/arm: Use aesenc_SB_SR_AK
2023-07-08 Helge Dellerlinux-user: Improve strace output of pread64() and...
2023-07-08 Helge Dellerlinux-user: Fix accept4(SOCK_NONBLOCK) syscall
2023-07-08 Helge Dellerlinux-user: Fix fcntl() and fcntl64() to return O_LARGE...
2023-07-08 Richard Hendersontarget/arm: Demultiplex AESE and AESMC
2023-07-08 Richard Hendersontarget/i386: Use aesdec_ISB_ISR_IMC_AK
2023-07-08 Richard Hendersontarget/i386: Use aesenc_SB_SR_MC_AK
2023-07-08 Richard Hendersontarget/i386: Use aesdec_IMC
2023-07-08 Richard Hendersontarget/i386: Use aesdec_ISB_ISR_AK
2023-07-08 Richard Hendersontarget/i386: Use aesenc_SB_SR_AK
2023-07-08 Richard Hendersontarget/ppc: Use aesdec_ISB_ISR_AK_IMC
2023-07-08 Richard Hendersontarget/ppc: Use aesenc_SB_SR_MC_AK
2023-07-08 Richard Hendersontarget/ppc: Use aesdec_ISB_ISR_AK
2023-07-08 Richard Hendersontarget/ppc: Use aesenc_SB_SR_AK
2023-07-08 Richard Hendersonhost/include/ppc: Implement aes-round.h
2023-07-08 Richard Hendersonhost/include/aarch64: Implement aes-round.h
2023-07-08 Richard Hendersonhost/include/i386: Implement aes-round.h
2023-07-08 Richard Hendersoncrypto: Add aesdec_ISB_ISR_AK_IMC
2023-07-08 Richard Hendersoncrypto: Add aesdec_ISB_ISR_IMC_AK
2023-07-08 Richard Hendersoncrypto: Add aesenc_SB_SR_MC_AK
2023-07-08 Richard Hendersoncrypto: Add aesdec_IMC
2023-07-08 Richard Hendersoncrypto: Add aesenc_MC
2023-07-08 Richard Hendersoncrypto: Add aesdec_ISB_ISR_AK
2023-07-08 Richard Hendersoncrypto: Add aesenc_SB_SR_AK
2023-07-08 Richard Hendersoncrypto/aes: Add AES_SH, AES_ISH macros
2023-07-08 Richard Hendersontarget/arm: Move aesmc and aesimc tables to crypto...
2023-07-08 Richard Hendersontests/multiarch: Add test-aes
2023-07-08 Richard Hendersonutil: Add cpuinfo-ppc.c
2023-07-08 Richard HendersonMerge tag 'trivial-patches-20230708' of https://gitlab...
2023-07-08 Peng Lianghw/arm/virt-acpi-build.c: Add missing header
2023-07-08 Laszlo Ersekmigration: unexport migrate_fd_error()
2023-07-08 Laszlo Ersekmigration: factor out "resume_requested" in qmp_migrate()
2023-07-08 Thomas Huthqemu-options.hx: Fix indentation of some option descrip...
2023-07-08 Hawkins Jiaweivdpa: Sort vdpa_feature_bits array alphabetically
2023-07-08 Hawkins Jiaweivdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_featur...
2023-07-08 Thomas Huthhw: Simplify calls to pci_nic_init_nofail()
2023-07-08 Jan Kratochviltrivial: man page: document display::gtk::zoom-to-fit
2023-07-08 Lucas Dietrichtarget/avr: Fix handling of interrupts above 33.
2023-07-08 Daniel Henrique... hw/riscv/virt.c: fix typo in 'aia' description
2023-07-07 Richard HendersonMerge tag 'pull-ppc-20230707-1' of https://gitlab.com...
2023-07-07 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-07-07 Tao Sutarget/i386: Add new CPU model GraniteRapids
2023-07-07 Lei Wangtarget/i386: Add few security fix bits in ARCH_CAPABILI...
2023-07-07 Tao Sutarget/i386: Add new bit definitions of MSR_IA32_ARCH_C...
2023-07-07 Tao Sutarget/i386: Allow MCDT_NO if host supports
2023-07-07 Tao Sutarget/i386: Add support for MCDT_NO in CPUID enumeration
2023-07-07 Tao Sutarget/i386: Adjust feature level according to FEAT_7_1_EDX
2023-07-07 Fiona Ebnerqemu_cleanup: begin drained section after vm_shutdown()
2023-07-07 Thomas Huthmeson.build: Remove the logic to link C code with the...
next