qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-04 16:23:46 to 2024-10-05 20:08:02 UTC [more...]

[PATCH v2 00/21] accel/tcg: Introduce tlb_fill_align hook
 2024-10-05 20:05 UTC  (5+ messages)
` [PATCH v2 01/21] accel/tcg: Assert noreturn from write-only page for atomics
` [PATCH v2 02/21] accel/tcg: Expand tlb_fill for 3 callers
` [PATCH v2 05/21] include/exec/memop: Introduce memop_atomicity_bits
` [PATCH v2 06/21] hw/core/tcg-cpu-ops: Introduce tlb_fill_align hook

[PATCH 00/18] Stop all qemu-cpu threads on a breakpoint
 2024-10-05 19:51 UTC  (20+ messages)
` [PATCH 01/18] gdbstub: Make gdb_get_char() static
` [PATCH 02/18] gdbstub: Move phy_memory_mode to GDBSystemState
` [PATCH 03/18] gdbstub: Move gdb_syscall_mode to GDBSyscallState
` [PATCH 04/18] gdbstub: Factor out gdb_try_stop()
` [PATCH 05/18] accel/tcg: Factor out cpu_exec_user()
` [PATCH 06/18] qemu-thread: Introduce QEMU_MUTEX_INITIALIZER
` [PATCH 07/18] qemu-thread: Introduce QEMU_COND_INITIALIZER
` [PATCH 11/18] accel/tcg: Unify user implementations of qemu_cpu_kick()

[PATCH v2 00/23] E500 Cleanup
 2024-10-05 19:46 UTC  (24+ messages)
` [PATCH v2 01/23] hw/ppc/e500: Do not leak struct boot_info
` [PATCH v2 02/23] hw/ppc/e500: Remove firstenv variable
` [PATCH v2 03/23] hw/ppc/e500: Prefer QOM cast
` [PATCH v2 04/23] hw/ppc/e500: Remove unused "irqs" parameter
` [PATCH v2 05/23] hw/ppc/e500: Add missing device tree properties to i2c controller node
` [PATCH v2 06/23] hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources
` [PATCH v2 07/23] hw/ppc/e500: Extract ppce500_ccsr.c
` [PATCH v2 08/23] hw/ppc/ppce500_ccsr: Log access to unimplemented registers
` [PATCH v2 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
` [PATCH v2 10/23] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
` [PATCH v2 11/23] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
` [PATCH v2 12/23] hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
` [PATCH v2 13/23] hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
` [PATCH v2 14/23] hw/gpio/mpc8xxx: "
` [PATCH v2 15/23] hw/ppc/mpc8544_guts: "
` [PATCH v2 16/23] hw/net/fsl_etsec/etsec: "
` [PATCH v2 17/23] hw/intc: Guard openpic_kvm.c by dedicated OPENPIC_KVM Kconfig switch
` [PATCH v2 18/23] hw/sd/sdhci: Prefer DEFINE_TYPES() macro
` [PATCH v2 19/23] hw/block/pflash_cfi01: "
` [PATCH v2 20/23] hw/i2c/smbus_eeprom: "
` [PATCH v2 21/23] hw/rtc/ds1338: "
` [PATCH v2 22/23] hw/usb/hcd-ehci-sysbus: "
` [PATCH v2 23/23] hw/vfio/platform: Let vfio_start_eventfd_injection() take VFIOPlatformDevice pointer

[PATCH v3 0/5] linux-user: Trace sendto/recvfrom
 2024-10-05 18:31 UTC  (7+ messages)
` [PATCH v3 1/5] linux-user: Correct print_sockaddr() format
` [PATCH v3 5/5] linux-user: Add strace for recvfrom()

[PATCH] linux-user: Trace wait4()'s and waitpid()'s wstatus
 2024-10-05 18:04 UTC  (3+ messages)

[PATCH v9 0/2] linux-user: add openat2 support in linux-user
 2024-10-05 17:47 UTC  (2+ messages)

[PATCH] meson: ensure we enable CMPXCHG128 on x86_64
 2024-10-05 17:44 UTC  (7+ messages)

[PATCH] linux-user: Fix parse_elf_properties GNU0_MAGIC check
 2024-10-05 17:09 UTC  (2+ messages)

{PATCH] accel/tcg: Fix CPU specific unaligned behaviour
 2024-10-05 16:55 UTC  (4+ messages)

[PATCH] meson: fix machine option for x86_version
 2024-10-05 16:18 UTC  (4+ messages)

[PATCH v3 0/2] Drop ignore_memory_transaction_failures for xilink_zynq
 2024-10-05 16:06 UTC  (3+ messages)
` [PATCH v3 1/2] xilink_zynq: Add various missing unimplemented devices
` [PATCH v3 2/2] xilink-zynq-devcfg: Fix up for memory address range size not set correctly

[PATCH 00/20] accel/tcg: Introduce tlb_fill_align hook
 2024-10-05 15:25 UTC  (21+ messages)
` [PATCH 01/20] accel/tcg: Assert noreturn from write-only page for atomics
` [PATCH 02/20] accel/tcg: Expand tlb_fill for 3 callers
` [PATCH 03/20] include/exec/memop: Move get_alignment_bits from tcg.h
` [PATCH 04/20] include/exec/memop: Rename get_alignment_bits
` [PATCH 05/20] include/exec/memop: Introduce memop_atomicity_bits
` [PATCH 06/20] hw/core/tcg-cpu-ops: Introduce tlb_fill_align hook
` [PATCH 07/20] accel/tcg: Use the "
` [PATCH 08/20] target/hppa: Add MemOp argument to hppa_get_physical_address
` [PATCH 09/20] target/hppa: Perform access rights before protection id check
` [PATCH 10/20] target/hppa: Fix priority of T, D, and B page faults
` [PATCH 11/20] target/hppa: Handle alignment faults in hppa_get_physical_address
` [PATCH 12/20] target/hppa: Add hppa_cpu_tlb_fill_align
` [PATCH 13/20] target/arm: Pass MemOp to get_phys_addr
` [PATCH 14/20] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc
` [PATCH 15/20] target/arm: Pass MemOp to get_phys_addr_gpc
` [PATCH 16/20] target/arm: Pass MemOp to get_phys_addr_nogpc
` [PATCH 17/20] target/arm: Pass MemOp through get_phys_addr_twostage
` [PATCH 18/20] target/arm: Pass MemOp to get_phys_addr_lpae
` [PATCH 19/20] target/arm: Move device detection earlier in get_phys_addr_lpae
` [PATCH 20/20] target/arm: Fix alignment fault priority "

[PATCH 0/3] Split TYPE_GPIOPWR and reuse in E500 machines
 2024-10-05 10:11 UTC  (3+ messages)

[PATCH v2 0/2] Reuse TYPE_GPIO_PWR in ppce500 machine
 2024-10-05 10:02 UTC  (3+ messages)
` [PATCH v2 1/2] MAINTAINERS: Add hw/gpio/gpio_pwr.c
` [PATCH v2 2/2] hw/ppc/e500: Reuse TYPE_GPIO_PWR

[PATCH 00/16] UI-related fixes & shareable 2d memory with -display dbus
 2024-10-05  8:59 UTC  (11+ messages)
` [PATCH 05/16] ui/dbus: fix filtering all update messages
` [PATCH 07/16] ui/dbus: discard pending CursorDefine on new one
` [PATCH 09/16] ui/pixman: generalize shared_image_destroy
` [PATCH 12/16] ui/surface: allocate shared memory on !win32
` [PATCH 16/16] tests: add basic -display dbus Map.Unix test

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-10-05  8:15 UTC  (3+ messages)
` [PATCH v5 54/65] q35: Introduce smm_ranges property for q35-pci-host

[PATCH] net/slirp: introduce slirp_os_socket to stay compatible with libslirp past 4.8.0
 2024-10-05  7:07 UTC 

[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
 2024-10-05  6:14 UTC  (15+ messages)
` [PATCH v3 06/14] hw: Add vmapple subdir
` [PATCH v3 07/14] hw/misc/pvpanic: Add MMIO interface
` [PATCH v3 08/14] hvf: arm: Ignore writes to CNTP_CTL_EL0
` [PATCH v3 11/14] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v3 13/14] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v3 14/14] hw/vmapple/vmapple: Add vmapple machine type

[PATCH] virtio-gpu: Add definition for resource_uuid feature
 2024-10-05  5:40 UTC  (2+ messages)

[PATCH v2 00/25] misc: Use explicit endian LD/ST API
 2024-10-05  1:39 UTC  (44+ messages)
` [PATCH v2 01/25] gdbstub/helpers: Have ldtul_p() definition use ldn_p()
` [PATCH v2 02/25] target/hexagon: Replace ldtul_p() -> ldl_p()
` [PATCH v2 03/25] target/alpha: Replace ldtul_p() -> ldq_p()
` [PATCH v2 04/25] target/s390x: "
` [PATCH v2 05/25] gdbstub/helpers: Introduce ldtul_$endian_p() helpers
` [PATCH v2 06/25] target/alpha: Use explicit little-endian LD/ST API
` [PATCH v2 07/25] target/hexagon: "
` [PATCH v2 08/25] hw/i386: "
` [PATCH v2 09/25] target/i386: "
` [PATCH v2 10/25] target/avr: "
` [PATCH v2 11/25] linux-user/i386: "
` [PATCH v2 12/25] target/loongarch: "
` [PATCH v2 13/25] target/sh4: "
` [PATCH v2 14/25] target/tricore: "
` [PATCH v2 15/25] target/rx: "
` [PATCH v2 16/25] target/riscv: "
` [PATCH v2 17/25] hw/m68k: Use explicit big-endian "
` [PATCH v2 18/25] target/m68k: "
` [PATCH v2 19/25] hw/sparc: "
` [PATCH v2 20/25] target/sparc: "
` [PATCH v2 21/25] target/hppa: "
` [PATCH v2 22/25] hw/s390x: "
` [PATCH v2 23/25] target/s390x: "
` [PATCH v2 24/25] target/openrisc: "
` [PATCH v2 25/25] hw/ppc/e500: "

[RFC PATCH] accel/tcg: add tracepoints for cpu_loop_exit_atomic
 2024-10-05  0:09 UTC  (2+ messages)

[PATCH v2] Add plugin bbvgen: basic block icounts for topblocks + simpoints
 2024-10-04 22:57 UTC 

[PULL 00/24] Build system and target/i386/translate.c cleanups for 2025-05-25
 2024-10-04 22:42 UTC  (4+ messages)
` [PULL 01/24] configure: move -mcx16 flag out of CPU_CFLAGS

[PATCH 0/3] target: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
 2024-10-04 20:57 UTC  (7+ messages)
` [PATCH 1/3] target/mips: "
` [PATCH 2/3] target/tricore: "
` [PATCH 3/3] target/ppc: "

[PATCH 0/2] Fix for multi-process gdbstub breakpoints
 2024-10-04 20:46 UTC  (3+ messages)
` [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions

[RFC v2 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
 2024-10-04 18:48 UTC  (4+ messages)
` [RFC v2 1/2] vhost-vdpa: Implement IOVA->GPA tree

[PULL 00/23] Trivial patches for 2024-10-04
 2024-10-04 18:26 UTC  (2+ messages)

[PATCH 1/4] STM32F4: new RCC device
 2024-10-04 18:23 UTC  (5+ messages)
` [PATCH 3/4] STM32: new GPIO device

[PING PATCH v5 0/3] Check clock connection between STM32L4x5 RCC and peripherals
 2024-10-04 18:23 UTC  (2+ messages)

[PATCH 1/3] hw/intc/arm_gicv3: Add cast to match the documentation
 2024-10-04 18:16 UTC  (2+ messages)

[PATCH] tests/functional: Fix hash validation
 2024-10-04 17:53 UTC  (2+ messages)

[PATCH v3] tests/qtest: Add XIVE tests for the powernv10 machine
 2024-10-04 17:50 UTC 

[PATCH 00/16] misc: Use explicit endian LD/ST API
 2024-10-04 17:32 UTC  (9+ messages)
` [PATCH 06/16] hw/m68k: Use explicit big-endian "
` [PATCH 07/16] target/m68k: "
` [PATCH 11/16] hw/sparc: "
` [PATCH 12/16] target/sparc: "

[PATCH] hw/arm/omap1: Remove unused omap_uwire_attach() method
 2024-10-04 17:18 UTC  (2+ messages)

[PATCH 0/8] hw/core/cpu: Expose cpu_is_big_endian() method
 2024-10-04 17:01 UTC  (7+ messages)
` [PATCH 2/8] hw/core/cpu: Introduce CPUClass::is_big_endian() handler
` [PATCH 7/8] target/ppc: Register CPUClass::is_big_endian
` [PATCH 8/8] hw/core/cpu: Expose cpu_is_big_endian() method

[PATCH v9 0/7] blockdev-replace
 2024-10-04 17:01 UTC  (4+ messages)
` [PATCH v9 4/7] qapi: add blockdev-replace command

[PULL 00/23] Misc patches for 2024-10-04
 2024-10-04 16:34 UTC  (24+ messages)
` [PULL 01/23] target/i386: Delete duplicated macro definition CR4_FRED_MASK
` [PULL 02/23] target/i386: Add VMX control bits for nested FRED support
` [PULL 03/23] target/i386: Raise the highest index value used for any VMCS encoding
` [PULL 04/23] tests/unit: remove block layer code from test-nested-aio-poll
` [PULL 05/23] hw/i386/pc: Add a description for the i8042 property
` [PULL 06/23] kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
` [PULL 07/23] kvm/i386: fix return values of is_host_cpu_intel()
` [PULL 08/23] kvm: replace fprintf with error_report()/printf() in kvm_init()
` [PULL 09/23] kvm/i386: refactor kvm_arch_init and split it into smaller functions
` [PULL 10/23] kvm/i386: replace identity_base variable with a constant
` [PULL 11/23] kvm: refactor core virtual machine creation into its own function
` [PULL 12/23] target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest
` [PULL 13/23] hw: Remove unused inclusion of hw/char/serial.h
` [PULL 14/23] hw/char/serial.h: Extract serial-isa.h
` [PULL 15/23] hw/char: Extract serial-mm
` [PULL 16/23] 9p: remove 'proxy' filesystem backend driver
` [PULL 17/23] minikconf: print error entirely on stderr
` [PULL 18/23] accel/kvm: refactor dirty ring setup
` [PULL 19/23] kvm: Allow kvm_arch_get/put_registers to accept Error**
` [PULL 20/23] target/i386/kvm: Report which action failed in kvm_arch_put/get_registers
` [PULL 21/23] qom: rename object_resolve_path_type() "ambiguousp"
` [PULL 22/23] qom: set *ambiguous on all paths
` [PULL 23/23] qom: update object_resolve_path*() documentation


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