qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 16:27:48 to 2023-03-07 18:37:42 UTC [more...]

[PATCH v2 00/25] tcg: Remove tcg_const_*
 2023-03-07 18:35 UTC  (26+ messages)
` [PATCH v2 01/25] target/arm: Use rmode >= 0 for need_rmode
` [PATCH v2 02/25] target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf
` [PATCH v2 03/25] target/arm: Improve arm_rmode_to_sf
` [PATCH v2 04/25] target/arm: Consistently use ARMFPRounding during translation
` [PATCH v2 05/25] target/arm: Create gen_set_rmode, gen_restore_rmode
` [PATCH v2 06/25] target/arm: Improve trans_BFCI
` [PATCH v2 07/25] target/arm: Avoid tcg_const_ptr in gen_sve_{ldr, str}
` [PATCH v2 08/25] target/arm: Avoid tcg_const_* in translate-mve.c
` [PATCH v2 09/25] target/arm: Avoid tcg_const_ptr in disas_simd_zip_trn
` [PATCH v2 10/25] target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn
` [PATCH v2 11/25] target/arm: Avoid tcg_const_ptr in handle_rev
` [PATCH v2 12/25] target/m68k: Reject immediate as destination in gen_ea_mode
` [PATCH v2 13/25] target/m68k: Use tcg_constant_i32 "
` [PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb
` [PATCH v2 15/25] target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
` [PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval
` [PATCH v2 17/25] target/ppc: Avoid tcg_const_* in vsx-impl.c.inc
` [PATCH v2 18/25] target/ppc: Avoid tcg_const_* in fp-impl.c.inc
` [PATCH v2 19/25] target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc
` [PATCH v2 20/25] target/ppc: Rewrite trans_ADDG6S
` [PATCH v2 21/25] target/ppc: Fix gen_tlbsx_booke206
` [PATCH v2 22/25] target/ppc: Avoid tcg_const_* in translate.c
` [PATCH v2 23/25] target/tricore: Use min/max for saturate
` [PATCH v2 24/25] tcg: Drop tcg_const_*_vec
` [PATCH v2 25/25] tcg: Drop tcg_const_*

[PULL 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-07 18:27 UTC  (28+ messages)
` [PULL 01/27] hw/xen: Add xenstore wire implementation and implementation stubs
` [PULL 02/27] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [PULL 03/27] hw/xen: Implement XenStore watches
` [PULL 04/27] hw/xen: Implement XenStore transactions
` [PULL 05/27] hw/xen: Watches on "
` [PULL 06/27] hw/xen: Implement XenStore permissions
` [PULL 07/27] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [PULL 08/27] hw/xen: Create initial XenStore nodes
` [PULL 09/27] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [PULL 10/27] hw/xen: Add gnttab "
` [PULL 11/27] hw/xen: Pass grant ref to gnttab unmap operation
` [PULL 12/27] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [PULL 13/27] hw/xen: Add xenstore "
` [PULL 14/27] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [PULL 15/27] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [PULL 16/27] hw/xen: Rename xen_common.h to xen_native.h
` [PULL 17/27] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [PULL 18/27] hw/xen: Avoid crash when backend watch fires too early
` [PULL 19/27] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [PULL 20/27] hw/xen: Hook up emulated implementation for event channel operations
` [PULL 21/27] hw/xen: Add emulated implementation of grant table operations
` [PULL 22/27] hw/xen: Add emulated implementation of XenStore operations
` [PULL 23/27] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [PULL 24/27] hw/xen: Implement soft reset for emulated gnttab
` [PULL 25/27] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation
` [PULL 26/27] MAINTAINERS: Add entry for Xen on KVM emulation
` [PULL 27/27] docs: Update Xen-on-KVM documentation for PV disk support

[PATCH v2 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-07 18:27 UTC  (31+ 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 v2 00/15] linux-user/sparc: Handle missing traps
 2023-03-07 18:23 UTC  (4+ messages)

[PATCH] linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
 2023-03-07 18:20 UTC  (3+ messages)

[PATCH] vfio/migration: Rename entry points
 2023-03-07 18:17 UTC  (5+ messages)
` [PATCH v2] "

[PULL 00/67] tcg patch queue
 2023-03-07 17:58 UTC  (68+ 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 26/67] target/microblaze: "
` [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 40/67] target/avr: Avoid use of tcg_const_i32 throughout
` [PULL 41/67] target/cris: "
` [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 46/67] target/m68k: Avoid tcg_const_i32 in bfop_reg
` [PULL 47/67] target/m68k: Avoid tcg_const_* throughout
` [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 51/67] target/mips: Avoid tcg_const_* throughout
` [PULL 52/67] target/ppc: Split out gen_vx_vmul10
` [PULL 53/67] target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad
` [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 60/67] target/sh4: Avoid tcg_const_i32
` [PULL 61/67] tcg/sparc: Avoid tcg_const_tl in gen_edge
` [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 64/67] target/tricore: Use setcondi instead of explicit allocation
` [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 v5 0/2] target/riscv: refactor Zicond and reuse in XVentanaCondOps
 2023-03-07 18:07 UTC  (3+ messages)
` [PATCH v5 1/2] target/riscv: refactor Zicond support
` [PATCH v5 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions

[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  (3+ messages)
` [PATCH v6 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure

[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

[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 "

[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  (16+ messages)
` [RFC PATCH v1 07/25] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [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  (20+ messages)

[PATCH v5 00/15] vfio/migration: Device dirty page tracking
 2023-03-07 16:42 UTC  (4+ messages)
` [PATCH v5 13/15] vfio/migration: Block migration with vIOMMU

[PULL 0/5] aspeed queue
 2023-03-07 16:37 UTC  (4+ messages)
` [PULL 2/5] pflash: Fix blk_pread_nonzeroes()

[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  (3+ messages)
` [PATCH v3 1/2] linux-user: fix sockaddr_in6 endianness

[PATCH V2] docs: vhost-user: Add Xen specific memory mapping support
 2023-03-07 16:22 UTC  (4+ messages)


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).