qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-22 14:27:55 to 2023-05-23 07:19:07 UTC [more...]

[PATCH 0/8] testing/next: avocado logging, docs, gitlab
 2023-05-23  7:18 UTC  (6+ messages)
` [PATCH 7/8] python/qemu: allow avocado to set logging name space

[PATCH] bitops.h: Compile out asserts without --enable-debug
 2023-05-23  6:43 UTC  (7+ messages)

[PATCH 0/3] hw: Fix abuse of QOM class internals modified by their instances
 2023-05-23  7:10 UTC  (5+ messages)
` [PATCH 1/3] hw/mips/jazz: Fix modifying QOM class internal state from instance
` [PATCH 2/3] hw/ppc/e500plat: "
` [PATCH 3/3] hw/i2c/pmbus_device: Fix modifying QOM class internals "

[PATCH v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
 2023-05-23  6:50 UTC  (3+ messages)

[PATCH] hw/ppc/openpic: Do not open-code ROUND_UP() macro
 2023-05-23  6:15 UTC 

[PATCH 0/4] hw: Minor simplifications using proper QOM getter macros
 2023-05-23  6:12 UTC  (5+ messages)
` [PATCH 1/4] hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro
` [PATCH 2/4] hw/i386/microvm: Simplify using object_dynamic_cast()
` [PATCH 3/4] hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro
` [PATCH 4/4] hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro

[PATCH] meson: remove -no-pie linker flag
 2023-05-23  5:57 UTC  (4+ messages)

[PATCH v2 0/1] Add vpd data for Rainier machine
 2023-05-23  5:53 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] ui/cursor: incomplete check for integer overflow in cursor_alloc
 2023-05-23  4:53 UTC  (6+ messages)

[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
 2023-05-23  3:22 UTC  (7+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes

[PATCH] acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline
 2023-05-23  3:13 UTC  (5+ messages)

[PULL v2 0/4] QAPI patches patches for 2023-05-17
 2023-05-23  3:04 UTC  (2+ messages)

[PATCH v4 00/11] *** Add allwinner r40 support ***
 2023-05-23  3:00 UTC  (20+ messages)
` [PATCH v4 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [PATCH v4 03/11] hw: allwinner-r40: Complete uart devices
` [PATCH v4 05/11] hw/misc: Rename axp209 to axp22x and add support AXP221 PMU
` [PATCH v4 06/11] hw/arm/allwinner-r40: add SDRAM controller device
` [PATCH v4 07/11] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support
` [PATCH v4 08/11] hw: arm: allwinner-r40: Add emac and gmac support

[PATCH v8 0/7] igb: packet-split descriptors support
 2023-05-23  2:51 UTC  (6+ messages)
    ` [PATCH v8 3/7] igb: RX descriptors guest writting refactoring
    ` [PATCH v8 4/7] igb: RX payload "

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

[PATCH v2] util/vfio-helpers: Use g_file_read_link()
 2023-05-23  2:39 UTC 

[PATCH v2 00/16] Migration: More migration atomic counters
 2023-05-23  2:15 UTC  (8+ messages)
` [PATCH v2 01/16] migration: Don't use INT64_MAX for unlimited rate
` [PATCH v2 02/16] migration: Correct transferred bytes value

[PATCH v12 00/15] TCG code quality tracking
 2023-05-23  1:48 UTC  (4+ messages)
` [PATCH v12 02/15] accel: collecting TB execution count

[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
 2023-05-23  1:44 UTC  (8+ messages)

[PATCH v7 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-22 23:19 UTC  (13+ messages)
` [PATCH v7 1/7] hw/cxl/events: Add event status register
` [PATCH v7 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v7 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v7 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v7 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v7 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v7 7/7] hw/cxl/events: Add injection of Memory Module Events

Add CI configuration for Kubernetes
 2023-05-22 22:52 UTC  (7+ messages)
` [PATCH v2 1/5] Remove redundant CI variables
` [PATCH v2 2/5] Use docker "stable" tag
` [PATCH v2 3/5] Add loop over docker info
` [PATCH v2 4/5] Add CI variable RUNNER_TAG
` [PATCH v2 5/5] Add Kubernetes runner configuration

[PULL 00/20] Allow "make check" with "--without-default-devices"
 2023-05-22 22:20 UTC  (2+ messages)

[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
 2023-05-22 21:16 UTC  (4+ messages)
` [PATCH 1/1] "

[QEMU][PATCH v5 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
 2023-05-22 21:01 UTC  (3+ messages)
` [QEMU][PATCH v5 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers

[PATCH] qcow2: Explicit mention of padding bytes
 2023-05-22 20:26 UTC  (2+ messages)

Building QEMU errors
 2023-05-22 19:11 UTC 

Help finding Coverity defects for generated Hexagon code
 2023-05-22 20:24 UTC 

[PATCH v4 0/1] ROM migration
 2023-05-22 20:17 UTC  (2+ messages)
` [PATCH v4 1/1] pci: ROM preallocation for incoming migration

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-22 19:47 UTC  (7+ messages)
` [PATCH v20 14/21] tests/avocado: s390x cpu topology core
` [PATCH v20 15/21] tests/avocado: s390x cpu topology polarisation
` [PATCH v20 16/21] tests/avocado: s390x cpu topology entitlement tests

[PATCH 00/12] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-05-22 19:38 UTC  (16+ messages)
` [PATCH 01/12] util/fifo8: Fix typo in fifo8_push_all() description
` [PATCH 02/12] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH 03/12] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH 04/12] hw/char/pl011: Display register name in trace events
` [PATCH 05/12] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
` [PATCH 06/12] hw/char/pl011: Replace magic values by register field definitions
` [PATCH 07/12] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH 08/12] hw/char/pl011: Extract pl011_write_tx() from pl011_write()
` [PATCH 09/12] hw/char/pl011: Check if transmitter is enabled
` [PATCH 10/12] hw/char/pl011: Check if receiver "
` [PATCH 11/12] hw/char/pl011: Rename RX FIFO methods
` [PATCH 12/12] hw/char/pl011: Implement TX FIFO

[PATCH v3 0/3] ROM migration
 2023-05-22 19:33 UTC  (5+ messages)
` [PATCH v3 3/3] pci: ROM preallocation for incoming migration

[PATCH v3 00/19] Fix qemu_strtosz() read-out-of-bounds
 2023-05-22 19:04 UTC  (20+ messages)
` [PATCH v3 01/19] test-cutils: Avoid g_assert in unit tests
` [PATCH v3 02/19] test-cutils: Use g_assert_cmpuint where appropriate
` [PATCH v3 03/19] test-cutils: Test integral qemu_strto* value on failures
` [PATCH v3 04/19] test-cutils: Test more integer corner cases
` [PATCH v3 05/19] cutils: Fix wraparound parsing in qemu_strtoui
` [PATCH v3 06/19] cutils: Document differences between parse_uint and qemu_strtou64
` [PATCH v3 07/19] cutils: Adjust signature of parse_uint[_full]
` [PATCH v3 08/19] cutils: Allow NULL endptr in parse_uint()
` [PATCH v3 09/19] test-cutils: Add coverage of qemu_strtod
` [PATCH v3 10/19] test-cutils: Prepare for upcoming semantic change in qemu_strtosz
` [PATCH v3 11/19] test-cutils: Refactor qemu_strtosz tests for less boilerplate
` [PATCH v3 12/19] cutils: Allow NULL str in qemu_strtosz
` [PATCH v3 13/19] numa: Check for qemu_strtosz_MiB error
` [PATCH v3 14/19] test-cutils: Add more coverage to qemu_strtosz
` [PATCH v3 15/19] cutils: Set value in all qemu_strtosz* error paths
` [PATCH v3 16/19] cutils: Set value in all integral qemu_strto* "
` [PATCH v3 17/19] cutils: Use parse_uint in qemu_strtosz for negative rejection
` [PATCH v3 18/19] cutils: Improve qemu_strtod* error paths
` [PATCH v3 19/19] cutils: Improve qemu_strtosz handling of fractions

[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
 2023-05-22 18:52 UTC  (4+ messages)
` [PULL 32/62] hw/xen: Implement EVTCHNOP_bind_virq
    ` [PATCH] i386/xen: consistent locking around Xen singleshot timers

[PATCH v4 0/2] docs: Speedup docs build
 2023-05-22 18:17 UTC  (4+ messages)
` [PATCH v4 2/2] meson: Deserialize the man pages and html builds

[PATCH] vhost: release memory objects in error path
 2023-05-22 18:10 UTC 

[PATCH v2] Hexagon (target/hexagon) Fix assignment to tmp registers
 2023-05-22 18:06 UTC  (2+ messages)

[PATCH] Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests
 2023-05-22 17:43 UTC 

[PATCH] Hexagon (target/hexagon) Fix assignment to tmp registers
 2023-05-22 17:39 UTC  (2+ messages)

[PATCH 0/6] Add RISC-V Virtual IRQs and IRQ filtering support
 2023-05-22 17:18 UTC  (5+ messages)
` [PATCH 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PATCH 6/6] target/riscv: Add HS-mode virtual interrupt and IRQ filtering support

[REPOST PATCH v3 0/5] Support x2APIC mode with TCG accelerator
 2023-05-22 16:59 UTC  (5+ messages)
` [REPOST PATCH v3 5/5] amd_iommu: report x2APIC support to the operating system

[PATCH v4 0/5] Support x2APIC mode with TCG accelerator
 2023-05-22 16:31 UTC  (6+ messages)
` [PATCH v4 1/5] i386/tcg: implement x2APIC registers MSR access
` [PATCH v4 2/5] apic: add support for x2APIC mode
` [PATCH v4 3/5] apic, i386/tcg: add x2apic transitions
` [PATCH v4 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
` [PATCH v4 5/5] amd_iommu: report x2APIC support to the operating system

[PATCH 00/27] accel/tcg: Improvements to atomic128.h
 2023-05-22 16:24 UTC  (6+ messages)
` [PATCH 16/27] accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu

[PULL v3 00/21] Block layer patches
 2023-05-22 16:04 UTC  (4+ messages)

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-05-22 15:42 UTC  (5+ messages)

[PATCH v1 1/1] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
 2023-05-22 15:25 UTC  (5+ messages)

[PATCH] [rpi4b] Make bootable rpi4b model
 2023-05-22 15:21 UTC  (9+ messages)

[PATCH v6 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-22 14:57 UTC  (6+ messages)
` [PATCH v6 6/7] hw/cxl/events: Add injection of DRAM events

[PATCH v7 0/4] hw/cxl: Poison get, inject, clear
 2023-05-22 14:50 UTC  (5+ messages)
` [PATCH v7 1/4] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v7 2/4] hw/cxl: QMP based poison injection support
` [PATCH v7 3/4] hw/cxl: Add poison injection via the mailbox
` [PATCH v7 4/4] hw/cxl: Add clear poison mailbox command support

[PATCH 0/7] Add support for extension specific disas
 2023-05-22 14:30 UTC  (5+ messages)
` [PATCH 3/7] disas/riscv.c: Support disas for Zcm* extensions


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