qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v5 63/98] tests/tcg/mips64: user tests
Philippe Mathieu-Daudé
[PATCH v5 68/98] tests/tcg/or1k/test_muli.c: remove set but unused variable
Pierrick Bouvier
[PATCH v5 66/98] tests/docker/dockerfiles/debian-all-test-cross.docker: add or1k toolchain
Pierrick Bouvier
[PATCH v5 61/98] test/tcg/mips: user tests
Pierrick Bouvier
Re: [PATCH v5 61/98] test/tcg/mips: user tests
Philippe Mathieu-Daudé
[PATCH v5 75/98] tests/tcg/ppc64le: add missing float reference file
Pierrick Bouvier
[PATCH v5 78/98] tests/tcg/riscv64: user tests
Pierrick Bouvier
Re: [PATCH v5 78/98] tests/tcg/riscv64: user tests
Philippe Mathieu-Daudé
[PATCH v5 80/98] tests/tcg/s390x/head64.S: declare _exit symbol after main
Pierrick Bouvier
[PATCH v5 83/98] tests/tcg/s390x/console.c: directly implement memcpy and memset
Pierrick Bouvier
[PATCH v5 90/98] tests/tcg/x86_64: system tests
Pierrick Bouvier
[PATCH v5 93/98] tests/tcg/xtensa: system tests
Pierrick Bouvier
[PATCH v5 92/98] tests/docker/dockerfiles/debian-xtensa-cross.docker: add test_kc705_be toolchain for xtensaeb
Pierrick Bouvier
[PATCH v5 91/98] tests/tcg/xtensa/crt.S: align .text section
Pierrick Bouvier
[PATCH v5 86/98] tests/tcg/sh4: user tests
Pierrick Bouvier
Re: [PATCH v5 86/98] tests/tcg/sh4: user tests
Philippe Mathieu-Daudé
[PATCH v5 89/98] tests/tcg/x86_64: user tests
Pierrick Bouvier
[PATCH v5 87/98] tests/tcg/tricore: system tests
Pierrick Bouvier
[PATCH v5 82/98] tests/tcg/s390x: user tests
Pierrick Bouvier
[PATCH v5 96/98] tests/tcg: remove remaining Makefiles
Pierrick Bouvier
Re: [PATCH v5 96/98] tests/tcg: remove remaining Makefiles
Philippe Mathieu-Daudé
[PATCH v5 88/98] tests/tcg/x86_64: add missing float reference file
Pierrick Bouvier
[PATCH v5 98/98] docs/devel/testing/: update documentation
Pierrick Bouvier
Re: [PATCH v5 98/98] docs/devel/testing/: update documentation
Philippe Mathieu-Daudé
[PATCH v5 95/98] tests: remove tcg tests machinery
Pierrick Bouvier
[PATCH v5 94/98] tests/tcg/xtensa: xtensaeb system tests
Pierrick Bouvier
[PATCH v5 97/98] configure: remove --cross-cc* options
Pierrick Bouvier
[PATCH v5 85/98] tests/tcg/sh4: add float reference files
Pierrick Bouvier
Re: [PATCH v5 00/98] tests/tcg: run tests with meson
Pierrick Bouvier
[PATCH v5 84/98] tests/tcg/s390x: system tests
Pierrick Bouvier
[PATCH v11 0/2] contrib/plugins: add dlcall to call host functions from a guest
Ziyang Zhang
[PATCH v11 2/2] docs/about/emulation: document the dlcall plugin
Ziyang Zhang
Re: [PATCH v11 2/2] docs/about/emulation: document the dlcall plugin
Pierrick Bouvier
Re: [PATCH v11 2/2] docs/about/emulation: document the dlcall plugin
Ziyang Zhang
[PATCH v11 1/2] contrib/plugins: add a minimal dlcall plugin
Ziyang Zhang
[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
Richard Henderson
[PATCH v3 05/51] hw/core/cpu: Remove exec/breakpoint.h include
Richard Henderson
[PATCH v3 14/51] target/xtensa: Use bp argument in xtensa_debug_check_breakpoint
Richard Henderson
Re: [PATCH v3 14/51] target/xtensa: Use bp argument in xtensa_debug_check_breakpoint
Philippe Mathieu-Daudé
[PATCH v3 30/51] target/i386: Use CPUBreakpoint arg in breakpoint_handler
Richard Henderson
[PATCH v3 02/51] exec/breakpoint: Move BP declarations from hw/core/cpu.h
Richard Henderson
[PATCH v3 03/51] exec/breakpoint: Merge watchpoint.h
Richard Henderson
[PATCH v3 19/51] exec/breakpoint: Return the new bp from cpu_breakpoint_insert
Richard Henderson
Re: [PATCH v3 19/51] exec/breakpoint: Return the new bp from cpu_breakpoint_insert
Philippe Mathieu-Daudé
[PATCH v3 10/51] target/arm: Use bp argument in arm_debug_check_breakpoint
Richard Henderson
Re: [PATCH v3 10/51] target/arm: Use bp argument in arm_debug_check_breakpoint
Philippe Mathieu-Daudé
[PATCH v3 24/51] exec/breakpoint: Add CPUWatchpoint.hitlast
Richard Henderson
[PATCH v3 07/51] exec/watchpoint: Add CPUWatchpoint.id
Richard Henderson
Re: [PATCH v3 07/51] exec/watchpoint: Add CPUWatchpoint.id
Philippe Mathieu-Daudé
[PATCH v3 09/51] target/arm: Split is_wp out of bp_wp_matches
Richard Henderson
[PATCH v3 16/51] target/arm: Make check_watchpoint_in_range static
Richard Henderson
Re: [PATCH v3 16/51] target/arm: Make check_watchpoint_in_range static
Philippe Mathieu-Daudé
[PATCH v3 21/51] exec/breakpoint: Return the new wp from cpu_watchpoint_insert
Richard Henderson
Re: [PATCH v3 21/51] exec/breakpoint: Return the new wp from cpu_watchpoint_insert
Philippe Mathieu-Daudé
[PATCH v3 35/51] target/riscv: Simplify riscv_cpu_debug_excp_handler
Richard Henderson
[PATCH v3 42/51] accel/tcg: Merge CPUState.{break,watch}point_hit
Richard Henderson
Re: [PATCH v3 42/51] accel/tcg: Merge CPUState.{break, watch}point_hit
Philippe Mathieu-Daudé via qemu development
Re: [PATCH v3 42/51] accel/tcg: Merge CPUState.{break, watch}point_hit
Richard Henderson
[PATCH v3 38/51] target/xtensa: Restrict xtensa_breakpoint_handler to system mode
Richard Henderson
[PATCH v3 22/51] system: Validate flags in cpu_watchpoint_insert
Richard Henderson
Re: [PATCH v3 22/51] system: Validate flags in cpu_watchpoint_insert
Philippe Mathieu-Daudé
[PATCH v3 26/51] accel/tcg: Pass watchpoint hit to debug_excp_handler
Richard Henderson
[PATCH v3 27/51] accel/tcg: Pass breakpoint hit to debug_excp_handler
Richard Henderson
[PATCH v3 34/51] target/s390x: Use CPUBreakpoint arg in breakpoint_handler
Richard Henderson
[PATCH v3 31/51] target/ppc: Use CPUBreakpoint arg in breakpoint_handler
Richard Henderson
[PATCH v3 18/51] cpu: Use interval-tree for CPUWatchpoint
Richard Henderson
[PATCH v3 25/51] exec/breakpoint: Merge CPUBreakpoint and CPUWatchpoint
Richard Henderson
[PATCH v3 06/51] exec/breakpoint: Add CPUBreakpoint.id
Richard Henderson
Re: [PATCH v3 06/51] exec/breakpoint: Add CPUBreakpoint.id
Philippe Mathieu-Daudé
[PATCH v3 37/51] target/riscv: Merge riscv_cpu_debug_check_{break, watch}point
Richard Henderson
[PATCH v3 45/51] accel/tcg: Move ALL_MMUIDX_BITS to hw/core/cpu.h
Richard Henderson
Re: [PATCH v3 45/51] accel/tcg: Move ALL_MMUIDX_BITS to hw/core/cpu.h
Philippe Mathieu-Daudé
[PATCH v3 49/51] accel/tcg: Change tlb_flush_range_* to use addr/last
Richard Henderson
[PATCH v3 12/51] target/riscv: Use bp argument in riscv_cpu_debug_check_breakpoint
Richard Henderson
[PATCH v3 11/51] target/arm: Use wp argument in arm_debug_check_watchpoint
Richard Henderson
[PATCH v3 01/51] cpu: Define BreakpointFlags type
Richard Henderson
[PATCH v3 47/51] accel/tcg: Use addr/last in tlb_flush_range_locked
Richard Henderson
Re: [PATCH v3 47/51] accel/tcg: Use addr/last in tlb_flush_range_locked
Philippe Mathieu-Daudé
[PATCH v3 51/51] accel/tcg: Change cpu_watchpoint_insert to use addr/last
Richard Henderson
[PATCH v3 13/51] target/riscv: Use bp argument in riscv_cpu_debug_check_watchpoint
Richard Henderson
[PATCH v3 04/51] qemu/typedefs: Declare CPUBreakpoint and CPUWatchpoint globally
Richard Henderson
Re: [PATCH v3 04/51] qemu/typedefs: Declare CPUBreakpoint and CPUWatchpoint globally
Philippe Mathieu-Daudé
[PATCH v3 46/51] accel/tcg: Drop stale assert for vaddr
Richard Henderson
Re: [PATCH v3 46/51] accel/tcg: Drop stale assert for vaddr
Philippe Mathieu-Daudé
[PATCH v3 28/51] target/arm: Use CPUBreakpoint arg in arm_debug_excp_handler
Richard Henderson
[PATCH v3 23/51] cpu-common: Validate flags in cpu_breakpoint_insert
Richard Henderson
Re: [PATCH v3 23/51] cpu-common: Validate flags in cpu_breakpoint_insert
Philippe Mathieu-Daudé
[PATCH v3 48/51] target/arm: Be more defensive for invalid tlbi_aa64_get_range
Richard Henderson
Re: [PATCH-for-11.1 v3 48/51] target/arm: Be more defensive for invalid tlbi_aa64_get_range
Philippe Mathieu-Daudé
[PATCH v3 36/51] target/riscv: Set badaddr in riscv_cpu_debug_excp_handler
Richard Henderson
[PATCH v3 50/51] system: Use tlb_flush_range_by_mmuidx in cpu_watchpoint_insert
Richard Henderson
Re: [PATCH v3 50/51] system: Use tlb_flush_range_by_mmuidx in cpu_watchpoint_insert
Philippe Mathieu-Daudé
[PATCH v3 43/51] target/arm: Simplify v6 watchpoints
Richard Henderson
[PATCH v3 39/51] target/xtensa: Rename xtensa_breakpoint_handler
Richard Henderson
[PATCH v3 15/51] cpu: Use interval-tree for CPUBreakpoint
Richard Henderson
[PATCH v3 17/51] gdbstub: Report actual watchpoint trigger address
Richard Henderson
Re: [PATCH v3 17/51] gdbstub: Report actual watchpoint trigger address
Philippe Mathieu-Daudé
[PATCH v3 32/51] target/ppc: Simplify ppc_cpu_debug_check_breakpoint
Richard Henderson
[PATCH v3 20/51] system: Remove cpu_watchpoint_insert error return path
Richard Henderson
Re: [PATCH v3 20/51] system: Remove cpu_watchpoint_insert error return path
Philippe Mathieu-Daudé
[PATCH v3 33/51] target/ppc: Simplify ppc_cpu_debug_check_watchpoint
Richard Henderson
Re: [PATCH v3 33/51] target/ppc: Simplify ppc_cpu_debug_check_watchpoint
Harsh Prateek Bora
Re: [PATCH v3 33/51] target/ppc: Simplify ppc_cpu_debug_check_watchpoint
Richard Henderson
Re: [PATCH v3 33/51] target/ppc: Simplify ppc_cpu_debug_check_watchpoint
Harsh Prateek Bora
[PATCH v3 40/51] target/xtensa: Simplify xtensa_cpu_debug_excp_handler
Richard Henderson
[PATCH v3 29/51] target/i386: Pass wp_hit to check_hw_breakpoints
Richard Henderson
[PATCH v3 41/51] accel/tcg: Clear BP_WATCHPOINT_HIT after use
Richard Henderson
[PATCH v3 44/51] accel/tcg: Remove TCGCPUOps.adjust_watchpoint_address
Richard Henderson
[PATCH v3 08/51] accel/tcg: Pass CPUBreakpoint to debug_check_breakpoint
Richard Henderson
[PATCH v18 00/14] virtio-net: live-TAP local migration
Vladimir Sementsov-Ogievskiy
[PATCH v18 06/14] net/tap: use container_of instead of DO_UPCAST
Vladimir Sementsov-Ogievskiy
[PATCH v18 05/14] net/tap: move vhost initialization to tap_setup_vhost()
Vladimir Sementsov-Ogievskiy
[PATCH v18 01/14] net/tap: rework tap_parse_script
Vladimir Sementsov-Ogievskiy
[PATCH v18 12/14] net/tap: support local migration with virtio-net
Vladimir Sementsov-Ogievskiy
[PATCH v18 02/14] net/tap: improve script/downscript options documentation
Vladimir Sementsov-Ogievskiy
[PATCH v18 11/14] net/tap: disable read polling for stopped VM
Vladimir Sementsov-Ogievskiy
[PATCH v18 13/14] tests/functional: add skipWithoutSudo() decorator
Vladimir Sementsov-Ogievskiy
[PATCH v18 07/14] net/tap: QOMify tap backend
Vladimir Sementsov-Ogievskiy
[PATCH v18 09/14] qapi: add local migration parameter
Vladimir Sementsov-Ogievskiy
[PATCH v18 08/14] net/tap: add TYPE_VMSTATE_IF interface
Vladimir Sementsov-Ogievskiy
[PATCH v18 04/14] net/tap: move vhost-net open() calls to tap_parse_vhost_fds()
Vladimir Sementsov-Ogievskiy
[PATCH v18 14/14] tests/functional: add test_tap_migration
Vladimir Sementsov-Ogievskiy
[PATCH v18 10/14] virtio-net: support local migration of backend
Vladimir Sementsov-Ogievskiy
[PATCH v18 03/14] net/tap: deprecate "no" as special value for script/downscript
Vladimir Sementsov-Ogievskiy
[PATCH for-11.1] target/arm: Be more defensive for invalid tlbi_aa64_get_range
Richard Henderson
Re: [PATCH for-11.1] target/arm: Be more defensive for invalid tlbi_aa64_get_range
Philippe Mathieu-Daudé
[PATCH 0/3] iotests: fix three spurious local failures
Denis V. Lunev
[PATCH 2/3] iotests: skip FUSE tests when FUSE is not usable
Denis V. Lunev
[PATCH 3/3] iotests/migrate-bitmaps-postcopy-test: drop the postcopy timing assertion
Denis V. Lunev
[PATCH 1/3] iotests: run the test pool with the 'fork' start method
Denis V. Lunev
what is qemu_system_guest_panicked() for?
Peter Maydell
Re: what is qemu_system_guest_panicked() for?
Harsh Prateek Bora
[PATCH v12 00/17] target/s390x: Extend qemu CPACF support
Harald Freudenberger
[PATCH v12 01/17] target/s390x: Rework s390 cpacf implementations
Harald Freudenberger
[PATCH v12 05/17] target/s390x: Support AES ECB for cpacf km instruction
Harald Freudenberger
[PATCH v12 10/17] target/s390x: Base support for cpacf protected keys and pckmo
Harald Freudenberger
[PATCH v12 14/17] target/s390x: Minimal protected key AES XTS support for cpacf pcc instruction
Harald Freudenberger
[PATCH v12 12/17] target/s390x: Support protected key AES CBC for cpacf kmc instruction
Harald Freudenberger
[PATCH v12 17/17] tests/tcg/s390x: Add tests for CPACF instructions
Harald Freudenberger
[PATCH v12 03/17] target/s390x: Support cpacf sha256
Harald Freudenberger
[PATCH v12 13/17] target/s390x: Support protected key AES CTR for cpacf kmctr instruction
Harald Freudenberger
[PATCH v12 06/17] target/s390x: Support AES CBC for cpacf kmc instruction
Harald Freudenberger
[PATCH v12 11/17] target/s390x: Support protected key AES ECB for cpacf km instruction
Harald Freudenberger
[PATCH v12 08/17] target/s390x: Minimal AES XTS support for cpacf pcc instruction
Harald Freudenberger
[PATCH v12 07/17] target/s390x: Support AES CTR for cpacf kmctr instruction
Harald Freudenberger
[PATCH v12 16/17] docs/s390: Document CPACF instructions support
Harald Freudenberger
[PATCH v12 02/17] target/s390x: Move cpacf sha512 code into a new file
Harald Freudenberger
[PATCH v12 15/17] target/s390x: Support protected key AES XTS for cpacf km instruction
Harald Freudenberger
[PATCH v12 04/17] crypto: Add aes-helpers file to support some AES modes
Harald Freudenberger
[PATCH v12 09/17] target/s390x: Support AES XTS for cpacf km instruction
Harald Freudenberger
Re: [PATCH] target/arm/hvf: panic the guest if an unhandled exception occurs
Leesoo Ahn
Re: [PATCH] target/arm/hvf: panic the guest if an unhandled exception occurs
Peter Maydell
Re: [PATCH] target/arm/hvf: panic the guest if an unhandled exception occurs
Philippe Mathieu-Daudé
[PATCH v2] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
Thomas Huth
Re: [PATCH v2] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
Peter Maydell
[PULL v1 0/3] Merge tpm 2026/07/10 v1
Stefan Berger
[PULL v1 2/3] hw/tpm: gate PPI support on tpm-tis-device behind a device property
Stefan Berger
[PULL v1 3/3] hw/core/machine: disable tpm-tis-device PPI for machine type <= 11.0
Stefan Berger
[PULL v1 1/3] hw/core/platform-bus: guard platform_bus_get_mmio_addr() against NULL
Stefan Berger
Re: [PULL v1 0/3] Merge tpm 2026/07/10 v1
Stefan Hajnoczi
[RFC PATCH v1 0/1] Thunderbolt PCIe hotplug layer
Dmitry R
[RFC PATCH v1 1/1] hw/pci-bridge: add Thunderbolt PCIe hotplug layer
Dmitry R
[RFC PATCH v2 0/5] Thunderbolt PCIe hotplug layer
Dmitry R
[RFC PATCH v2 4/5] tests/qtest: cover Thunderbolt VGA hotplug
Dmitry R
[RFC PATCH v2 1/5] hw/pci-bridge: add Thunderbolt root port
Dmitry R
[RFC PATCH v2 3/5] hw/display: add Thunderbolt VGA endpoint
Dmitry R
[RFC PATCH v2 5/5] docs: document Thunderbolt PCIe hotplug layer
Dmitry R
[RFC PATCH v2 2/5] hw/pci-bridge: add Thunderbolt PCIe-to-PCI bridge
Dmitry R
[PATCH] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
Thomas Huth
Re: [PATCH] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
Philippe Mathieu-Daudé
Re: [PATCH] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
Thomas Huth
[PATCH] ui/vnc: fix out-of-bounds write in lossy refresh dirty marking
marcandre . lureau
[PATCH] vhost-user-gpu: fix integer overflow in buffer allocation
marcandre . lureau
Re: [PATCH] vhost-user-gpu: fix integer overflow in buffer allocation
Philippe Mathieu-Daudé
Re: [PATCH] vhost-user-gpu: fix integer overflow in buffer allocation
Marc-André Lureau
[PATCH] hw/display/qxl: fix heap buffer overflow in qxl_blit
marcandre . lureau
[PATCH] hw/display/qxl: fix TOCTOU in cursor chunk data_size handling
marcandre . lureau
[PATCH v2] meson.build: re-add explicit gcrypt/nettle request check
Luc Michel
Re: [PATCH v2] meson.build: re-add explicit gcrypt/nettle request check
Pierrick Bouvier
[PATCH v2] hw/dma: don't allow weird transfer lengths for bcm2835
Alex Bennée
Re: [PATCH v3 4/6] target/arm/cpu-features.h: x-rme now means GPC3
Jim MacArthur
Re: [PATCH v3 4/6] target/arm/cpu-features.h: x-rme now means GPC3
Peter Maydell
[PATCH] hw/block/fdc: report a missing address mark on an empty drive
Christian Quante
[PATCH 00/10] riscv: add initial RPMI virt support
Subrahmanya Lingappa
[PATCH 06/10] riscv: add RPMI HSM service
Subrahmanya Lingappa
[PATCH 01/10] build: add optional librpmi dependency
Subrahmanya Lingappa
[PATCH 05/10] riscv: add RPMI system reset service
Subrahmanya Lingappa
[PATCH 02/10] hw/misc: add RISC-V RPMI transport and Base support
Subrahmanya Lingappa
[PATCH 08/10] docs/system/riscv: document initial virt RPMI support
Subrahmanya Lingappa
[PATCH 09/10] tests/qtest: cover initial RISC-V RPMI services
Subrahmanya Lingappa
[PATCH 03/10] hw/riscv: add RPMI FDT helpers
Subrahmanya Lingappa
[PATCH 07/10] riscv: add RPMI system suspend service
Subrahmanya Lingappa
[PATCH 04/10] hw/riscv/virt: add opt-in RPMI base support
Subrahmanya Lingappa
[PATCH 10/10] tests/functional: add initial RPMI virt guest smoke
Subrahmanya Lingappa
[PATCH v2 00/10] riscv: add initial RPMI virt support
Subrahmanya Lingappa
[PATCH v2 04/10] hw/riscv/virt: add opt-in RPMI base support
Subrahmanya Lingappa
[PATCH v2 07/10] riscv: add RPMI system suspend service
Subrahmanya Lingappa
[PATCH v2 03/10] hw/riscv: add RPMI FDT helpers
Subrahmanya Lingappa
[PATCH v2 10/10] tests/functional: add initial RPMI virt guest smoke
Subrahmanya Lingappa
[PATCH v2 02/10] hw/misc: add RISC-V RPMI transport and Base support
Subrahmanya Lingappa
Earlier messages
Later messages