messages from 2023-10-20 07:40:41 to 2023-10-20 17:01:35 UTC [more...]
[PATCH v2 0/4] stm32f2xx_usart: implement TX interrupts
2023-10-20 17:00 UTC (2+ messages)
` [PATCH v2 3/4] hw/char/stm32f2xx_usart: Update IRQ when DR is written
[PATCH 00/19] cpus: Step toward removing global 'first_cpu'
2023-10-20 16:53 UTC (21+ messages)
` [RFC PATCH 01/19] cpus: Add argument to qemu_get_cpu() to filter CPUs by QOM type
` [PATCH 02/19] cpus: Filter for target specific CPU (generic)
` [PATCH 03/19] cpus: Filter for target specific CPU (arm)
` [PATCH 04/19] cpus: Filter for target specific CPU (loongarch)
` [PATCH 05/19] cpus: Filter for target specific CPU (mips)
` [PATCH 06/19] cpus: Filter for target specific CPU (s390x)
` [PATCH 07/19] cpus: Filter for target specific CPU (riscv)
` [PATCH 08/19] cpus: Filter for target specific CPU (ppc)
` [PATCH 09/19] cpus: Filter for target specific CPU (x86)
` [PATCH 10/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_ARM_CPU)
` [PATCH 11/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_POWERPC_CPU)
` [PATCH 12/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_MIPS_CPU)
` [PATCH 13/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_M68K_CPU)
` [PATCH 14/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_S390X_CPU)
` [PATCH 15/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_RISCV_CPU)
` [PATCH 16/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_TRICORE_CPU)
` [PATCH 17/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_SUPERH_CPU)
` [PATCH 18/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_RX_CPU)
` [PATCH 19/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_X86_CPU)
[PATCH] cpu/cpuid: check CPUID_PAE to determine 36 bit processor address space
2023-10-20 16:52 UTC (6+ messages)
[PATCH 0/2] misc/pca9552: Changes to support powernv10
2023-10-20 16:32 UTC (5+ messages)
` [PATCH 1/2] misc/pca9552: Fix inverted input status
alpha toolchain broken for static builds in bookworm?
2023-10-20 16:26 UTC (2+ messages)
[PULL 0/3] QAPI patches patches for 2023-10-19
2023-10-20 16:06 UTC (2+ messages)
[PULL 00/11] C3700 patches
2023-10-20 16:07 UTC (2+ messages)
[PULL 00/17] Migration 20231020 patches
2023-10-20 16:07 UTC (2+ messages)
[PULL v2 00/24] s390x patches
2023-10-20 16:07 UTC (2+ messages)
[PULL 00/46] Misc HW/UI patches for 2023-10-19
2023-10-20 16:06 UTC (3+ messages)
[PULL 00/11] Migration 20231018 patches
2023-10-19 18:51 UTC (2+ messages)
[PULL 00/14] linux-user patch queue
2023-10-19 18:51 UTC (2+ messages)
[PULL 00/24] target-arm queue
2023-10-20 16:06 UTC (2+ messages)
[PULL v2 00/78] virtio,pc,pci: features, cleanups
2023-10-20 16:00 UTC (2+ messages)
[PATCH 1/1] stm32f2xx_usart: implement TX interrupts
2023-10-20 15:59 UTC (4+ messages)
[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
2023-10-20 16:08 UTC (6+ messages)
` [PATCH v2 12/16] target: Move ArchCPUClass definition to 'cpu.h'
[PATCH] tests/tcg: fix out-of-bounds access in test-avx
2023-10-20 15:37 UTC (2+ messages)
[v2 0/6] dirtylimit: miscellaneous patches
2023-10-20 15:23 UTC (7+ messages)
` [v2 1/6] system/dirtylimit: Fix a race situation
` [v2 2/6] system/dirtylimit: Drop the reduplicative check
` [v2 3/6] tests: Add migration dirty-limit capability test
` [v2 4/6] tests/migration: Introduce dirty-ring-size option into guestperf
` [v2 5/6] tests/migration: Introduce dirty-limit "
` [v2 6/6] docs/migration: Add the dirty limit section
QEMU features useful for Xen development?
2023-10-20 15:15 UTC (7+ messages)
[PATCH 0/3] hvf x86 correctness and efficiency improvements
2023-10-20 15:12 UTC (8+ messages)
` [PATCH 2/3] i386: hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
[PATCH v2 0/3] hw/s390x: Don't call register_savevm_live() during instance_init()
2023-10-20 15:05 UTC (4+ messages)
` [PATCH v2 1/3] hw/s390x/s390-skeys: "
` [PATCH v2 2/3] hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property
` [PATCH v2 3/3] hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()
[PATCH 0/6] hw/m68k: Strengthen QOM/SysBus API uses
2023-10-20 15:06 UTC (7+ messages)
` [PATCH 1/6] hw/m68k/irqc: Pass CPU using QOM link property
` [PATCH 2/6] hw/m68k/mcf5206: "
` [PATCH 3/6] hw/m68k/mcf_intc: Expose MMIO region via SysBus API
` [PATCH 4/6] hw/m68k/mcf_intc: Pass CPU using QOM link property
` [PATCH 5/6] hw/m68k/next-cube: Do not open-code sysbus_create_simple()
` [PATCH 6/6] hw/m68k/virt: "
[PATCH v2 00/13] migration: Check for duplicates on vmstate_register()
2023-10-20 15:08 UTC (24+ messages)
` [PATCH v2 01/13] migration: Create vmstate_register_any()
` [PATCH v2 02/13] migration: Use vmstate_register_any()
` [PATCH v2 03/13] migration: Use vmstate_register_any() for isa-ide
` [PATCH v2 04/13] migration: Use vmstate_register_any() for ipmi-bt*
` [PATCH v2 05/13] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
` [PATCH v2 06/13] migration: Use VMSTATE_INSTANCE_ID_ANY for s390 devices
` [PATCH v2 07/13] migration: Hack to maintain backwards compatibility for ppc
` [PATCH v2 08/13] migration: vmstate_register() check that instance_id is valid
` [PATCH v2 09/13] migration: Check in savevm_state_handler_insert for dups
` [PATCH v2 10/13] migration: Improve example and documentation of vmstate_register()
` [PATCH v2 11/13] migration: Use vmstate_register_any() for audio
` [PATCH v2 12/13] migration: Use vmstate_register_any() for eeprom93xx
` [PATCH v2 13/13] migration: Use vmstate_register_any() for vmware_vga
[PATCH 0/3] target/i386/hvf: Style cleanup
2023-10-20 15:15 UTC (7+ messages)
` [PATCH 1/3] target/i386/hvf: Use CPUState typedef
` [PATCH 2/3] target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
` [PATCH 3/3] target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
[PULL v2 00/29] tcg patch queue
2023-10-20 15:00 UTC (2+ messages)
` [PULL v2 18/29] tcg/i386: Use tcg_use_softmmu
[PATCH] hw/ipmi: Don't call vmstate_register() from instance_init() functions
2023-10-20 14:55 UTC
[PATCH v2 00/12] hw: Strengthen SysBus & QBus API
2023-10-20 14:21 UTC (3+ messages)
` [PATCH v2 09/12] hw/s390x/css-bridge: Realize sysbus device before accessing it
[PATCH 0/3] hw/s390x: Don't call register_savevm_live() during instance_init()
2023-10-20 14:05 UTC (7+ messages)
` [PATCH 1/3] hw/s390x/s390-skeys: "
` [PATCH 2/3] hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property
` [PATCH 3/3] hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()
[PATCH] MAINTAINERS: Fix a couple s390 paths
2023-10-20 14:29 UTC (4+ messages)
[PATCH V1 0/4] Live Update reboot mode
2023-10-20 14:09 UTC (13+ messages)
` [PATCH V1 1/4] migration: mode parameter
` [PATCH V1 2/4] migration: per-mode blockers
` [PATCH V1 3/4] cpr: relax some blockers
` [PATCH V1 4/4] cpr: reboot mode
[PATCH] linux-user/riscv: change default cpu to 'max'
2023-10-20 14:08 UTC (2+ messages)
deadlock when using iothread during backup_clean()
2023-10-20 13:52 UTC (13+ messages)
[PULL 0/3] VFIO updates 2023-05-09
2023-10-20 13:32 UTC (3+ messages)
` [PULL 1/3] vfio/pci: add support for VF token
[PATCH v14 00/14] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-10-20 13:31 UTC (6+ messages)
` [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress'
[PATCH v2 00/22] qapi: Kill 'qapi/qmp/qerror.h' for good
2023-10-20 13:15 UTC (17+ messages)
` [PATCH v2 10/22] qapi: Correct error message for 'vcpu_dirty_limit' parameter
` [PATCH v2 11/22] qapi: Inline QERR_INVALID_PARAMETER_VALUE definition (constant value)
` [PATCH v2 14/22] qapi: Inline and remove QERR_IO_ERROR definition
` [PATCH v2 16/22] qapi: Inline QERR_MISSING_PARAMETER definition (constant parameter)
` [PATCH v2 18/22] qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition
` [PATCH v2 19/22] qapi: Inline and remove QERR_PROPERTY_VALUE_OUT_OF_RANGE definition
` [PATCH v2 20/22] qapi: Inline and remove QERR_QGA_COMMAND_FAILED definition
[PATCH v3 0/9] hw/arm/pxa2xx: SysBus/QDev fixes
2023-10-20 13:03 UTC (10+ messages)
` [PATCH v3 1/9] hw/sd/pxa2xx: Realize sysbus device before accessing it
` [PATCH v3 2/9] hw/sd/pxa2xx: Do not open-code sysbus_create_simple()
` [PATCH v3 3/9] hw/pcmcia/pxa2xx: Realize sysbus device before accessing it
` [PATCH v3 4/9] hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple()
` [PATCH v3 5/9] hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()
` [PATCH v3 6/9] hw/intc/pxa2xx: Convert to Resettable interface
` [PATCH v3 7/9] hw/intc/pxa2xx: Pass CPU reference using QOM link property
` [PATCH v3 8/9] hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init()
` [PATCH v3 9/9] hw/arm/pxa2xx: Realize PXA2XX_I2C device before accessing it
[PATCH v2] semihosting: fix memleak at semihosting_arg_fallback
2023-10-20 12:55 UTC (2+ messages)
[PULL v3 00/46] Misc HW/UI patches for 2023-10-19
2023-10-20 12:55 UTC (2+ messages)
` [PULL v3 06/46] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
[PULL v2 06/46] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
2023-10-20 12:55 UTC (2+ messages)
` [PULL v2 00/46] Misc HW/UI patches for 2023-10-19
[RFC PATCH v2 0/6] migration/multifd: Locking changes
2023-10-20 12:48 UTC (16+ messages)
` [RFC PATCH v2 1/6] migration/multifd: Remove channels_ready semaphore
[PATCH] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
2023-10-20 12:47 UTC (3+ messages)
[PATCH 0/7] tcg: Expose tcg_gen_ext_{i32,i64,tl}
2023-10-20 12:42 UTC (3+ messages)
` [PATCH 6/7] target/tricore: Use tcg_gen_*extract_tl
[PATCH 00/17] kvm: drop support for really old kernels
2023-10-20 12:31 UTC (9+ messages)
` [PATCH 01/17] kvm: remove unnecessary stub
` [PATCH 02/17] kvm: require KVM_CAP_INTERNAL_ERROR_DATA
` [PATCH 04/17] kvm: require KVM_CAP_IRQFD for kernel irqchip
` [PATCH 08/17] kvm: unify listeners for PIO address space
[PATCH v4 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-10-20 12:17 UTC (2+ messages)
[PATCH v3 00/12] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
2023-10-20 11:49 UTC (7+ messages)
` [PATCH v3 02/12] hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
` [PATCH v3 10/12] hw/riscv/virt: Update GPEX MMIO related properties
` [PATCH v3 12/12] hw/riscv/virt-acpi-build.c: Add PLIC in MADT
[PATCH 0/6] target: Use env_archcpu() instead of ARCH_CPU(env_cpu(env))
2023-10-20 11:12 UTC (6+ messages)
` [PATCH 5/6] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
` [PATCH 6/6] target/i386: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
[PATCH v3 0/5] hw/audio/pcspk: Inline pcspk_init()
2023-10-20 10:54 UTC (6+ messages)
` [PATCH v3 1/5] hw/i386/pc: Pass Error** argument to pc_basic_device_init()
` [PATCH v3 2/5] hw/i386/pc: Propagate error if HPET device creation failed
` [PATCH v3 3/5] hw/i386/pc: Inline legacy pcspk_init() in pc_basic_device_init()
` [PATCH v3 4/5] hw/isa/i82378: Inline legacy pcspk_init()
` [PATCH v3 5/5] hw/mips/jazz: Inline and remove "
[PATCH 00/13] migration: Check for duplicates on vmstate_register()
2023-10-20 10:21 UTC (18+ messages)
` [PATCH 07/13] RFC migration: icp/server is a mess
` [PATCH 10/13] migration: Improve example and documentation of vmstate_register()
[PULL 00/54] riscv-to-apply queue
2023-10-20 10:10 UTC (5+ messages)
` [PULL 12/54] target/riscv: deprecate the 'any' CPU type
[PATCH v2] hw/audio/pcspk: Inline pcspk_init()
2023-10-20 10:02 UTC (6+ messages)
[PATCH 0/2] igb: Add FLR support
2023-10-20 9:41 UTC (5+ messages)
` [PATCH 2/2] igb: Add Function Level Reset to PF and VF
[PULL 00/25] s390x patches
2023-10-20 9:26 UTC (6+ messages)
` [PULL 06/25] s390x/cpu topology: resetting the Topology-Change-Report
[PATCH v5 0/6] virtio: cleanup vhost-user-generic and reduce c&p
2023-10-20 9:03 UTC (6+ messages)
` [PATCH v5 5/6] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
[PATCH v2 0/4] Allow user enable/disable LSX/LASX
2023-10-20 8:56 UTC (4+ messages)
` [PATCH v2 2/4] target/loongarch: Add cpu feature flags
[PATCH v3 0/3] Allow user enable/disable LSX/LASX
2023-10-20 8:49 UTC (4+ messages)
` [PATCH v3 1/3] target/loongarch: Add cpu model 'max'
` [PATCH v3 2/3] target/loongarch: Allow user enable/disable LSX/LASX features
` [PATCH v3 3/3] target/loongarch: Implement query-cpu-model-expansion
[PATCH 0/3] fix a few blockjob-related deadlocks when using iothread
2023-10-20 8:46 UTC (3+ messages)
` [PATCH 3/3] blockdev: mirror: avoid potential deadlock "
[PATCH v2 00/27] vfio: Adopt iommufd
2023-10-20 8:28 UTC (10+ messages)
` [PATCH v2 02/27] vfio: Introduce base object for VFIOContainer and targetted interface
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).