qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-21 14:30:14 to 2023-04-23 04:20:18 UTC [more...]

[PATCH v3 00/47] igb: Fix for DPDK
 2023-04-23  4:17 UTC  (3+ messages)
` [PATCH v3 10/47] Fix references to igb Avocado test
` [PATCH v3 11/47] tests/avocado: Remove unused imports

[PATCH v5] cxl-cdat:Fix open file not closed in ct3_load_cdat
 2023-04-23  2:50 UTC  (3+ messages)

[PATCH v2 0/6] tests/qtest: make migration-test massively faster
 2023-04-23  2:41 UTC  (14+ messages)
` [PATCH v2 1/6] tests/qtest: replace qmp_discard_response with qtest_qmp_assert_success
` [PATCH v2 2/6] tests/qtests: remove migration test iterations config
` [PATCH v2 3/6] tests/qtest: capture RESUME events during migration
` [PATCH v2 4/6] tests/qtest: make more migration pre-copy scenarios run non-live
` [PATCH v2 5/6] tests/qtest: massively speed up migration-tet
` [PATCH v2 6/6] tests/migration: Only run auto_converge in slow mode

[PATCH v2 0/4] COLO: improve build options
 2023-04-23  2:05 UTC  (11+ messages)
` [PATCH v2 3/4] build: move COLO under CONFIG_REPLICATION
` [PATCH v2 4/4] configure: add --disable-colo-filters option

[PATCH 00/13] Clean up PCI IDE device models
 2023-04-22 22:46 UTC  (24+ messages)
` [PATCH 01/13] hw/ide/pci: Expose legacy interrupts as GPIOs
` [PATCH 02/13] hw/ide/via: Implement ISA IRQ routing
` [PATCH 03/13] hw/isa/vt82c686: Remove via_isa_set_irq()
` [PATCH 04/13] hw/ide: Extract IDEBus assignment into bmdma_init()
` [PATCH 05/13] hw/ide: Extract pci_ide_class_init()
` [PATCH 06/13] hw/ide: Extract bmdma_init_ops()
` [PATCH 07/13] hw/ide: Extract pci_ide_{cmd, data}_le_ops initialization into base class constructor
` [PATCH 08/13] hw/ide: Rename PCIIDEState::*_bar attributes
` [PATCH 09/13] hw/ide/piix: Disuse isa_get_irq()
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops
` [PATCH 11/13] hw/ide/sii3112: "
` [PATCH 12/13] hw/ide/sii3112: Reuse PCIIDEState::bmdma_ops
` [PATCH 13/13] hw/ide: Extract bmdma_clear_status()

[PATCH 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-22 19:23 UTC  (7+ messages)
` [PATCH 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

[RFC PATCH 00/13] gfxstream + rutabaga_gfx: a surprising delight or startling epiphany?
 2023-04-22 19:22 UTC  (14+ messages)
` [RFC PATCH 08/13] gfxstream + rutabaga prep: added need defintions, fields, and options
` [RFC PATCH 10/13] gfxstream + rutabaga: add initial support for gfxstream
` [RFC PATCH 12/13] HACK: use memory region API to inject memory to guest
` [RFC PATCH 13/13] HACK: schedule fence return on main AIO context

[PATCH 1/7] Create os-time.c and add t2h_freebsd_timeval
 2023-04-22 16:19 UTC  (7+ messages)
` [PATCH 2/7] Create os-time.h and modify os-time.c
` [PATCH 3/7] Add clock_nanosleep
` [PATCH 4/7] Added clock_gettime(2) and clock_getres(2)
` [PATCH 5/7] Created qemu-os.h for function prototype
` [PATCH 6/7] Added case staements for time functions
` [PATCH 7/7] Added safe_syscalls "

[PATCH v2 00/10] Resolve isabus global
 2023-04-22 16:23 UTC  (4+ messages)
` [PATCH v2 08/10] hw/ide: Let ide_init_ioport() take a MemoryRegion argument instead of ISADevice

[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-04-22 15:25 UTC  (2+ messages)

[PATCH] async: Suppress GCC13 false positive in aio_bh_poll()
 2023-04-22 14:06 UTC  (2+ messages)

[PATCH v4 0/7] target/riscv: Fix PMP related problem
 2023-04-22 13:03 UTC  (8+ messages)
` [PATCH v4 1/7] target/riscv: Update pmp_get_tlb_size()
` [PATCH v4 2/7] target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
` [PATCH v4 3/7] target/riscv: Flush TLB when pmpaddr is updated
` [PATCH v4 4/7] target/riscv: Flush TLB only when pmpcfg/pmpaddr really changes
` [PATCH v4 5/7] accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
` [PATCH v4 6/7] target/riscv: Make the short cut really work in pmp_hart_has_privs
` [PATCH v4 7/7] target/riscv: Separate pmp_update_rule() in pmpcfg_csr_write

[PATCH 0/2] tests/tcg/s390x: Enable the multiarch system tests
 2023-04-22 12:18 UTC  (5+ messages)
` [PATCH 1/2] tests/tcg/multiarch: Make the system memory test work on big-endian
` [PATCH 2/2] tests/tcg/s390x: Enable the multiarch system tests

[PULL v2 00/10] Hexagon queue
 2023-04-22 11:15 UTC  (12+ messages)
` [PULL v2 01/10] Hexagon (translate.c): avoid redundant PC updates on COF
` [PULL v2 02/10] Use f-strings in python scripts
` [PULL v2 03/10] Use black code style for "
` [PULL v2 04/10] Hexagon (target/hexagon) Remove redundant/unused macros
` [PULL v2 05/10] Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
` [PULL v2 06/10] Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
` [PULL v2 07/10] Hexagon (target/hexagon) Updates to USR should use get_result_gpr
` [PULL v2 08/10] Hexagon (tests/tcg/hexagon) Move HVX test infra to header file
` [PULL v2 09/10] Hexagon (target/hexagon) Remove unused slot variable in helpers
` [PULL v2 10/10] Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions

[PATCH v2 0/2] linux-user: Fix mincore() with PROT_NONE
 2023-04-22 10:03 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: Add new flag VERIFY_NONE
` [PATCH v2 2/2] linux-user: Don't require PROT_READ for mincore

[PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance
 2023-04-22 10:02 UTC  (7+ messages)
` [PATCH 2/2] hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV

[PULL 00/20] Migration 20230420 patches
 2023-04-22  9:57 UTC  (4+ messages)

[PULL 00/25] First batch of misc patches for QEMU 8.1
 2023-04-22  7:31 UTC  (2+ messages)

[RFC PATCH v1 0/2] vhost-vdpa: cache Virtio states
 2023-04-22  6:38 UTC  (2+ messages)

[PATCH 00/40] igb: Fix for DPDK
 2023-04-22  5:45 UTC  (4+ messages)
` [PATCH 30/40] igb: Implement igb-specific oversize check

[PULL 0/7] Merge tpm 2023/04/20 v1
 2023-04-22  4:28 UTC  (2+ messages)

[PATCH v2 00/54] tcg: Simplify calls to load/store helpers
 2023-04-21 23:08 UTC  (41+ messages)
` [PATCH v2 01/54] tcg: Replace if + tcg_abort with tcg_debug_assert
` [PATCH v2 02/54] tcg: Replace tcg_abort with g_assert_not_reached
` [PATCH v2 03/54] tcg: Split out tcg_out_ext8s
` [PATCH v2 04/54] tcg: Split out tcg_out_ext8u
` [PATCH v2 05/54] tcg: Split out tcg_out_ext16s
` [PATCH v2 06/54] tcg: Split out tcg_out_ext16u
` [PATCH v2 07/54] tcg: Split out tcg_out_ext32s
` [PATCH v2 08/54] tcg: Split out tcg_out_ext32u
` [PATCH v2 09/54] tcg: Split out tcg_out_exts_i32_i64
` [PATCH v2 13/54] tcg: Split out tcg_out_extu_i32_i64
` [PATCH v2 15/54] tcg: Split out tcg_out_extrl_i64_i32
` [PATCH v2 16/54] tcg: Introduce tcg_out_movext
` [PATCH v2 17/54] tcg: Introduce tcg_out_xchg
` [PATCH v2 19/54] tcg: Clear TCGLabelQemuLdst on allocation
` [PATCH v2 21/54] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v2 26/54] tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v2 29/54] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PATCH v2 30/54] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v2 31/54] tcg: Move TCGLabelQemuLdst to tcg.c

[PATCH v4 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-21 22:46 UTC  (13+ messages)
` [PATCH v4 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
` [PATCH v4 02/11] "
` [PATCH v4 03/11] "
` [PATCH v4 04/11] "
` [PATCH v4 05/11] "
` [PATCH v4 06/11] "
` [PATCH v4 07/11] "
` [PATCH v4 08/11] "
` [PATCH v4 09/11] "
` [PATCH v4 10/11] "
` [PATCH v4 11/11] "

[PATCH v3 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-21 22:43 UTC  (13+ messages)
` [PATCH v3 01/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
` [PATCH v3 02/11] "
` [PATCH v3 03/11] "
` [PATCH v3 04/11] "
` [PATCH v3 05/11] "
` [PATCH v3 06/11] "
` [PATCH v3 07/11] "
` [PATCH v3 08/11] "
` [PATCH v3 09/11] "
` [PATCH v3 10/11] "
` [PATCH v3 11/11] "

[PATCH for-8.1 00/42] tcg: Simplify calls to load/store helpers
 2023-04-21 22:03 UTC  (9+ messages)
` [PATCH 03/42] tcg: Split out tcg_out_ext8s
` [PATCH 04/42] tcg: Split out tcg_out_ext8u
` [PATCH 05/42] tcg: Split out tcg_out_ext16s
` [PATCH 06/42] tcg: Split out tcg_out_ext16u

[PATCH v3 0/3] ACPI: i386: bump MADT to revision 5
 2023-04-21 21:49 UTC  (4+ messages)
` [PATCH v3 1/3] ACPI: bios-tables-test.c step 2 (allowed-diff entries)
` [PATCH v3 2/3] ACPI: i386: bump MADT to revision 5
` [PATCH v3 3/3] ACPI: bios-tables-test.c step 5 (updated expected table binaries)

[PATCH] hw/riscv: virt: Enable booting M-mode or S-mode FW from pflash0
 2023-04-21 21:31 UTC  (4+ messages)

[PULL 00/20] Block patches
 2023-04-21 19:01 UTC  (2+ messages)

[PATCH v10 00/11] target/arm: Allow CONFIG_TCG=n builds
 2023-04-21 18:06 UTC  (11+ messages)
` [PATCH v10 02/11] target/arm: Remove dead code from cpu_max_set_sve_max_vq
` [PATCH v10 03/11] target/arm: Extract TCG -cpu max code into a function
` [PATCH v10 04/11] target/arm: Do not expose all -cpu max features to qtests
` [PATCH v10 06/11] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH v10 07/11] tests/qtest: Fix tests when no KVM or TCG are present

[PATCH] target/riscv: Fix PMU node property for virt machine
 2023-04-21 17:59 UTC  (2+ messages)

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-04-21 17:33 UTC  (4+ messages)
` [PATCH v4 5/6] hw/cxl: Add poison injection via the mailbox

[PULL 00/23] First batch of testing and misc patches for 8.1
 2023-04-21 17:28 UTC  (2+ messages)

[PATCH 0/2] tests/migration: Fix migration-test slowdown
 2023-04-21 17:22 UTC  (5+ messages)
` [PATCH 1/2] tests/migration: Make precopy fast

[PATCH 0/2] tests/qtest: make migraton-test faster
 2023-04-21 17:20 UTC  (4+ messages)
` [PATCH 2/2] tests/qtest: make more migration pre-copy scenarios run non-live

[PATCH v11 00/14] TCG code quality tracking
 2023-04-21 16:42 UTC  (4+ messages)
` [PATCH v11 12/14] Adding info [tb-list|tb] commands to HMP (WIP)

[PATCH] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
 2023-04-21 16:38 UTC 

[RFC] hw/arm/virt: Provide DT binding generation for PCI eXpander Bridges
 2023-04-21 16:50 UTC 

[PATCH v8 00/23] Consolidate PIIX south bridges
 2023-04-21 16:40 UTC  (3+ messages)

[PATCH] docs: Convert u2f.txt to rST
 2023-04-21 16:37 UTC 

[PATCH] docs: Remove unused weirdly-named cross-reference targets
 2023-04-21 16:36 UTC 

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-04-21 16:35 UTC  (3+ messages)

[PATCH v5 0/3] hw/mem: CXL Type-3 Volatile Memory Support
 2023-04-21 16:08 UTC  (4+ messages)
` [PATCH v5 1/3] tests/qtest/cxl-test: whitespace, line ending cleanup
` [PATCH v5 2/3] hw/mem: Use memory_region_size() in cxl_type3
` [PATCH v5 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH 0/1] pcie: Allow atomic completion on PCIE root port
 2023-04-21 16:06 UTC  (3+ messages)

[PATCH] igb: packet-split descriptors support
 2023-04-21 15:50 UTC  (3+ messages)

[REPOST PATCH v3 0/5] Support x2APIC mode with TCG accelerator
 2023-04-21 15:46 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add Leonardo and Peter as reviewers
 2023-04-21 15:23 UTC  (2+ messages)

[PATCH] accel/tcg/tcg-accel-ops-rr: ensure fairness with icount
 2023-04-21 15:11 UTC  (2+ messages)

[PULL 00/11] Hexagon queue
 2023-04-21 15:06 UTC  (3+ messages)

[PATCH 0/4] block: clean up coroutine versions of bdrv_{is_allocated, block_status}*
 2023-04-21 15:01 UTC  (9+ messages)
` [PATCH 1/4] block: rename the bdrv_co_block_status static function
` [PATCH 2/4] block: complete public block status API
` [PATCH 3/4] block: switch to co_wrapper for bdrv_is_allocated_*
` [PATCH 4/4] block: convert more bdrv_is_allocated* and bdrv_block_status* calls to coroutine versions

[PATCH v8 0/8] memory: prevent dma-reentracy issues
 2023-04-21 14:27 UTC  (4+ messages)
` [PATCH v8 6/8] lsi53c895a: disable reentrancy detection for script RAM
` [PATCH v8 7/8] bcm2835_property: disable reentrancy detection for iomem
` [PATCH v8 8/8] memory: abort on re-entrancy in debug builds


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