2023-05-11 |
Richard Henderson | tcg/ppc: Remove unused constraint J |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/ppc: Remove unused constraints A, B, C, D |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/ppc: Adjust constraints on qemu_ld/st |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/ppc: Reorg tcg_out_tlb_read |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/mips: Simplify constraints on qemu_ld/st |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/mips: Reorg tlb load within prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/mips: Remove MO_BSWAP handling |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/loongarch64: Simplify constraints on qemu_ld/st |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/loongarch64: Convert tcg_out_qemu_{ld,st}_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/arm: Convert tcg_out_qemu_{ld,st}_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/i386: Convert tcg_out_qemu_st_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/i386: Convert tcg_out_qemu_ld_slow_path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg: Add routines for calling slow-path helpers |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/s390x: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/riscv: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/ppc: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/mips: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/loongarch64: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/arm: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/aarch64: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/i386: Use indexed addressing for softmmu fast path |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | tcg/i386: Introduce prepare_host_addr |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Jamie Iles | accel/tcg/tcg-accel-ops-rr: ensure fairness with icount |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Jamie Iles | cpu: expose qemu_cpu_list_lock for lock-guard use |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Thomas Huth | disas: Move disas.c into the target-independent source set |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Thomas Huth | disas: Move softmmu specific code to separate file |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | disas: Remove target-specific headers |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | disas: Remove target_ulong from the interface |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | disas: Move disas.c to disas/ |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | disas: Fix tabs and braces in disas.c |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | accel/tcg: Fix atomic_mmu_lookup for reads |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | target/m68k: Fix gen_load_fp for OS_LONG |
commit | commitdiff | tree | snapshot |
2023-05-11 |
Richard Henderson | Merge tag 'migration-20230509-pull-request' of https... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | migration: block incoming colo when capability is disabled |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | migration: disallow change capabilities in COLO state |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | migration: process_incoming_migration_co: simplify... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | migration: drop colo_incoming_thread from MigrationInco... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | build: move COLO under CONFIG_REPLICATION |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | colo: make colo_checkpoint_notify static and provide... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | block/meson.build: prefer positive condition for replic... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Lukas Straub | multifd: Add the ramblock to MultiFDRecvParams |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Lukas Straub | ram: Let colo_flush_ram_cache take the bitmap_mutex |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Lukas Straub | ram: Add public helper to set colo bitmap |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Richard Henderson | Merge tag 'pull-testing-updates-100523-1' of https... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Fabiano Rosas | hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Alex Bennée | tests/avocado: use http for mipsdistros.mips.com |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Alex Bennée | gitlab: enable minimal device profile for aarch64 ... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Alex Bennée | gitlab: add ubuntu-22.04-aarch64-without-defaults |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Alex Bennée | scripts/ci: clean-up the 20.04/22.04 confusion in ansible |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Alex Bennée | scripts/ci: add gitlab-runner to kvm group |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Alex Bennée | docs: document breakpoint and watchpoint support |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Alex Bennée | tests/docker: bump the xtensa base to debian:11-slim |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Richard Henderson | Merge tag 'for-upstream' of https://repo.or.cz/qemu... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Stefan Hajnoczi | block: compile out assert_bdrv_graph_readable() by... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: Mark bdrv_refresh_limits() and callers GRAPH_RDLOCK |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: Mark bdrv_recurse_can_replace() and callers... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: Mark bdrv_query_block_graph_info() and callers... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Emanuele Giuseppe... | block: Mark BlockDriver callbacks for amend job GRAPH_R... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Emanuele Giuseppe... | block: Mark bdrv_co_debug_event() GRAPH_RDLOCK |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Emanuele Giuseppe... | block: Mark bdrv_co_get_info() and callers GRAPH_RDLOCK |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Emanuele Giuseppe... | block: Mark bdrv_co_get_allocated_file_size() and calle... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | mirror: Require GRAPH_RDLOCK for accessing a node's... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | vhdx: Require GRAPH_RDLOCK for accessing a node's paren... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Emanuele Giuseppe... | nbd: Mark nbd_co_do_establish_connection() and callers... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | nbd: Remove nbd_co_flush() wrapper function |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: .bdrv_open is non-coroutine and unlocked |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | graph-lock: Add GRAPH_UNLOCKED(_PTR) |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | test-bdrv-drain: Don't modify the graph in coroutines |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | iotests: Test resizing image attached to an iothread |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: Don't call no_coroutine_fns in qmp_block_resize() |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: bdrv/blk_co_unref() for calls in coroutine context |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: Consistently call bdrv_activate() outside coroutine |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | qcow2: Don't call bdrv_getlength() in coroutine_fns |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Eric Blake | migration: Attempt disk reactivation in more failure... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | iotests/nbd-reconnect-on-open: Fix NBD socket path |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Kevin Wolf | block: Fix use after free in blockdev_mark_auto_del() |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Stefan Hajnoczi | aio-wait: avoid AioContext lock in aio_wait_bh_oneshot() |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Paolo Bonzini | block: add missing coroutine_fn annotations |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Vladimir Sementsov... | block: add configure options for excluding vmdk, vhdx... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Richard Henderson | Merge tag 'pull-qapi-2023-05-09-v2' of https://repo... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Richard Henderson | Merge tag 'vfio-updates-20230509.0' of https://gitlab... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Richard Henderson | target/loongarch: Terminate vmstate subsections list |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Markus Armbruster | qapi: Reformat doc comments to conform to current conve... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Markus Armbruster | qga/qapi-schema: Reformat doc comments to conform to... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Markus Armbruster | docs/devel/qapi-code-gen: Update doc comment conventions |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Markus Armbruster | qapi: Section parameter @indent is no longer used,... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Markus Armbruster | qapi: Relax doc string @name: description indentation... |
commit | commitdiff | tree | snapshot |
2023-05-10 |
Markus Armbruster | qapi: Rewrite parsing of doc comment section symbols... |
commit | commitdiff | tree | snapshot |
2023-05-09 |
Richard Henderson | Merge tag 'for-upstream' of https://gitlab.com/bonzini... |
commit | commitdiff | tree | snapshot |
2023-05-09 |
Alex Williamson | vfio/pci: Static Resizable BAR capability |
commit | commitdiff | tree | snapshot |
2023-05-09 |
Avihai Horon | vfio/migration: Skip log_sync during migration SETUP... |
commit | commitdiff | tree | snapshot |
2023-05-09 |
Minwoo Im | vfio/pci: add support for VF token |
commit | commitdiff | tree | snapshot |
2023-05-09 |
Markus Armbruster | qapi: Fix argument description indentation stripping |
commit | commitdiff | tree | snapshot |
next |