messages from 2023-03-07 14:40:51 to 2023-03-07 18:08:12 UTC [more...]
[PULL 00/67] tcg patch queue
2023-03-07 17:58 UTC (59+ messages)
` [PULL 01/67] target/mips: Drop tcg_temp_free from micromips_translate.c.inc
` [PULL 02/67] target/mips: Drop tcg_temp_free from msa_translate.c
` [PULL 03/67] target/mips: Drop tcg_temp_free from mxu_translate.c
` [PULL 04/67] target/mips: Drop tcg_temp_free from nanomips_translate.c.inc
` [PULL 05/67] target/mips: Drop tcg_temp_free from octeon_translate.c
` [PULL 06/67] target/mips: Drop tcg_temp_free from translate_addr_const.c
` [PULL 07/67] target/mips: Drop tcg_temp_free from tx79_translate.c
` [PULL 08/67] target/mips: Drop tcg_temp_free from vr54xx_translate.c
` [PULL 09/67] target/mips: Drop tcg_temp_free from translate.c
` [PULL 10/67] target/s390x: Drop free_compare
` [PULL 11/67] target/s390x: Drop tcg_temp_free from translate_vx.c.inc
` [PULL 12/67] target/s390x: Drop tcg_temp_free from translate.c
` [PULL 13/67] target/s390x: Remove assert vs g_in2
` [PULL 14/67] target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext
` [PULL 15/67] tcg: Create tcg/tcg-temp-internal.h
` [PULL 16/67] include/exec: Set default `NB_MMU_MODES` to 16
` [PULL 17/67] target/alpha: Remove `NB_MMU_MODES` define
` [PULL 18/67] target/arm: "
` [PULL 19/67] target/avr: "
` [PULL 20/67] target/cris: "
` [PULL 21/67] target/hexagon: "
` [PULL 22/67] target/hppa: "
` [PULL 23/67] target/i386: "
` [PULL 24/67] target/loongarch: "
` [PULL 25/67] target/m68k: "
` [PULL 27/67] target/mips: "
` [PULL 28/67] target/nios2: "
` [PULL 29/67] target/openrisc: "
` [PULL 30/67] target/ppc: "
` [PULL 31/67] target/riscv: "
` [PULL 32/67] target/rx: "
` [PULL 33/67] target/s390x: "
` [PULL 34/67] target/sh4: "
` [PULL 35/67] target/sparc: "
` [PULL 36/67] target/tricore: "
` [PULL 37/67] target/xtensa: "
` [PULL 38/67] include/exec: Remove guards around `NB_MMU_MODES`
` [PULL 39/67] target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS
` [PULL 41/67] target/cris: Avoid use of tcg_const_i32 throughout
` [PULL 42/67] target/hppa: Avoid tcg_const_i64 in trans_fid_f
` [PULL 43/67] target/hppa: Avoid use of tcg_const_i32 throughout
` [PULL 44/67] target/i386: Avoid use of tcg_const_* throughout
` [PULL 45/67] target/m68k: Avoid tcg_const_i32 when modified
` [PULL 48/67] target/mips: Split out gen_lxl
` [PULL 49/67] target/mips: Split out gen_lxr
` [PULL 50/67] target/mips: Avoid tcg_const_tl in gen_r6_ld
` [PULL 52/67] target/ppc: Split out gen_vx_vmul10
` [PULL 54/67] target/rx: Use tcg_gen_abs_i32
` [PULL 55/67] target/rx: Use cpu_psw_z as temp in flags computation
` [PULL 56/67] target/rx: Avoid tcg_const_i32 when new temp needed
` [PULL 57/67] target/rx: Avoid tcg_const_i32
` [PULL 58/67] target/s390x: Avoid tcg_const_i64
` [PULL 59/67] target/sh4: Avoid tcg_const_i32 for TAS.B
` [PULL 62/67] target/tricore: Split t_n as constant from temp as variable
` [PULL 63/67] target/tricore: Rename t_off10 and use tcg_constant_i32
` [PULL 65/67] target/tricore: Drop some temp initialization
` [PULL 66/67] target/tricore: Avoid tcg_const_i32
` [PULL 67/67] tcg: Replace tcg_const_i64 in tcg-op.c
[PATCH v2 00/27] Enable PV backends with Xen/KVM emulation
2023-03-07 17:57 UTC (30+ messages)
` [PATCH v2 01/27] hw/xen: Add xenstore wire implementation and implementation stubs
` [PATCH v2 02/27] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [PATCH v2 03/27] hw/xen: Implement XenStore watches
` [PATCH v2 04/27] hw/xen: Implement XenStore transactions
` [PATCH v2 05/27] hw/xen: Watches on "
` [PATCH v2 06/27] hw/xen: Implement XenStore permissions
` [PATCH v2 07/27] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [PATCH v2 08/27] hw/xen: Create initial XenStore nodes
` [PATCH v2 09/27] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [PATCH v2 10/27] hw/xen: Add gnttab "
` [PATCH v2 11/27] hw/xen: Pass grant ref to gnttab unmap operation
` [PATCH v2 12/27] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [PATCH v2 13/27] hw/xen: Add xenstore "
` [PATCH v2 14/27] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [PATCH v2 15/27] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [PATCH v2 16/27] hw/xen: Rename xen_common.h to xen_native.h
` [PATCH v2 17/27] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [PATCH v2 18/27] hw/xen: Avoid crash when backend watch fires too early
` [PATCH v2 19/27] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [PATCH v2 20/27] hw/xen: Hook up emulated implementation for event channel operations
` [PATCH v2 21/27] hw/xen: Add emulated implementation of grant table operations
` [PATCH v2 22/27] hw/xen: Add emulated implementation of XenStore operations
` [PATCH v2 23/27] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [PATCH v2 24/27] hw/xen: Implement soft reset for emulated gnttab
` [PATCH v2 25/27] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation
` [PATCH v2 26/27] MAINTAINERS: Add entry for Xen on KVM emulation
` [PATCH v2 27/27] docs: Update Xen-on-KVM documentation for PV disk support
[PATCH v4 0/7] QEMU CXL Provide mock CXL events and irq support
2023-03-07 17:37 UTC (2+ messages)
[PATCH 0/5] Fix recent PIC -> CPU interrupt wiring regressions
2023-03-07 17:32 UTC (2+ messages)
[PATCH v6 0/4] pci hotplug tracking
2023-03-07 17:31 UTC (6+ messages)
` [PATCH v6 1/4] qapi/qdev.json: unite DEVICE_* event data into single structure
` [PATCH v6 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure
` [PATCH v6 3/4] shpc: implement DEVICE_ON event and query-hotplug
` [PATCH v6 4/4] pcie: "
[PATCH 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-07 17:29 UTC (4+ messages)
` [PATCH 1/6] block: don't acquire AioContext lock in bdrv_drain_all()
[PATCH v2 0/9] Fix missing memory barriers on ARM
2023-03-07 17:26 UTC (7+ messages)
` [PATCH v2 8/9] async: update documentation of the memory barriers
[PATCH for 8.1] vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQ
2023-03-07 17:25 UTC (3+ messages)
[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
2023-03-07 17:22 UTC (3+ messages)
` [RESEND PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[PATCH] vfio/migration: Rename entry points
2023-03-07 17:17 UTC (4+ messages)
` [PATCH v2] "
[RESEND PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD
2023-03-07 17:09 UTC (4+ messages)
` [RESEND PATCH 1/1] pc-bios: Add support for "
[PATCH v2 00/15] linux-user/sparc: Handle missing traps
2023-03-07 17:07 UTC (3+ messages)
[RFC PATCH] stubs: split semihosting_get_target from system only stubs
2023-03-07 17:06 UTC (2+ messages)
[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
2023-03-07 17:05 UTC (10+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE
[PATCH RESEND v6 0/5] migration: reduce time of loading non-iterable vmstate
2023-03-07 17:04 UTC (6+ messages)
[PULL 00/51] Net patches
2023-03-07 17:01 UTC (2+ messages)
[PATCH v2] virtio: fix reachable assertion due to stale value of cached region size
2023-03-07 17:00 UTC (2+ messages)
[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
2023-03-07 17:00 UTC (45+ messages)
` [RFC PATCH v1 07/25] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [RFC PATCH v1 12/25] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [RFC PATCH v1 13/25] hw/xen: Add xenstore "
` [RFC PATCH v1 14/25] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [RFC PATCH v1 15/25] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [RFC PATCH v1 16/25] hw/xen: Rename xen_common.h to xen_native.h
` [RFC PATCH v1 17/25] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [RFC PATCH v1 18/25] hw/xen: Avoid crash when backend watch fires too early
` [RFC PATCH v1 19/25] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [RFC PATCH v1 20/25] hw/xen: Hook up emulated implementation for event channel operations
` [RFC PATCH v1 21/25] hw/xen: Add emulated implementation of grant table operations
` [RFC PATCH v1 22/25] hw/xen: Add emulated implementation of XenStore operations
` [RFC PATCH v1 23/25] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [RFC PATCH v1 24/25] hw/xen: Implement soft reset for emulated gnttab
` [RFC PATCH v1 25/25] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation
` [RFC PATCH v1 26/25] MAINTAINERS: Add entry for Xen on KVM emulation
` [RFC PATCH v1 27/25] docs: Update Xen-on-KVM documentation for PV disk support
[PATCH] hw/acpi: Set memory regions to native endian as a work around
2023-03-07 16:48 UTC (22+ messages)
[PATCH v5 00/15] vfio/migration: Device dirty page tracking
2023-03-07 16:42 UTC (9+ messages)
` [PATCH v5 10/15] vfio/common: Add device dirty page tracking start/stop
` [PATCH v5 12/15] vfio/common: Add device dirty page bitmap sync
` [PATCH v5 13/15] vfio/migration: Block migration with vIOMMU
[PULL 0/5] aspeed queue
2023-03-07 16:37 UTC (8+ messages)
` [PULL 1/5] m25p80: Improve error when the backend file size does not match the device
` [PULL 2/5] pflash: Fix blk_pread_nonzeroes()
` [PULL 3/5] hw/arm/aspeed: Added TMP421 type sensor's support in yosemitev2
` [PULL 4/5] hw/arm/aspeed: Added TMP421 type sensor's support in tiogapass
` [PULL 5/5] hw/arm/aspeed: Modified BMC FRU byte data in yosemitev2
[PATCH] linux-user: Emulate CLONE_PIDFD flag in clone()
2023-03-07 16:32 UTC (3+ messages)
[PATCH v3 0/2] Missing endianness conversions in user mode
2023-03-07 16:28 UTC (8+ messages)
` [PATCH v3 1/2] linux-user: fix sockaddr_in6 endianness
` [PATCH v3 2/2] linux-user: handle netlink flag NLA_F_NESTED
[PATCH V2] docs: vhost-user: Add Xen specific memory mapping support
2023-03-07 16:22 UTC (4+ messages)
Fortnightly KVM call for 2023-02-07
2023-03-07 16:22 UTC (4+ messages)
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-07 16:21 UTC (3+ messages)
[PATCH] linux-user: Add translation for argument of msync()
2023-03-07 16:21 UTC (3+ messages)
[PATCH v9 0/7] Pegasos2 fixes and audio output support
2023-03-07 16:20 UTC (9+ messages)
` [PATCH v9 1/7] hw/display/sm501: Add debug property to control pixman usage
` [PATCH v9 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
[PATCH] pflash: Fix blk_pread_nonzeroes()
2023-03-07 15:52 UTC (2+ messages)
[PATCH] linux-user: Provide print_raw_param64() for 64-bit values
2023-03-07 15:17 UTC (2+ messages)
[PATCH v8 0/6] Pegasos2 fixes and audio output support
2023-03-07 15:13 UTC (8+ messages)
` [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing
[PATCH 0/5] testing/next: docker, ansible
2023-03-07 15:03 UTC (5+ messages)
` [PATCH 1/5] tests/avocado: update AArch64 tests to Alpine 3.17.2
` [PATCH 3/5] scripts/ci: add libslirp-devel to build-environment
[PATCH v2 0/2] MIPS Virt machine
2023-03-07 15:01 UTC (2+ messages)
[PATCH v3] qapi: give available enum values as error hint
2023-03-07 14:58 UTC
[PATCH] linux-user: Add strace for prlimit64() syscall
2023-03-07 14:56 UTC (3+ messages)
[PATCH V2] migration: fix populate_vfio_info
2023-03-07 14:55 UTC (4+ messages)
[PATCH v4 00/11] QMP command to import win32 sockets
2023-03-07 14:54 UTC (5+ messages)
` [PATCH v4 04/11] osdep: implement qemu_socketpair() for win32
` [PATCH v4 09/11] libqtest: make qtest_qmp_add_client work on win32
[PATCH 0/2] migration/xbzrle: fix two avx512 runtime issues
2023-03-07 14:48 UTC (3+ messages)
` [PATCH 1/2] migration/xbzrle: use ctz64 to avoid undefined result
` [PATCH 2/2] migration/xbzrle: fix out-of-bounds write with axv512
[PATCH v2] qapi: give available enum values as error hint
2023-03-07 14:40 UTC (2+ 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).