messages from 2023-01-04 10:53:12 to 2023-01-05 02:35:43 UTC [more...]
[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
2023-01-05 2:34 UTC (25+ messages)
` [PATCH v2 1/6] include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()
` [PATCH v2 2/6] hw/isa/piix: Reuse piix3_realize() in piix3_xen_realize()
` [PATCH v2 3/6] hw/isa/piix: Wire up Xen PCI IRQ handling outside of PIIX3
` [PATCH v2 4/6] hw/isa/piix: Avoid Xen-specific variant of piix_write_config()
` [PATCH v2 5/6] hw/isa/piix: Resolve redundant k->config_write assignments
` [PATCH v2 6/6] hw/isa/piix: Resolve redundant TYPE_PIIX3_XEN_DEVICE
[PATCH v4 00/12] Compiler warning fixes for libvhost-user,libvduse
2023-01-05 1:58 UTC (2+ messages)
[PATCH v2 0/4] Clean up includes
2023-01-05 1:50 UTC (2+ messages)
[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
2023-01-05 1:27 UTC (5+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)
[PULL 00/47] tcg patch queue
2023-01-05 0:37 UTC (4+ messages)
` [PULL 47/47] tests/tcg/multiarch: add vma-pthread.c
Display update issue on M1 Macs
2023-01-04 23:24 UTC
[PATCH 0/6] hw/arm: Fix smpboot[] on big-endian hosts and remove tswap32()
2023-01-04 23:25 UTC (8+ messages)
` [PATCH 1/6] hw/arm/aspeed: Fix smpboot[] on big-endian hosts
[RFC PATCH 00/27] target/arm: Allow CONFIG_TCG=n builds
2023-01-04 22:24 UTC (31+ messages)
` [RFC PATCH 01/27] target/arm: Fix checkpatch comment style warnings in helper.c
` [RFC PATCH 02/27] target/arm: Fix checkpatch space errors "
` [RFC PATCH 03/27] target/arm: Fix checkpatch brace "
` [RFC PATCH 04/27] target/arm: Remove unused includes from m_helper.c
` [RFC PATCH 05/27] target/arm: Remove unused includes from helper.c
` [RFC PATCH 06/27] target/arm: cleanup cpu includes
` [RFC PATCH 07/27] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [RFC PATCH 08/27] target/arm: wrap psci call with tcg_enabled
` [RFC PATCH 09/27] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC PATCH 10/27] target/arm: Move PC alignment check
` [RFC PATCH 11/27] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC PATCH 12/27] target/arm: Add tcg/meson.build
` [RFC PATCH 13/27] target/arm: move translate modules to tcg/
` [RFC PATCH 14/27] target/arm: Move regime_using_lpae_format into internal.h
` [RFC PATCH 15/27] target/arm: move helpers to tcg/
` [RFC PATCH 16/27] target/arm: only build psci for TCG
` [RFC PATCH 17/27] target/arm: Extract cpustate list manipulation to a file
` [RFC PATCH 18/27] target/arm: Move cpregs code out of cpu.h
` [RFC PATCH 19/27] target/arm: Move common cpregs code into a separate file
` [RFC PATCH 20/27] target/arm: Move cpregs definitions into tcg/cpregs.c
` [RFC PATCH 21/27] target/arm: make further preparation for the exception code to move
` [RFC PATCH 22/27] target/arm: Move hflags code into the tcg directory
` [RFC PATCH 23/27] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC PATCH 24/27] tests: do not run qom-test "
` [RFC PATCH 25/27] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC PATCH 26/27] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [RFC PATCH 27/27] target/arm: don't access TCG code when debugging with KVM
[PULL v2 00/45] riscv-to-apply queue
2023-01-04 22:55 UTC (6+ messages)
` [PULL v2 03/45] hw/ssi/ibex_spi: implement `FIELD32_1CLEAR` macro
[PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
2023-01-04 22:04 UTC (21+ messages)
` [PATCH 01/20] hw/block: Pass DeviceState to pflash_cfi01_get_blk()
` [PATCH 02/20] hw/block: Use pflash_cfi01_get_blk() in pflash_cfi01_legacy_drive()
` [PATCH 03/20] hw/block: Pass DeviceState to pflash_cfi01_get_memory()
` [PATCH 04/20] hw/arm: Use generic DeviceState instead of PFlashCFI01
` [PATCH 05/20] hw/loongarch: "
` [PATCH 06/20] hw/riscv: "
` [PATCH 07/20] hw/i386: "
` [PATCH 08/20] hw/xtensa: "
` [PATCH 09/20] hw/block: Factor pflash_cfi01_create() out of pflash_cfi01_register()
` [PATCH 10/20] hw/arm: Open-code pflash_cfi01_register()
` [PATCH 11/20] hw/microblaze: "
` [PATCH 12/20] hw/mips: "
` [PATCH 13/20] hw/ppc: "
` [PATCH 14/20] hw/block: Remove unused pflash_cfi01_register()
` [PATCH 15/20] hw/block: Make PFlashCFI01 QOM declaration internal
` [PATCH 16/20] hw/block: Factor pflash_cfi02_create() out of pflash_cfi02_register()
` [PATCH 17/20] hw/arm: Open-code pflash_cfi02_register()
` [PATCH 18/20] hw/sh4: "
` [PATCH 19/20] hw/block: Remove unused pflash_cfi02_register()
` [PATCH 20/20] hw/block: Make PFlashCFI02 QOM declaration internal
[PATCH 0/3] block-ram-registrar: reset when the graph changes
2023-01-04 22:06 UTC (4+ messages)
` [PATCH 1/3] block: add BdrvChildClass->pre_detach() and ->post_attach()
` [PATCH 2/3] block-backend: add graph change notifier API
` [PATCH 3/3] block-ram-registrar: reset when the graph changes
[PATCH v7 0/7] Misc ppc/mac machines clean up
2023-01-04 21:59 UTC (8+ messages)
` [PATCH v7 1/7] input/adb: Only include header where needed
` [PATCH v7 2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine()
` [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
` [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs
` [PATCH v7 5/7] mac_newworld: Deprecate mac99 with G5 CPU
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
` [PATCH v7 7/7] mac_newworld: Document deprecation
[PATCH 0/3] python: testing fixes
2023-01-04 22:25 UTC (3+ messages)
[PATCH] .gitlab/issue_templates: Move suggestions into comments
2023-01-04 22:22 UTC (3+ messages)
[PATCH v4 00/30] This series consolidates the implementations of the PIIX3 and PIIX4 south
2023-01-04 22:22 UTC (13+ messages)
` [PATCH v4 06/30] hw/i386/pc_piix: Associate pci_map_irq_fn as soon as PCI bus is created
` [PATCH v4 12/30] hw/core: Introduce proxy-pic
` [PATCH] "
[PATCH] .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs
2023-01-04 22:01 UTC (4+ messages)
[PATCH v2] Hexagon (target/hexagon) implement mutability mask for GPRs
2023-01-04 21:50 UTC (6+ messages)
[PATCH] block-backend: fix virtio-scsi assertion failure with blk_drain_noref()
2023-01-04 21:37 UTC (2+ messages)
[PATCH] hw/timer/ibex: fix register addresses
2023-01-04 18:45 UTC
[PULL 0/5] Python patches
2023-01-04 21:04 UTC (6+ messages)
` [PULL 1/5] python/machine: Add debug logging to key state changes
` [PULL 2/5] python/machine: Handle termination cases without QMP
` [PULL 3/5] Python: fix flake8 config
` [PULL 4/5] iotests/check: Fix typing for sys.exit() value
` [PULL 5/5] python: add 3.11 to supported list
[PATCH v6] xen/pt: reserve PCI slot 2 for Intel igd-passthru
2023-01-04 20:47 UTC (5+ messages)
[PATCH v4] tests/qtest: netdev: test stream and dgram backends
2023-01-04 20:10 UTC (8+ messages)
[PATCH 0/6] enforce use of G_GNUC_PRINTF annotations
2023-01-04 19:46 UTC (3+ messages)
` [PATCH 3/6] tools/virtiofsd: add G_GNUC_PRINTF for logging functions
[PATCH] target/arm: Fix sve_probe_page
2023-01-04 19:36 UTC (2+ messages)
[PULL v2 0/6] testing updates
2023-01-04 18:56 UTC (2+ messages)
ARM: ptw.c:S1_ptw_translate
2023-01-04 18:35 UTC (2+ messages)
[PATCH 0/6] hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts
2023-01-04 18:20 UTC (9+ messages)
` [PATCH 1/6] hw/pci/pci_host: Trace config accesses on unexisting functions
` [PATCH 2/6] hw/mips/malta: Split FPGA LEDs/ASCII display updates
` [PATCH 3/6] hw/mips/malta: Trace "
` [PATCH 4/6] hw/mips/gt64xxx_pci: Accumulate address space changes
` [PATCH 5/6] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps
` [PATCH 6/6] tests/avocado: Add tests booting YAMON ROM on MIPS Malta machines
[PATCH 0/4] Qemu SEV reduced-phys-bits fixes
2023-01-04 18:13 UTC (2+ messages)
[PATCH v2 0/8] QEMU CXL Provide mock CXL events and irq support
2023-01-04 18:07 UTC (3+ messages)
` [PATCH v2 5/8] hw/cxl/events: Wire up get/clear event mailbox commands
[PATCH v2 0/4] target/m68k: fix FPSR quotient byte for fmod and frem
2023-01-04 18:04 UTC (10+ messages)
` [PATCH v2 1/4] target/m68k: pass quotient directly into make_quotient()
` [PATCH v2 2/4] target/m68k: pass sign "
` [PATCH v2 3/4] target/m68k: fix FPSR quotient byte for fmod instruction
` [PATCH v2 4/4] target/m68k: fix FPSR quotient byte for frem instruction
[PATCH 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
2023-01-04 16:49 UTC (9+ messages)
[PATCH] meson: allow disablind the installation of keymaps
2023-01-04 16:48 UTC (4+ messages)
[PULL 0/5] 9p queue 2022-12-23
2023-01-04 16:47 UTC (2+ messages)
[PATCH v3 00/18] ui: Move and clean up monitor command code
2023-01-04 16:19 UTC (3+ messages)
` [PATCH v3 02/18] ui: Fix silent truncation of numeric keys in HMP sendkey
[PATCH 1/1] vhost-scsi: fix memleak of vsc->inflight
2023-01-04 16:04 UTC
[PATCH v3] intel-iommu: Document iova_tree
2023-01-04 15:14 UTC (7+ messages)
[PATCH v2 0/3] Add OCP extended log to nvme QEMU
2023-01-04 14:43 UTC (3+ messages)
[PATCH] Update scripts/meson-buildoptions.sh
2023-01-04 14:39 UTC (2+ messages)
[RFC PATCH v5 00/52] Xen support under KVM
2023-01-04 14:35 UTC (10+ messages)
` [RFC PATCH v5 39/52] i386/xen: add monitor commands to test event injection
` [RFC PATCH v5 50/52] hw/xen: Add backend implementation of interdomain event channel support
` [RFC PATCH v5 51/52] hw/xen: Add xen_xenstore device for xenstore emulation
[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
2023-01-04 14:20 UTC (3+ messages)
` [RFC v4 1/3] rcu: introduce rcu_read_locked()
[PATCH v2 0/3] hw/isa/piix4: Remove MIPS Malta specific bits
2023-01-04 14:09 UTC (7+ messages)
` [PATCH v2 2/3] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
[PATCH] hw/net/can: Add mcp25625 model
2023-01-04 13:32 UTC (2+ messages)
[PATCH] A little fix for configure script
2023-01-04 12:51 UTC
[PATCH] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
2023-01-04 12:35 UTC (7+ messages)
[PATCH] hw/arm/smmuv3: Add GBPA register
2023-01-04 12:29 UTC (2+ messages)
[PATCH] tests/qemu-iotests/262: Check for availability of "blkverify" first
2023-01-04 12:25 UTC (2+ messages)
[PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
2023-01-04 12:24 UTC (2+ messages)
[PATCH 0/5] s390x/pv: Improve protected VM support
2023-01-04 11:51 UTC (6+ messages)
` [PATCH 1/5] confidential guest support: Introduce a 'check' class handler
` [PATCH 2/5] s390x/pv: Implement CGS check handler
` [PATCH 3/5] s390x/pv: Check for support on the host
` [PATCH 4/5] s390x/pv: Introduce a s390_pv_check() helper for runtime
` [PATCH 5/5] s390x/pv: Move check on hugepage under s390_pv_guest_check()
[PATCH v6 0/2] check magic value for deciding the mapping of channels
2023-01-04 10:52 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).