qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-20 16:09:30 to 2024-09-23 16:26:21 UTC [more...]

[PATCH 00/18] Stop all qemu-cpu threads on a breakpoint
 2024-09-23 16:13 UTC  (12+ 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 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 08/18] replay: Add replay_mutex_{lock, unlock}() stubs for qemu-user
` [PATCH 09/18] qemu-timer: Provide qemu_clock_enable() stub "
` [PATCH 14/18] cpu: Introduce cpu_is_paused()
` [PATCH 15/18] cpu: Set current_cpu early in qemu-user
` [PATCH 17/18] gdbstub: Pause all CPUs before sending stop replies

[PATCH v1 0/1] block/file-posix: Avoid maybe-uninitialized warning
 2024-09-23 16:06 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH for-9.1 0/9] Switch to glib URI parsing code
 2024-09-23 16:03 UTC  (5+ messages)
` [PATCH for-9.1 6/9] block/nbd: Use URI parsing code from glib

[PATCH] hw/xen: Remove deadcode
 2024-09-23 16:00 UTC  (3+ messages)

[PATCH v1 00/14] s390x: virtio-mem support
 2024-09-23 15:39 UTC  (10+ messages)
` [PATCH v1 01/14] s390x/s390-virtio-ccw: don't crash on weird RAM sizes
` [PATCH v1 06/14] s390x: introduce s390_get_memory_limit()

Using ubuntu24.4 system qemu-system-aarch64 +gdb-multiarch to debug the kernel, setting breakpoints cannot be stopped
 2024-09-23 14:36 UTC 

[PATCH v2 0/4] hw/arm: xenpvh: Enable PCI for ARM PVH
 2024-09-23 14:55 UTC  (5+ messages)
` [PATCH v2 1/4] hw/xen: Expose handle_bufioreq in xen_register_ioreq
` [PATCH v2 2/4] hw/xen: xenpvh: Disable buffered IOREQs for ARM
` [PATCH v2 3/4] hw/xen: xenpvh: Add pci-intx-irq-base property
` [PATCH v2 4/4] hw/arm: xenpvh: Enable PCI for ARM PVH

[PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring
 2024-09-23 14:43 UTC  (5+ messages)

[PATCH v7 0/4] Add full zoned storage emulation to qcow2 driver
 2024-09-23 13:57 UTC  (8+ messages)
` [PATCH v7 3/4] qcow2: add zoned emulation capability

[PATCH v4 0/2] target/loongarch: Add loongson binary translation feature
 2024-09-23 13:02 UTC  (6+ messages)
` [PATCH v4 2/2] target/loongarch: Implement lbt registers save/restore function

[PATCH] target/loongarch/kvm: Implement LoongArch PMU extension
 2024-09-23 12:39 UTC  (2+ messages)

[PATCH v2 0/5] Interrupt Remap support for emulated amd viommu
 2024-09-23 12:05 UTC  (11+ messages)
` [PATCH v2 2/5] amd_iommu: Add support for pass though mode
` [PATCH v2 4/5] amd_iommu: Send notification when invaldate interrupt entry cache
` [PATCH v2 5/5] amd_iommu: Check APIC ID > 255 for XTSup

[PATCH] target/arm: Avoid target_ulong for physical address lookups
 2024-09-23 11:37 UTC  (3+ messages)

[PATCH v2 1/2] hw/intc/grlib_irqmp: add support for extended interrupts
 2024-09-23 11:21 UTC  (4+ messages)
` [PATCH v2 2/2] hw/sparc/leon3: add second uart with extended interrupt usage

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

[PATCH 0/3] Split TYPE_GPIOPWR and reuse in E500 machines
 2024-09-23 10:15 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Add hw/gpio/gpio_pwr.c
` [PATCH 2/3] hw/gpio/gpio_pwr: Split into separate gpio_poweroff and gpio_restart devices
` [PATCH 3/3] hw/ppc/e500: Reuse TYPE_GPIO_POWEROFF

[PATCH v4 00/12] tcg/riscv: Add support for vector
 2024-09-23 10:10 UTC  (15+ messages)
` [PATCH v4 02/12] tcg/riscv: Add basic "
` [PATCH v4 03/12] tcg/riscv: Add vset{i}vli and ld/st vec ops

[PATCH v3 00/11] support I2C for AST2700
 2024-09-23  9:59 UTC  (6+ messages)
` [SPAM] "

[PATCH 0/5] Support GPIO for AST2700
 2024-09-23  9:42 UTC  (6+ messages)
` [PATCH 1/5] hw/gpio/aspeed: Fix coding style
` [PATCH 2/5] hw/gpio/aspeed: Support to set the different memory size
` [PATCH 3/5] hw/gpio/aspeed: Support different memory region ops
` [PATCH 4/5] hw/gpio/aspeed: Add AST2700 support
` [PATCH 5/5] aspeed/soc: Support GPIO for AST2700

[PATCH] testing: bump mips64el cross to bookworm and allow to fail
 2024-09-23  8:15 UTC 

[PATCH] hw/nvme: clear masked events from the aer queue
 2024-09-23  7:56 UTC  (2+ messages)

[PATCH] typo: Fix description of '--disable-debug-info'
 2024-09-23  7:01 UTC  (2+ messages)

[RFC PATCH] ppc/spapr: Change printf format to %HWADDR_PRId for MIN_RMA_SLOF
 2024-09-23  6:59 UTC  (3+ messages)

[PATCH v2] Add -build-info and -build-info-json CLI arguments
 2024-09-23  6:05 UTC 

[PATCH] Add -build-info and -build-info-json CLI arguments
 2024-09-23  6:00 UTC 

[PATCH 0/2] Fix secondary CPU reset for Xilinx Zynq 7000
 2024-09-23  3:56 UTC  (3+ messages)
` [PATCH 1/2] hw/arm/boot: Use hooks if PSCI is disabled
` [PATCH 2/2] hw/arm/xilinx_zynq: Add CPU1 reset

[PATCH] migration/multifd: receive channel socket needs to be set to non-blocking
 2024-09-23  1:33 UTC  (3+ messages)
  ` 回复: "

[PATCH 0/6] refactor RDMA live migration based on rsocket API
 2024-09-23  1:04 UTC  (5+ messages)

[PATCH 0/3] Fix WinXP ISO boot using the dc390/am53C974 SCSI device
 2024-09-22 19:30 UTC  (5+ messages)
` [PATCH 1/3] tests/acpi: pc: allow DSDT acpi table changes
` [PATCH 2/3] hw/i386/acpi-build: return a non-var package from _PRT()
` [PATCH 3/3] tests/acpi: pc: update golden masters for DSDT

[PATCH v1 0/2] Drop ignore_memory_transaction_failures for xilink_zynq
 2024-09-22 13:24 UTC  (3+ messages)
` [PATCH v1 1/2] xilink_zynq: Add various missing unimplemented devices
` [PATCH v1 2/2] xilink-zynq-devcfg: Fix up for memory address range size not set correctly

[PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table
 2024-09-22 13:22 UTC  (5+ messages)

[PATCH 0/7] tests/functional: Convert the advent calendar tests
 2024-09-22 12:45 UTC  (6+ messages)
` [PATCH 4/7] tests/functional: Convert the SPARCStation Avocado test
` [PATCH 6/7] tests/functional: Convert the mac ppc Avocado tests

[PULL 00/31] tcg + linux-user patch queue
 2024-09-22 12:01 UTC  (32+ messages)
` [PULL 01/31] tcg: Return TCGOp from tcg_gen_op[1-6]
` [PULL 02/31] tcg: Propagate new TCGOp to add_as_label_use
` [PULL 03/31] tcg: Fix iteration step in 32-bit gvec operation
` [PULL 04/31] tcg: Export vec_gen_6
` [PULL 05/31] tcg/i386: Split out tcg_out_vex_modrm_type
` [PULL 06/31] tcg/i386: Do not expand cmp_vec early
` [PULL 07/31] tcg/i386: Do not expand cmpsel_vec early
` [PULL 08/31] tcg/ppc: Do not expand cmp_vec early
` [PULL 09/31] tcg/s390x: "
` [PULL 10/31] tcg/optimize: Fold movcond with true and false values identical
` [PULL 11/31] tcg/optimize: Optimize cmp_vec and cmpsel_vec
` [PULL 12/31] tcg/optimize: Optimize bitsel_vec
` [PULL 13/31] tcg/i386: Optimize cmpsel with constant 0 operand 3
` [PULL 14/31] tcg/i386: Implement cmp_vec with avx512 insns
` [PULL 15/31] tcg/i386: Add predicate parameters to tcg_out_evex_opc
` [PULL 16/31] tcg/i386: Implement cmpsel_vec with avx512 insns
` [PULL 17/31] tcg/i386: Implement vector TST{EQ,NE} for avx512
` [PULL 18/31] tcg/ppc: Implement cmpsel_vec
` [PULL 19/31] tcg/ppc: Optimize cmpsel with constant 0/-1 arguments
` [PULL 20/31] tcg/s390x: Implement cmpsel_vec
` [PULL 21/31] tcg/s390x: Optimize cmpsel with constant 0/-1 arguments
` [PULL 22/31] target/ppc: Fix lxvx/stxvx facility check
` [PULL 23/31] linux-user: update syscall_nr.h to Linux v6.10
` [PULL 24/31] linux-user, mips: update syscall-args-o32.c.inc "
` [PULL 25/31] linux-user: update syscall.tbl "
` [PULL 26/31] linux-user,aarch64: move to syscalltbl file
` [PULL 27/31] linux-user,openrisc: "
` [PULL 28/31] linux-user,riscv: "
` [PULL 29/31] linux-user,hexagon: "
` [PULL 30/31] linux-user,loongarch: "
` [PULL 31/31] linux-user: update syscall.tbl to Linux v6.11

[PATCH 0/6] linux-user: move all remaining archs to syscalltbl
 2024-09-22 11:54 UTC  (2+ messages)

[PATCH 0/3] linux-user: Update syscall numbers
 2024-09-22 11:54 UTC  (2+ messages)

[PATCH v6 0/8] AWS Nitro Enclave emulation support
 2024-09-22  9:51 UTC  (3+ messages)

[PATCH v7 0/5] AWS Nitro Enclave emulation support
 2024-09-22  9:44 UTC  (6+ messages)
` [PATCH v7 1/5] tests/lcitool: Update libvirt-ci and add libcbor dependency
` [PATCH v7 2/5] device/virtio-nsm: Support for Nitro Secure Module device
` [PATCH v7 3/5] hw/core: Add Enclave Image Format (EIF) related helpers
` [PATCH v7 4/5] machine/nitro-enclave: New machine type for AWS Nitro Enclaves
` [PATCH v7 5/5] docs/nitro-enclave: Documentation for nitro-enclave machine type

[PATCH v6 0/1] linux-user: add openat2 support in linux-user
 2024-09-22  7:25 UTC  (3+ messages)
` [PATCH v6 1/1] "

[PATCH] contrib/plugins: ensure build does not pick up a system copy of plugin header
 2024-09-22  6:39 UTC  (4+ messages)

[PATCH] target/ppc: Fix lxvx/stxvx facility check
 2024-09-22  4:56 UTC  (6+ messages)

[PATCH] configs: Fix typo in the sh4-softmmu devices config file
 2024-09-22  4:34 UTC  (2+ messages)

RTC time could run slow 3s than host time when clock=vm & base=UTC
 2024-09-21 11:33 UTC 

[PATCH 00/10] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-09-21 12:21 UTC  (5+ messages)
` [PATCH 01/10] target/riscv: Add `ext_ssdbltrp` in RISCVCPUConfig
` [PATCH 06/10] target/riscv: Add `ext_smdbltrp` "

[PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
 2024-09-21 11:18 UTC  (2+ messages)

[RFC 0/1] Introduce vfio-cxl to support CXL type-2 device passthrough
 2024-09-21  7:14 UTC  (2+ messages)
` [RFC 1/1] vfio: support CXL device in VFIO stub

[PATCH v3] target-i386: Walk NPT in guest real mode
 2024-09-21  8:57 UTC 

[PATCH] hw/smbios: support for type 7 (cache information)
 2024-09-21  7:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] target-i386: Walk NPT in guest real mode
 2024-09-21  4:46 UTC  (2+ messages)

[PATCH 1/2] hw/intc/grlib_irqmp: add support for extended interrupts
 2024-09-20 22:56 UTC  (4+ messages)
` [PATCH 2/2] hw/sparc/leon3: add second uart with extended interrupt usage

[PATCH 1/2] hw/intc/grlib_irqmp: add support for extended interrupts
 2024-09-20 22:54 UTC  (2+ messages)
` [PATCH 2/2] hw/sparc/leon3: add second uart with extended interrupt usage

[PATCH 0/2] migration/multifd: Fix rb->receivedmap cleanup race
 2024-09-20 18:55 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 00/25] NXP i.MX RT595
 2024-09-20 18:09 UTC  (8+ messages)
` [PATCH 08/25] hw/i2c: add support for flexcomm i2c

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-20 17:09 UTC  (23+ messages)
` [PATCH v2 06/17] migration: Add save_live_complete_precopy_{begin, end} handlers
  ` [PATCH v2 06/17] migration: Add save_live_complete_precopy_{begin,end} handlers
` [PATCH v2 08/17] migration: Add load_finish handler and associated functions
` [PATCH v2 12/17] migration/multifd: Device state transfer support - send side

[PATCH] tests/migration-test: Wait for cancellation sooner in multifd cancel
 2024-09-20 16:23 UTC  (2+ 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).