]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2021-10-17 Philippe Mathieu... target/mips: Use tcg_constant_tl() in gen_compute_compa...
2021-10-17 Philippe Mathieu... target/mips: Use explicit extract32() calls in gen_msa_i5()
2021-10-17 Philippe Mathieu... target/mips: Use tcg_constant_i32() in gen_msa_3rf()
2021-10-17 Philippe Mathieu... target/mips: Use tcg_constant_i32() in gen_msa_2r()
2021-10-17 Philippe Mathieu... target/mips: Use tcg_constant_i32() in gen_msa_2rf()
2021-10-17 Philippe Mathieu... target/mips: Use tcg_constant_i32() in gen_msa_elm_df()
2021-10-17 Philippe Mathieu... target/mips: Remove unused register from MSA 2R/2RF...
2021-10-17 Jiaxun Yanghw/mips/boston: Add FDT generator
2021-10-17 Jiaxun Yanghw/mips/boston: Allow loading elf kernel and dtb
2021-10-17 Jiaxun Yanghw/mips/boston: Massage memory map information
2021-10-17 Philippe Mathieu... target/mips: Check nanoMIPS DSP MULT[U] accumulator...
2021-10-16 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-10-15 Richard HendersonRevert "cpu: Move cpu_common_props to hw/core/cpu.c"
2021-10-15 Richard Hendersontarget/xtensa: Drop check for singlestep_enabled
2021-10-15 Richard Hendersontarget/tricore: Drop check for singlestep_enabled
2021-10-15 Richard Hendersontarget/sh4: Drop check for singlestep_enabled
2021-10-15 Richard Hendersontarget/s390x: Drop check for singlestep_enabled
2021-10-15 Richard Hendersontarget/rx: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/riscv: Remove exit_tb and lookup_and_goto_ptr
2021-10-15 Richard Hendersontarget/riscv: Remove dead code after exception
2021-10-15 Richard Hendersontarget/ppc: Drop exit checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/openrisc: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/mips: Drop exit checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/mips: Fix single stepping
2021-10-15 Richard Hendersontarget/microblaze: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP
2021-10-15 Richard Hendersontarget/m68k: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/i386: Drop check for singlestep_enabled
2021-10-15 Richard Hendersontarget/i386: Check CF_NO_GOTO_TB for dc->jmp_opt
2021-10-15 Richard Hendersontarget/hppa: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/arm: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/hexagon: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/cris: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/avr: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersontarget/alpha: Drop checks for singlestep_enabled
2021-10-15 Richard Hendersonaccel/tcg: Handle gdb singlestep in cpu_tb_exec
2021-10-15 Richard HendersonMerge remote-tracking branch 'remotes/ericb/tags/pull...
2021-10-15 Vladimir Sementsov... block-backend: update blk_co_pwrite() and blk_co_pread...
2021-10-15 Vladimir Sementsov... block-backend: fix blk_co_flush prototype to mention...
2021-10-15 Vladimir Sementsov... block-backend: drop INT_MAX restriction from blk_check_...
2021-10-15 Vladimir Sementsov... block-backend: blk_pread, blk_pwrite: rename count...
2021-10-15 Vladimir Sementsov... block-backend: convert blk_aio_ functions to int64_t...
2021-10-15 Vladimir Sementsov... block-backend: convert blk_co_copy_range to int64_t...
2021-10-15 Vladimir Sementsov... block-backend: convert blk_foo wrappers to use int64_t...
2021-10-15 Vladimir Sementsov... block-backend: drop blk_prw, use block-coroutine-wrapper
2021-10-15 Vladimir Sementsov... block-coroutine-wrapper.py: support BlockBackend first...
2021-10-15 Vladimir Sementsov... block-backend: rename _do_ helper functions to _co_do_
2021-10-15 Vladimir Sementsov... block-backend: convert blk_co_pdiscard to int64_t bytes
2021-10-15 Vladimir Sementsov... block-backend: convert blk_co_pwritev_part to int64_t...
2021-10-15 Vladimir Sementsov... block-backend: make blk_co_preadv() 64bit
2021-10-15 Vladimir Sementsov... block-backend: blk_check_byte_request(): int64_t bytes
2021-10-15 Hanna Reitzqcow2: Silence clang -m32 compiler warning
2021-10-15 Richard HendersonMerge remote-tracking branch 'remotes/kwolf/tags/for...
2021-10-15 Richard HendersonMerge remote-tracking branch 'remotes/thuth/tags/pull...
2021-10-15 Kevin Wolfvl: Enable JSON syntax for -device
2021-10-15 Kevin Wolfqdev: Base object creation on QDict rather than QemuOpts
2021-10-15 Kevin Wolfvirtio-net: Avoid QemuOpts in failover_find_primary_dev...
2021-10-15 Kevin Wolfvirtio-net: Store failover primary opts pointer locally
2021-10-15 Kevin Wolfqdev: Add Error parameter to hide_device() callbacks
2021-10-15 Kevin Wolfqemu-option: Allow deleting opts during qemu_opts_foreach()
2021-10-15 Damien Heddesoftmmu/qdev-monitor: add error handling in qdev_set_id
2021-10-15 Kevin Wolfqdev: Make DeviceState.id independent of QemuOpts
2021-10-15 Kevin Wolfqdev: Avoid using string visitor for properties
2021-10-15 Kevin Wolfiotests/051: Fix typo
2021-10-15 Kevin Wolfiotests/245: Fix type for iothread property
2021-10-15 Kevin Wolfqom: Reduce use of error_propagate()
2021-10-15 Kevin Wolfnet/vhost-vdpa: Fix device compatibility check
2021-10-15 Kevin Wolfnet/vhost-user: Fix device compatibility check
2021-10-15 Kevin Wolfnet: Introduce NetClientInfo.check_peer_type()
2021-10-14 Richard HendersonMerge remote-tracking branch 'remotes/bonzini/tags...
2021-10-14 Paolo Bonziniconfigure: automatically parse command line for meson...
2021-10-14 Paolo Bonzinimeson-buildoptions: include list of tracing backends
2021-10-14 Paolo Bonziniconfigure: prepare for auto-generated option parsing
2021-10-14 Paolo Bonziniconfigure: accept "internal" for --enable-capstone...
2021-10-14 Paolo Bonziniconfigure: remove deprecated --{enable, disable}-git...
2021-10-14 Paolo Bonziniconfigure, meson: move more compiler checks to Meson
2021-10-14 Paolo Bonziniconfigure: remove obsolete Solaris ar check
2021-10-14 Marc-André... configure, meson: move Spice configure handling to...
2021-10-14 Paolo Bonziniconfigure, meson: move netmap detection to meson
2021-10-14 Paolo Bonziniconfigure, meson: move vde detection to meson
2021-10-14 Paolo Bonziniconfigure, meson: move libaio check to meson.build
2021-10-14 Paolo Bonziniconfigure, meson: move pthread_setname_np checks to...
2021-10-14 Paolo Bonziniconfigure, meson: move remaining HAVE_* compiler tests...
2021-10-14 Paolo Bonzinimeson: HAVE_GDB_BIN is not used by C code
2021-10-14 Paolo Bonziniconfigure, meson: remove CONFIG_GCOV from config-host.mak
2021-10-14 Paolo Bonziniconfigure, meson: get HOST_WORDS_BIGENDIAN via the...
2021-10-14 Paolo Bonziniconfigure, meson: move CONFIG_HOST_DSOSUF to Meson
2021-10-14 Paolo Bonzinitrace: move configuration from configure to Meson
2021-10-14 Paolo Bonzinitrace: simple: pass trace_file unmodified to config...
2021-10-14 Paolo Bonziniconfigure, meson: move fuzzing configuration to Meson
2021-10-14 Paolo Bonzinikconfig: split CONFIG_SPARSE_MEM from fuzzing
2021-10-14 Paolo Bonziniconfigure: add command line options for audio drivers
2021-10-14 Paolo Bonzinimeson: define symbols for all available audio drivers
2021-10-14 Paolo Bonziniconfigure, meson: move audio driver detection to Meson
2021-10-14 Paolo Bonziniaudio: remove CONFIG_AUDIO_WIN_INT
2021-10-14 Paolo Bonziniconfigure: remove --oss-lib
2021-10-14 Thomas Huthdtc: Update to version 1.6.1
2021-10-13 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-10-13 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-10-13 Richard Hendersontarget/alpha: Reorg integer memory operations
next