qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-21 22:09:39 to 2023-04-23 16:53:21 UTC [more...]

[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-04-23 16:51 UTC  (4+ messages)
` [PATCH v5 1/7] hw/cxl/events: Add event status register
` [PATCH v5 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v5 3/7] hw/cxl/events: Wire up get/clear event mailbox commands

[PATCH v5 0/6] hw/cxl: Poison get, inject, clear
 2023-04-23 16:20 UTC  (7+ messages)
` [PATCH v5 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v5 2/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PATCH v5 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v5 4/6] hw/cxl: QMP based poison injection support
` [PATCH v5 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v5 6/6] hw/cxl: Add clear poison mailbox command support

[PULL 00/20] Migration 20230420 patches
 2023-04-23 15:00 UTC  (6+ messages)

[PULL 00/15] tcg patch queue
 2023-04-23 14:55 UTC  (17+ messages)
` [PULL 01/15] tcg: Replace if + tcg_abort with tcg_debug_assert
` [PULL 02/15] tcg: Replace tcg_abort with g_assert_not_reached
` [PULL 03/15] tcg: Split out tcg_out_ext8s
` [PULL 04/15] tcg: Split out tcg_out_ext8u
` [PULL 05/15] tcg: Split out tcg_out_ext16s
` [PULL 06/15] tcg: Split out tcg_out_ext16u
` [PULL 07/15] tcg: Split out tcg_out_ext32s
` [PULL 08/15] tcg: Split out tcg_out_ext32u
` [PULL 09/15] tcg: Split out tcg_out_exts_i32_i64
` [PULL 10/15] tcg: Split out tcg_out_extu_i32_i64
` [PULL 11/15] tcg: Split out tcg_out_extrl_i64_i32
` [PULL 12/15] tcg: Introduce tcg_out_movext
` [PULL 13/15] tcg: Introduce tcg_out_xchg
` [PULL 14/15] tcg: Clear TCGLabelQemuLdst on allocation
` [PULL 15/15] tcg/riscv: Conditionalize tcg_out_exts_i32_i64

[PATCH] hw/riscv/virt: Fix the boot logic if pflash0 is specified
 2023-04-23  9:59 UTC 

get_relocated_path: the configured paths are not looked for?
 2023-04-23 13:22 UTC  (7+ messages)

[PATCH] block/monitor/block-hmp-cmds.c: Fix crash when execute hmp_commit
 2023-04-23 11:02 UTC 

[PATCH 0/8] Start replacing target_ulong with vaddr
 2023-04-23 10:59 UTC  (18+ messages)
` [PATCH 1/8] accel: Replace `target_ulong` with `vaddr` in TB/TLB
` [PATCH 2/8] accel: Replace target_ulong with vaddr in probe_*()
` [PATCH 3/8] accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()
` [PATCH 4/8] accel/tcg: Replace target_ulong with vaddr in helper_unaligned_*()
` [PATCH 5/8] accel/tcg: Replace target_ulong with vaddr in translator_*()
` [PATCH 6/8] accel/tcg: Replace target_ulong with vaddr in page_*()
` [PATCH 7/8] cpu: Replace target_ulong with vaddr in tb_invalidate_phys_addr()
` [PATCH 8/8] tcg: Replace target_ulong with vaddr in tcg_gen_code()

[PATCH v10 00/11] target/arm: Allow CONFIG_TCG=n builds
 2023-04-23 10:50 UTC  (7+ 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 00/13] Clean up PCI IDE device models
 2023-04-23 10:40 UTC  (27+ 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()

tcg_target_long to pointer conversion?
 2023-04-23 10:40 UTC  (2+ messages)

[RFC PATCH] tests/tcg: limit the scope of the plugin tests
 2023-04-23  9:15 UTC  (2+ messages)

[PATCH v2 00/54] tcg: Simplify calls to load/store helpers
 2023-04-23  7:30 UTC  (38+ messages)
` [PATCH v2 01/54] tcg: Replace if + tcg_abort with tcg_debug_assert
` [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 RFC v1 00/10] Add loongarch kvm accel support
 2023-04-23  6:59 UTC  (5+ messages)
` [PATCH RFC v1 01/10] linux-headers: Add KVM headers for loongarch

[PATCH v3 00/47] igb: Fix for DPDK
 2023-04-23  4:18 UTC  (48+ messages)
` [PATCH v3 01/47] hw/net/net_tx_pkt: Decouple implementation from PCI
` [PATCH v3 02/47] hw/net/net_tx_pkt: Decouple interface "
` [PATCH v3 03/47] e1000x: Fix BPRC and MPRC
` [PATCH v3 04/47] igb: Fix Rx packet type encoding
` [PATCH v3 05/47] igb: Do not require CTRL.VME for tx VLAN tagging
` [PATCH v3 06/47] igb: Clear IMS bits when committing ICR access
` [PATCH v3 07/47] net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
` [PATCH v3 08/47] e1000e: Always copy ethernet header
` [PATCH v3 09/47] igb: "
` [PATCH v3 10/47] Fix references to igb Avocado test
` [PATCH v3 11/47] tests/avocado: Remove unused imports
` [PATCH v3 12/47] tests/avocado: Remove test_igb_nomsi_kvm
` [PATCH v3 13/47] hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_info
` [PATCH v3 14/47] net/eth: Rename eth_setup_vlan_headers_ex
` [PATCH v3 15/47] e1000x: Share more Rx filtering logic
` [PATCH v3 16/47] e1000x: Take CRC into consideration for size check
` [PATCH v3 17/47] e1000x: Rename TcpIpv6 into TcpIpv6Ex
` [PATCH v3 18/47] e1000e: Always log status after building rx metadata
` [PATCH v3 19/47] igb: "
` [PATCH v3 20/47] igb: Remove goto
` [PATCH v3 21/47] igb: Read DCMD.VLE of the first Tx descriptor
` [PATCH v3 22/47] e1000e: Reset packet state after emptying Tx queue
` [PATCH v3 23/47] vmxnet3: "
` [PATCH v3 24/47] igb: Add more definitions for Tx descriptor
` [PATCH v3 25/47] igb: Share common VF constants
` [PATCH v3 26/47] igb: Fix igb_mac_reg_init coding style alignment
` [PATCH v3 27/47] igb: Clear EICR bits for delayed MSI-X interrupts
` [PATCH v3 28/47] e1000e: Rename a variable in e1000e_receive_internal()
` [PATCH v3 29/47] igb: Rename a variable in igb_receive_internal()
` [PATCH v3 30/47] net/eth: Use void pointers
` [PATCH v3 31/47] net/eth: Always add VLAN tag
` [PATCH v3 32/47] hw/net/net_rx_pkt: Enforce alignment for eth_header
` [PATCH v3 33/47] tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX
` [PATCH v3 34/47] igb: Implement MSI-X single vector mode
` [PATCH v3 35/47] igb: Use UDP for RSS hash
` [PATCH v3 36/47] igb: Implement Rx SCTP CSO
` [PATCH v3 37/47] igb: Implement Tx "
` [PATCH v3 38/47] igb: Strip the second VLAN tag for extended VLAN
` [PATCH v3 39/47] igb: Filter with "
` [PATCH v3 40/47] igb: Implement igb-specific oversize check
` [PATCH v3 41/47] igb: Implement Rx PTP2 timestamp
` [PATCH v3 42/47] igb: Implement Tx timestamp
` [PATCH v3 43/47] e1000e: Notify only new interrupts
` [PATCH v3 44/47] igb: "
` [PATCH v3 45/47] vmxnet3: Do not depend on PC
` [PATCH v3 46/47] MAINTAINERS: Add a reviewer for network packet abstractions
` [PATCH v3 47/47] docs/system/devices/igb: Note igb is tested for DPDK

[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  (7+ messages)
` [PATCH v2 1/6] tests/qtest: replace qmp_discard_response with qtest_qmp_assert_success
` [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/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  (2+ messages)

[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  (5+ 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 v4 00/11] Contribution task implementations, for the 'FreeBSD user emulation improvements' project
 2023-04-21 22:46 UTC  (3+ messages)
` [PATCH v4 11/11] Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>

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


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