QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 18:26:44 to 2024-02-14 11:17:34 UTC [more...]

[PULL 00/60] virtio,pc,pci: features, cleanups, fixes
 2024-02-14 11:15 UTC  (17+ messages)
` [PULL 01/60] virtio: split into vhost-user-base and vhost-user-device
` [PULL 02/60] hw/virtio: convert vhost-user-base to async shutdown
` [PULL 03/60] hw/virtio: derive vhost-user-rng from vhost-user-base
` [PULL 05/60] hw/virtio: derive vhost-user-i2c "
` [PULL 06/60] hw/virtio: add vhost-user-snd and vhost-user-snd-pci devices
` [PULL 08/60] hw/virtio: Support set_config() callback in vhost-user-base
` [PULL 09/60] docs/system: Add vhost-user-input documentation
` [PULL 12/60] i386/tcg: implement x2APIC registers MSR access
` [PULL 15/60] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
` [PULL 16/60] test: bios-tables-test: prepare IVRS change in ACPI table
` [PULL 17/60] amd_iommu: report x2APIC support to the operating system
` [PULL 18/60] test: bios-tables-test: add IVRS changed binary
` [PULL 29/60] hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_SERIAL
` [PULL 30/60] hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_ISA_PARALLEL
` [PULL 32/60] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
` [PULL 35/60] virtio_iommu: Clear IOMMUPciBus pointer cache when system reset

[PATCH v1 00/15] libvhost-user: support more memslots and cleanup memslot handling code
 2024-02-14 11:06 UTC  (8+ messages)
` [PATCH v1 01/15] libvhost-user: Fix msg_region->userspace_addr computation

possible deprecation and removal of some old QEMU Arm machine types (pxa2xx, omap, sa1110)
 2024-02-14 10:14 UTC  (11+ messages)

[PATCH v4 00/18] TCG Plugin inline operation enhancement
 2024-02-14  9:56 UTC  (14+ messages)
` [PATCH v4 06/18] plugins: define qemu_plugin_u64
` [PATCH v4 07/18] docs/devel: plugins can trigger a tb flush
` [PATCH v4 09/18] plugins: add inline operation per vcpu
` [PATCH v4 16/18] plugins: remove non per_vcpu inline operation from API
` [PATCH v4 17/18] plugins: cleanup codepath for previous inline operation
` [PATCH v4 18/18] MAINTAINERS: Add myself as reviewer for TCG Plugins

[PATCH v2] target/ppc: Move add and subf type fixed-point arithmetic instructions to decodetree
 2024-02-14  9:40 UTC 

[PULL 00/12] Hppa64 patches
 2024-02-14  9:07 UTC  (4+ messages)

[PATCH v4 0/9] hw/pci: SR-IOV related fixes and improvements
 2024-02-14  8:58 UTC  (18+ messages)
` [PATCH v4 1/9] hw/pci: Use -1 as a default value for rombar
` [PATCH v4 2/9] hw/pci: Determine if rombar is explicitly enabled
` [PATCH v4 3/9] vfio: Avoid inspecting option QDict for rombar
` [PATCH v4 4/9] hw/qdev: Remove opts member
` [PATCH v4 5/9] pcie_sriov: Validate NumVFs
` [PATCH v4 6/9] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH v4 7/9] pcie_sriov: Release VFs failed to realize
` [PATCH v4 8/9] pcie_sriov: Do not reset NumVFs after unregistering VFs
` [PATCH v4 9/9] hw/nvme: Refer to dev->exp.sriov_pf.num_vfs

[PATCH v2 0/3] virt: wire up NS EL2 virtual timer IRQ
 2024-02-14  8:55 UTC  (2+ messages)

[PATCH v2 0/4] meson: Fixes for dbus modules
 2024-02-14  8:09 UTC  (2+ messages)

[PATCH] build-sys: add the D-Bus generated header to the dependency
 2024-02-14  8:07 UTC  (2+ messages)

[PATCH v6] util: Move dbus_display1 to util
 2024-02-14  7:54 UTC  (3+ messages)

[PATCH v4 0/4] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-02-14  7:47 UTC  (6+ messages)
` [PATCH v4 1/4] virtio-iommu: Add an option to define the input range width
` [PATCH v4 2/4] virtio-iommu: Trace domain range limits as unsigned int
` [PATCH v4 3/4] hw: Set virtio-iommu aw-bits default value on pc_q35 and arm virt
` [PATCH v4 4/4] qemu-options.hx: Add an entry for virtio-iommu-pci and document aw-bits

[PATCH] target/ppc: Fix lxv/stxv MSR facility check
 2024-02-14  7:35 UTC  (2+ messages)

[PATCH 0/4] hw/arm/stellaris: QOM/QDev cleanups
 2024-02-14  7:08 UTC  (5+ messages)
` [PATCH 4/4] hw/arm/stellaris: Add missing QOM 'SoC' parent

[PATCH 0/7] hw/i386: Cleanups around 'hw/i386/pc.h'
 2024-02-14  6:58 UTC  (4+ messages)
` [PATCH 4/7] hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'

[PULL v2 0/4] Character device backend patches for 2024-02-12
 2024-02-14  6:47 UTC  (5+ messages)
` [PULL v2 1/4] chardev/parallel: Don't close stdin on inappropriate device
` [PULL v2 2/4] tests/unit/test-char: Fix qemu_socket(), make_udp_socket() check
` [PULL v2 3/4] qapi/char: Make backend types properly conditional
` [PULL v2 4/4] qapi/char: Deprecate backend type "memory"

[PATCH] linux-user: Remove pgb_dynamic alignment assertion
 2024-02-14  4:54 UTC 

[PATCH v10 0/6] ui/cocoa: Use NSWindow's ability to resize
 2024-02-14  4:32 UTC  (7+ messages)
` [PATCH v10 1/6] ui/cocoa: Release specific mouse buttons
` [PATCH v10 2/6] ui/cocoa: Scale with NSView instead of Core Graphics
` [PATCH v10 3/6] ui/cocoa: Let the platform toggle fullscreen
` [PATCH v10 4/6] ui/cocoa: Make window resizable
` [PATCH v10 5/6] ui/cocoa: Call console_select() with the BQL
` [PATCH v10 6/6] ui/cocoa: Remove stretch_video flag

[PATCH v3 0/3] Hexagon (target/hexagon) Only pass env to generated helper when needed
 2024-02-14  4:27 UTC  (4+ messages)
` [PATCH v3 1/3] Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it
` [PATCH v3 2/3] Hexagon (target/hexagon) Pass SP "
` [PATCH v3 3/3] Hexagon (target/hexagon) Only pass env to generated helper when needed

[PATCH v2 00/23] migration/multifd: Refactor ->send_prepare() and cleanups
 2024-02-14  2:16 UTC  (5+ messages)
` [PATCH v2 05/23] migration/multifd: Drop MultiFDSendParams.normal[] array
  ` [External] "

[PATCH 0/2] tcg patch queue
 2024-02-14  2:02 UTC  (4+ messages)
` [PATCH 1/2] tcg: Increase width of temp_subindex
` [PATCH 2/2] tcg/arm: Fix goto_tb for large translation blocks
` [PULL 0/2] tcg patch queue

[PATCH v15 0/9] rutabaga_gfx + gfxstream
 2024-02-14  0:48 UTC  (10+ messages)

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-02-14  0:38 UTC  (11+ messages)
` [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g
` [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g
` [PATCH v3 29/33] linux-user: Allow TARGET_PAGE_BITS_VARY

[PATCH v4 00/12] hw: Strengthen SysBus & QBus API
 2024-02-13 20:40 UTC  (5+ messages)
` [PATCH v4 10/12] hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()
` [PATCH v4 11/12] hw/sparc/leon3: Initialize GPIO before realizing CPU devices

[PATCH 0/3] monitor: only run coroutine commands in qemu_aio_context
 2024-02-13 20:19 UTC  (5+ messages)
` [PATCH 3/3] "

[PULL 00/88] qemu-sparc queue 20240213
 2024-02-13 19:40 UTC  (89+ messages)
` [PULL 01/88] esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()
` [PULL 02/88] esp.c: move existing request cancel check into esp_select()
` [PULL 03/88] esp.c: add FIFO wraparound support to esp_fifo_pop_buf()
` [PULL 04/88] esp.c: remove FIFO clear from esp_select()
` [PULL 05/88] esp.c: move esp_select() to ESP selection commands from get_cmd()
` [PULL 06/88] esp.c: update esp_set_tc() to set STAT_TC flag
` [PULL 07/88] esp.c: start removal of manual STAT_TC setting when transfer counter reaches zero
` [PULL 08/88] esp.c: move command execution logic to new esp_run_cmd() function
` [PULL 09/88] esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0
` [PULL 10/88] esp.c: move buffer and TC logic into separate to/from device paths in esp_do_dma()
` [PULL 11/88] esp.c: remove unused case from esp_pdma_read()
` [PULL 12/88] esp.c: don't accumulate directly into cmdfifo
` [PULL 13/88] esp.c: decrement the TC during MESSAGE OUT and COMMAND phases
` [PULL 14/88] esp.c: introduce esp_set_phase() helper function
` [PULL 15/88] esp.c: remove another set of manual STAT_TC updates
` [PULL 16/88] esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZ
` [PULL 17/88] esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI command
` [PULL 18/88] esp.c: don't clear RFLAGS register when DMA is complete
` [PULL 19/88] esp.c: remove zero transfer size check from esp_do_dma()
` [PULL 20/88] esp.c: update condition for esp_dma_done() in esp_do_dma() from device path
` [PULL 21/88] esp.c: update condition for esp_dma_done() in esp_do_dma() to "
` [PULL 22/88] esp.c: ensure that the PDMA callback is called for every device read
` [PULL 23/88] esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma()
` [PULL 24/88] esp.c: remove TC adjustment in esp_do_dma() from device path
` [PULL 25/88] esp.c: remove unaligned adjustment in do_dma_pdma_cb() to "
` [PULL 26/88] esp.c: remove unneeded if() check in esp_transfer_data()
` [PULL 27/88] esp.c: update end of transfer logic at the end of esp_transfer_data()
` [PULL 28/88] esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_do_dma()
` [PULL 29/88] esp.c: fix premature end of phase logic esp_command_complete
` [PULL 30/88] esp.c: move TC and FIFO check logic into esp_dma_done()
` [PULL 31/88] esp.c: rename esp_dma_done() to esp_dma_ti_check()
` [PULL 32/88] esp.c: copy PDMA logic for transfers to device from do_dma_pdma_cb() to esp_do_dma()
` [PULL 33/88] esp.c: copy logic for do_cmd transfers "
` [PULL 34/88] esp.c: update esp_do_dma() bypass if async_len is zero to include non-zero transfer check
` [PULL 35/88] esp.c: move end of SCSI transfer check after TC adjustment in do_dma_pdma_cb()
` [PULL 36/88] esp.c: remove s_without_satn_pdma_cb() PDMA callback
` [PULL 37/88] esp.c: introduce esp_get_phase() function
` [PULL 38/88] esp.c: convert esp_do_dma() to switch statement based upon SCSI phase
` [PULL 39/88] esp.c: convert do_dma_pdma_db() "
` [PULL 40/88] esp.c: convert esp_do_nodma() "
` [PULL 41/88] esp.c: convert esp_do_dma() do_cmd path to check for SCSI phase instead
` [PULL 42/88] esp.c: convert do_dma_pdma_cb() "
` [PULL 43/88] esp.c: convert esp_do_nodma() "
` [PULL 44/88] esp.c: convert esp_reg_write() "
` [PULL 45/88] esp.c: remove do_cmd from ESPState
` [PULL 46/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_dma()
` [PULL 47/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in do_dma_pdma_cb()
` [PULL 48/88] esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_nodma()
` [PULL 49/88] esp.c: move CMD_SELATN end of message phase detection to esp_do_dma() and do_dma_pdma_cb()
` [PULL 50/88] esp.c: move CMD_TI "
` [PULL 51/88] esp.c: don't use get_cmd() for CMD_SEL DMA commands
` [PULL 52/88] esp.c: move CMD_SELATNS end of command logic to esp_do_dma() and do_dma_pdma_cb()
` [PULL 53/88] esp.c: replace do_dma_pdma_cb() with esp_do_dma()
` [PULL 54/88] esp.c: move CMD_ICCS command logic to esp_do_dma()
` [PULL 55/88] esp.c: always use esp_do_dma() in pdma_cb()
` [PULL 56/88] esp.c: remove unused PDMA callback implementation
` [PULL 57/88] esp.c: rename data_in_ready to to data_ready
` [PULL 58/88] esp.c: separate logic based upon ESP command in esp_command_complete()
` [PULL 59/88] esp.c: separate logic based upon ESP command in esp_transfer_data()
` [PULL 60/88] esp.c: use deferred interrupts for both DATA IN and DATA OUT phases
` [PULL 61/88] esp.c: remove DATA IN phase logic when reading from FIFO
` [PULL 62/88] esp.c: zero command register when TI command terminates due to phase change
` [PULL 63/88] esp.c: remove unneeded ti_cmd field
` [PULL 64/88] esp.c: don't raise INTR_BS interrupt in DATA IN phase until TI command issued
` [PULL 65/88] esp.c: move non-DMA TI logic to separate esp_nodma_ti_dataout() function
` [PULL 66/88] esp.c: process non-DMA FIFO writes in esp_do_nodma()
` [PULL 67/88] esp.c: replace get_cmd() with esp_do_nodma()
` [PULL 68/88] esp.c: move write_response() non-DMA logic to esp_do_nodma()
` [PULL 69/88] esp.c: consolidate end of command sequence after ICCS command
` [PULL 70/88] esp.c: ensure that STAT_INT is cleared when reading ESP_RINTR
` [PULL 71/88] esp.c: don't clear the SCSI phase "
` [PULL 72/88] esp.c: handle TC underflow for DMA SCSI requests
` [PULL 73/88] esp.c: remove restriction on FIFO read access when DMA memory routines defined
` [PULL 74/88] esp.c: handle non-DMA FIFO writes used to terminate DMA commands
` [PULL 75/88] esp.c: improve ESP_RSEQ logic consolidation
` [PULL 76/88] esp.c: only transfer non-DMA COMMAND phase data for specific commands
` [PULL 77/88] esp.c: only transfer non-DMA MESSAGE OUT "
` [PULL 78/88] esp.c: consolidate DMA and PDMA logic in DATA OUT phase
` [PULL 79/88] esp.c: consolidate DMA and PDMA logic in DATA IN phase
` [PULL 80/88] esp.c: consolidate DMA and PDMA logic in MESSAGE OUT phase
` [PULL 81/88] esp.c: remove redundant n variable in PDMA COMMAND phase
` [PULL 82/88] esp.c: consolidate DMA and PDMA logic in STATUS and MESSAGE IN phases
` [PULL 83/88] esp.c: replace n variable with len in esp_do_nodma()
` [PULL 84/88] esp.c: implement DMA Transfer Pad command for DATA phases
` [PULL 85/88] esp.c: rename irq_data IRQ to drq_irq
` [PULL 86/88] esp.c: keep track of the DRQ state during DMA
` [PULL 87/88] esp.c: switch TypeInfo registration to use DEFINE_TYPES() macro
` [PULL 88/88] esp.c: add my copyright to the file

[PATCH 0/6] libqos, riscv: libqos fixes, add riscv machine
 2024-02-13 19:17 UTC  (7+ messages)
` [PATCH 1/6] libqos/virtio.c: init all elems in qvring_indirect_desc_setup()
` [PATCH 2/6] libqos/virtio.c: fix 'avail_event' offset in qvring_init()
` [PATCH 3/6] hw/riscv/virt.c: create '/soc/pci@...' fdt node earlier
` [PATCH 4/6] hw/riscv/virt.c: add virtio-iommu-pci hotplug support
` [PATCH 5/6] hw/riscv/virt.c: make aclint compatible with 'qtest' accel
` [PATCH 6/6] tests/libqos: add riscv/virt machine nodes

[PATCH v3 0/9] mips: do not list individual devices from configs/
 2024-02-13 19:07 UTC  (3+ messages)
` [PATCH v3 6/9] isa: extract FDC37M81X to a separate file

[PATCH 0/9] Simplify initialization of PC machines
 2024-02-13 18:50 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).