messages from 2023-06-30 12:27:15 to 2023-07-01 06:56:24 UTC [more...]
[PULL 00/11] tcg and misc patch queue
2023-07-01 6:55 UTC (4+ messages)
` [PULL 02/11] audio: dbus requires pixman
` [PULL 03/11] accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__locked
` [PULL 06/11] tests/tcg/alpha: Add test for cvttq
[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
2023-07-01 6:39 UTC (4+ messages)
[PATCH] audio: dbus requires pixman
2023-07-01 6:28 UTC (2+ messages)
[PATCH] pcie: Release references of virtual functions
2023-07-01 6:19 UTC (4+ messages)
[PATCH] pnv/xive2: Allow indirect TIMA accesses of all sizes
2023-07-01 0:06 UTC (5+ messages)
[PATCH v2 0/4] accel/tcg: Move perf and debuginfo support to tcg
2023-06-30 23:53 UTC (6+ messages)
` [PATCH v2 1/4] target: Make qemu_target_page_mask() available for *-user
` [PATCH v2 2/4] tcg: Make tb_cflags() usable from target-agnostic code
` [PATCH v2 3/4] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PATCH v2 4/4] accel/tcg: Move perf and debuginfo support to tcg
[PULL 00/33] UI patches
2023-06-30 23:51 UTC (5+ messages)
` [PULL 17/33] ui/dbus: win32 support
[PATCH] ui: Link dbus-display with pixman again
2023-06-30 23:48 UTC
[PATCH 0/4] accel/tcg: Move perf and debuginfo support to tcg
2023-06-30 23:26 UTC (8+ messages)
` [PATCH 1/4] target: Make qemu_softmmu_page_mask() available for *-user
` [PATCH 2/4] tcg: Make tb_cflags() usable from target-agnostic code
` [PATCH 3/4] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PATCH 4/4] accel/tcg: Move perf and debuginfo support to tcg
[PATCH] hw/vfio/pci-quirks: Sanitize capability pointer
2023-06-30 22:36 UTC
[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
2023-06-30 22:15 UTC (14+ messages)
Unused variables in dbus_call_update_gl
2023-06-30 21:44 UTC (4+ messages)
[PATCH v3 0/6] migration: Test the new "file:" migration
2023-06-30 21:29 UTC (7+ messages)
` [PATCH v3 1/6] tests/qtest: migration: Expose migrate_set_capability
` [PATCH v3 2/6] tests/qtest: migration: Add migrate_incoming_qmp helper
` [PATCH v3 3/6] tests/qtest: migration: Use migrate_incoming_qmp where appropriate
` [PATCH v3 4/6] migration: Set migration status early in incoming side
` [PATCH v3 5/6] tests/qtest: migration: Add support for negative testing of qmp_migrate
` [PATCH v3 6/6] tests/qtest: migration-test: Add tests for file-based migration
[PATCH 0/2] target/sparc: Enable MTTCG
2023-06-30 19:43 UTC (4+ messages)
[PATCH for-8.1? 00/24] linux-user: mmap range fixes
2023-06-30 19:40 UTC (27+ messages)
` [PATCH 01/24] linux-user: Use assert in mmap_fork_start
` [PATCH 02/24] linux-user: Fix formatting of mmap.c
` [PATCH 03/24] linux-user/strace: Expand struct flags to hold a mask
` [PATCH 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PATCH 05/24] linux-user: Split TARGET_PROT_* "
` [PATCH 06/24] linux-user: Populate more bits in mmap_flags_tbl
` [PATCH 07/24] accel/tcg: Introduce page_check_range_empty
` [PATCH 08/24] bsd-user: Use page_check_range_empty for MAP_EXCL
` [PATCH 09/24] linux-user: Implement MAP_FIXED_NOREPLACE
` [PATCH 10/24] linux-user: Split out target_to_host_prot
` [PATCH 11/24] linux-user: Widen target_mmap offset argument to off_t
` [PATCH 12/24] linux-user: Rewrite target_mprotect
` [PATCH 13/24] linux-user: Rewrite mmap_frag
` [PATCH 14/24] accel/tcg: Introduce page_find_range_empty
` [PATCH 15/24] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PATCH 16/24] linux-user: "
` [PATCH 17/24] linux-user: Use 'last' instead of 'end' in target_mmap
` [PATCH 18/24] linux-user: Rewrite mmap_reserve
` [PATCH 19/24] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
` [PATCH 20/24] linux-user: Simplify target_munmap
` [PATCH 21/24] accel/tcg: Accept more page flags in page_check_range
` [PATCH 22/24] accel/tcg: Return bool from page_check_range
` [PATCH 23/24] linux-user: Remove can_passthrough_madvise
` [PATCH 24/24] linux-user: Simplify target_madvise
[PATCH] sungem: Add WOL MMIO
2023-06-30 19:40 UTC (2+ messages)
[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
2023-06-30 19:34 UTC (4+ messages)
` [RFC 5/7] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
[PATCH 1/2] target/ppc: Fix icount access for some hypervisor instructions
2023-06-30 19:39 UTC (4+ messages)
` [PATCH 2/2] tests/avocado: record_replay test for ppc powernv machine
[PATCH 0/2] target/ppc: Easy parts of the POWER chiptod series
2023-06-30 19:38 UTC (7+ messages)
` [PATCH 1/2] target/ppc: Tidy POWER book4 SPR registration
` [PATCH 2/2] target/ppc: Add TFMR SPR implementation with read and write helpers
[PATCH] os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option
2023-06-30 19:14 UTC (5+ messages)
RFC: bsd-user broken a while ago, is this the right fix?
2023-06-30 18:27 UTC (5+ messages)
[PATCH v4 00/38] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
2023-06-30 18:04 UTC (39+ messages)
` [PATCH v4 01/38] gitlab: explicit set artifacts publishing criteria
` [PATCH v4 02/38] gitlab: ensure coverage job also publishes meson log
` [PATCH v4 03/38] gitlab: reduce testing scope of check-gcov
` [PATCH v4 04/38] docs/devel: remind developers to run CI container pipeline when updating images
` [PATCH v4 05/38] tests/tcg: add mechanism to handle plugin arguments
` [PATCH v4 06/38] qemu-keymap: properly check return from xkb_keymap_mod_get_index
` [PATCH v4 07/38] scripts/oss-fuzz: add a suppression for keymap
` [PATCH v4 08/38] tests/qtests: clean-up and fix leak in generic_fuzz
` [PATCH v4 09/38] tests/docker: add test-fuzz
` [PATCH v4 10/38] Makefile: add lcitool-refresh to UNCHECKED_GOALS
` [PATCH v4 11/38] tests/lcitool: update to latest version
` [PATCH v4 12/38] tests/lcitool: Bump fedora container versions
` [PATCH v4 13/38] tests/lcitool: add an explicit gcc-native package
` [PATCH v4 14/38] tests/lcitool: introduce qemu-minimal
` [PATCH v4 15/38] tests/docker: convert riscv64-cross to lcitool
` [PATCH v4 16/38] tests/avocado: update firmware to enable sbsa-ref/max
` [PATCH v4 17/38] tests/avocado: Make the test_arm_bpim2u_gmac test more reliable
` [PATCH v4 18/38] target/arm: make arm_casq_ptw CONFIG_TCG only
` [PATCH v4 19/38] plugins: force slow path when plugins instrument memory ops
` [PATCH v4 20/38] plugins: fix memory leak while parsing options
` [PATCH v4 21/38] plugins: update lockstep to use g_memdup2
` [PATCH v4 22/38] docs/devel: add some front matter to the devel index
` [PATCH v4 23/38] include/migration: mark vmstate_register() as a legacy function
` [PATCH v4 24/38] include/hw/qdev-core: fixup kerneldoc annotations
` [PATCH v4 25/38] docs/devel/qom.rst: Correct code style
` [PATCH v4 26/38] docs/devel: split qom-api reference into new file
` [PATCH v4 27/38] docs/devel: introduce some key concepts for QOM development
` [PATCH v4 28/38] gdbstub: lightly refactor connection to avoid snprintf
` [PATCH v4 29/38] gdbstub: Permit reverse step/break to provide stop response
` [PATCH v4 30/38] gdbstub: clean-up vcont handling to avoid goto
` [PATCH v4 31/38] linux-user: Expose do_guest_openat() and do_guest_readlink()
` [PATCH v4 32/38] linux-user: Add "safe" parameter to do_guest_openat()
` [PATCH v4 33/38] linux-user: Emulate /proc/self/smaps
` [PATCH v4 34/38] gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
` [PATCH v4 35/38] gdbstub: Report the actual qemu-user pid
` [PATCH v4 36/38] gdbstub: Add support for info proc mappings
` [PATCH v4 37/38] docs: Document security implications of debugging
` [PATCH v4 38/38] tests/tcg: Add a test for info proc mappings
[PATCH] target/nios2 : Explicitly ask for target-endian loads and stores
2023-06-30 18:15 UTC (2+ messages)
[PATCH] tests/avocado: Make the test_arm_bpim2u_gmac test more reliable
2023-06-30 17:56 UTC (2+ messages)
[PATCH] linux-user/i386: Properly align signal frame
2023-06-30 17:53 UTC (3+ messages)
[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
2023-06-30 17:51 UTC (6+ messages)
` [PATCH v3 1/8] target/arm: Add ID_AA64ISAR2_EL1
[PATCH v6] riscv: Add support for the Zfa extension
2023-06-30 17:49 UTC (2+ messages)
Request for Assistance: Adding I2C Support in QEMU for Raspberry Pi (BCM2835 Peripherals)
2023-06-30 17:48 UTC (4+ messages)
[PATCH v5] riscv: Add support for the Zfa extension
2023-06-30 17:47 UTC (5+ messages)
[RFC PATCH] tcg: Reduce tcg_assert_listed_vecop() scope
2023-06-30 17:45 UTC (2+ messages)
[PATCH] pnv/psi: Allow access to PSI registers through xscom
2023-06-30 16:51 UTC (2+ messages)
[PATCH] target/ppc: Make HDECR underflow edge triggered
2023-06-30 16:51 UTC (2+ messages)
[PATCH] hw/ppc: Fix clock update drift
2023-06-30 16:49 UTC (2+ messages)
[PATCH] target/ppc: Only generate decodetree files when TCG is enabled
2023-06-30 16:45 UTC (2+ messages)
[PATCH] mv64361: Add dummy gigabit ethernet PHY access registers
2023-06-30 16:44 UTC (6+ messages)
[PATCH 0/6] migration: Test the new "file:" migration
2023-06-30 16:25 UTC (12+ messages)
` [PATCH 1/6] migration: Set migration status early in incoming side
` [PATCH 3/6] tests/qtest: migration: Add migrate_incoming_qmp helper
` [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration
[PATCH 1/2] roms/opensbi: Upgrade from v1.2 to v1.3
2023-06-30 16:07 UTC (2+ messages)
` [PATCH 2/2] tests/avocado: riscv: Enable 32-bit Spike OpenSBI boot testing
[PATCH] linux-user: Avoid mmap of the last byte of the reserved_va
2023-06-30 16:06 UTC (2+ messages)
[PULL 00/16] vfio queue
2023-06-30 15:59 UTC (3+ messages)
` [PULL 11/16] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
[PULL 00/42] target-arm queue
2023-06-30 15:45 UTC (9+ messages)
` [PULL 18/42] tests: avocado: boot_linux_console: Add test case for bpim2u
[PATCH v6 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port
2023-06-30 15:29 UTC (16+ messages)
[PATCH] net: add initial support for AF_XDP network backend
2023-06-30 15:01 UTC (10+ messages)
[PATCH 0/2] Fix PSIHB interrupts init PQ state
2023-06-30 14:59 UTC (5+ messages)
` [PATCH 1/2] pnv/xive: Add property on xive sources to define PQ state on reset
` [PATCH 2/2] pnv/psi: Initialize the PSIHB interrupts to match hardware
[PATCH V4 0/2] migration file URI
2023-06-30 14:25 UTC (3+ messages)
` [PATCH V4 1/2] migration: "
` [PATCH V4 2/2] migration: file URI offset
[PATCH V3 0/2] migration file URI
2023-06-30 14:25 UTC (4+ messages)
` [PATCH V3 2/2] migration: file URI offset
[PATCH 0/9] Collapse CPUNegativeOffsetState into CPUState
2023-06-30 14:19 UTC (11+ messages)
` [PATCH 1/9] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PATCH 2/9] include: Move MMUAccessType to tlb-common.h
` [PATCH 3/9] include/exec: Move CPUTLB and friends "
` [PATCH 4/9] include/hw: introduce CPU_MAX_NEGATIVE_ENV_OFFSET
` [PATCH 5/9] accel: Move CPUTLB to CPUState and assert offset
` [PATCH 7/9] include/exec: Remove [cpu|env]_neg() functions
` [PATCH 8/9] target: Remove CPUNegativeOffsetState field from ArchCPU
` [PATCH 9/9] include/exec: Remove CPUNegativeOffsetState
[PATCH v3] migration: hold the BQL during setup
2023-06-30 14:18 UTC
[PATCH] pnv/xive2: Fix TIMA offset for indirect access
2023-06-30 14:13 UTC (3+ messages)
[PATCH v3 0/6] target/ppc: Few cleanups in kvm_ppc.h
2023-06-30 14:06 UTC (4+ messages)
` [PATCH v3 3/6] target/ppc: Move CPU QOM definitions to cpu-qom.h
[PATCH V2 00/10] fix migration of suspended runstate
2023-06-30 13:49 UTC (11+ messages)
` [PATCH V2 01/10] vl: start on wakeup request
` [PATCH V2 02/10] migration: preserve suspended runstate
` [PATCH V2 03/10] migration: add runstate function
` [PATCH V2 04/10] migration: preserve suspended for snapshot
` [PATCH V2 05/10] migration: preserve suspended for bg_migration
` [PATCH V2 06/10] tests/qtest: migration events
` [PATCH V2 07/10] tests/qtest: option to suspend during migration
` [PATCH V2 08/10] tests/qtest: precopy migration with suspend
` [PATCH V2 09/10] tests/qtest: postcopy "
` [PATCH V2 10/10] tests/qtest: background "
[PATCH V1 0/3] fix migration of suspended runstate
2023-06-30 13:50 UTC (8+ messages)
` [PATCH V1 2/3] migration: fix "
[PATCH 0/4] ppc/pnv: Extend "quad" model for p10
2023-06-30 13:47 UTC (6+ messages)
` [PATCH 3/4] ppc/pnv: Add P10 quad ops
[PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo
2023-06-30 13:36 UTC (2+ messages)
[PATCH 0/2] accel/tcg: fix page invalidation in tb_invalidate_phys_range()
2023-06-30 13:34 UTC (2+ messages)
[RFC PATCH] target/arm: make arm_casq_ptw CONFIG_TCG only
2023-06-30 13:26 UTC (2+ messages)
[PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
2023-06-30 13:21 UTC (3+ messages)
` [PATCH v3 1/2] vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
` [PATCH v3 2/2] vdpa: Sort vdpa_feature_bits array alphabetically
[PULL 0/5] tcg patch queue
2023-06-30 13:24 UTC (6+ messages)
` [PULL 3/5] tcg: add perfmap and jitdump
[PATCH v3 0/6] eBPF RSS through QMP support
2023-06-30 12:53 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).