qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 17:03:05 to 2023-07-11 07:04:33 UTC [more...]

[PATCH v3 0/1] target/riscv: Add Zihintntl extension ISA string to DTS
 2023-07-11  7:03 UTC 

[PATCH RESEND] hw/pci: add comment to explain checking for available function 0 in pci hotplug
 2023-07-11  7:03 UTC 

[PATCH v2] target/riscv: Add Zihintntl extension ISA string to DTS
 2023-07-11  6:46 UTC  (2+ messages)

[RFC PATCH 0/9] ui: guest displays multiple connectors suppport and hotplug in
 2023-07-11  6:36 UTC  (10+ messages)
` [RFC PATCH 6/9] ui/gtk: Add a new parameter to assign connectors/monitors to GFX VCs
  ` [RFC PATCH v2 "

tests/avocado/replay_kernel: ReplayKernelNormal.test_aarch64_virt failing
 2023-07-11  4:43 UTC  (2+ messages)

[PATCH v8 0/6] test and QEMU fixes to ensure proper PCIE device usage
 2023-07-11  4:36 UTC  (9+ messages)
` [PATCH v8 6/6] hw/pci: add comment explaining the reason for checking function 0 in hotplug

[PATCH V2] vhost_vdpa: no need to fetch vring base when poweroff
 2023-07-11  4:09 UTC  (3+ messages)

[PATCH v7 00/15] Add RISC-V vector cryptographic instruction set support
 2023-07-11  3:57 UTC  (6+ messages)
` [PATCH v7 12/15] target/riscv: Add Zvkg ISA extension support

[PATCH] net: add initial support for AF_XDP network backend
 2023-07-11  3:04 UTC  (27+ messages)

[QEMU PATCH v2 0/1] S3 support
 2023-07-11  2:58 UTC  (4+ messages)
` [QEMU PATCH v2 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH v1 0/9] gfxstream + rutabaga_gfx
 2023-07-11  2:56 UTC  (10+ messages)
` [PATCH v1 1/9] virtio: Add shared memory capability
` [PATCH v1 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v1 3/9] virtio-gpu: hostmem
` [PATCH v1 4/9] virtio-gpu: blob prep
` [PATCH v1 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v1 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v1 7/9] gfxstream + rutabaga: meson support
` [PATCH v1 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v1 9/9] docs/system: add basic virtio-gpu documentation

[PATCH v4 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-07-11  2:40 UTC  (5+ messages)

[PATCH] vdpa: Increase out buffer size for CVQ commands
 2023-07-11  1:48 UTC  (5+ messages)

[PATCH v2] Hexagon: move GETPC() calls to top level helpers
 2023-07-11  0:40 UTC  (3+ messages)

[PATCH v2 0/5] Misc fixes for throttle
 2023-07-11  0:29 UTC  (2+ messages)
` PING: "

[PULL 00/66] pc,pci,virtio: cleanups, fixes, features
 2023-07-10 23:05 UTC  (67+ messages)
` [PULL 01/66] vdpa: Remove status in reset tracing
` [PULL 02/66] vhost: register and change IOMMU flag depending on Device-TLB state
` [PULL 03/66] virtio-net: pass Device-TLB enable/disable events to vhost
` [PULL 04/66] virtio-gpu: refactor generate_edid function to virtio_gpu_base
` [PULL 05/66] docs: vhost-user-gpu: add protocol changes for EDID
` [PULL 06/66] contrib/vhost-user-gpu: implement get_edid feature
` [PULL 07/66] vhost-user-gpu: implement get_edid frontend feature
` [PULL 08/66] hw/virtio: Add boilerplate for vhost-user-scmi device
` [PULL 09/66] hw/virtio: Add vhost-user-scmi-pci boilerplate
` [PULL 10/66] tests/qtest: enable tests for virtio-scmi
` [PULL 11/66] machine: Add helpers to get cores/threads per socket
` [PULL 12/66] hw/smbios: Fix smbios_smp_sockets caculation
` [PULL 13/66] hw/smbios: Fix thread count in type4
` [PULL 14/66] hw/smbios: Fix core "
` [PULL 15/66] vhost-user: Change one_time to per_device request
` [PULL 16/66] vhost-user: Make RESET_DEVICE a per device message
` [PULL 17/66] hw/i386/pc_q35: Resolve redundant q35_host variable
` [PULL 18/66] hw/pci-host/q35: Fix double, contradicting .endianness assignment
` [PULL 19/66] hw/pci-host/q35: Initialize PCMachineState::bus in board code
` [PULL 20/66] hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro
` [PULL 21/66] hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board code
` [PULL 22/66] hw/pci-host/q35: Make some property name macros reusable by i440fx
` [PULL 23/66] hw/i386/pc_piix: Turn some local variables into initializers
` [PULL 24/66] hw/pci-host/i440fx: Add "i440fx" child property in board code
` [PULL 25/66] hw/pci-host/i440fx: Replace magic values by existing constants
` [PULL 26/66] hw/pci-host/i440fx: Have common names for some local variables
` [PULL 27/66] hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState section
` [PULL 28/66] hw/pci-host/i440fx: Make MemoryRegion pointers accessible as properties
` [PULL 29/66] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
` [PULL 30/66] hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties
` [PULL 31/66] hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE property
` [PULL 32/66] hw/pci-host/i440fx: Resolve i440fx_init()
` [PULL 33/66] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()
` [PULL 34/66] hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifunction()
` [PULL 35/66] hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()
` [PULL 36/66] pcie: Release references of virtual functions
` [PULL 37/66] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()
` [PULL 38/66] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()
` [PULL 39/66] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads()
` [PULL 40/66] vhost-vdpa: mute unaligned memory error report
` [PULL 41/66] tests/acpi: allow changes in DSDT.noacpihp table blob
` [PULL 42/66] tests/acpi/bios-tables-test: use the correct slot on the pcie-root-port
` [PULL 43/66] tests/acpi/bios-tables-test: update acpi blob q35/DSDT.noacpihp
` [PULL 44/66] tests/qtest/hd-geo-test: fix incorrect pcie-root-port usage and simplify test
` [PULL 45/66] hw/pci: warn when PCIe device is plugged into non-zero slot of downstream port
` [PULL 46/66] virtio-iommu: Fix 64kB host page size VFIO device assignment
` [PULL 47/66] virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()
` [PULL 48/66] pcie: Add hotplug detect state register to cmask
` [PULL 49/66] vdpa: Fix possible use-after-free for VirtQueueElement
` [PULL 50/66] include: attempt to document device_class_set_props
` [PULL 51/66] include/hw: document the device_class_set_parent_* fns
` [PULL 52/66] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
` [PULL 53/66] include/hw/virtio: document virtio_notify_config
` [PULL 54/66] include/hw/virtio: add kerneldoc for virtio_init
` [PULL 55/66] include/hw/virtio: document some more usage of notifiers
` [PULL 56/66] pcie: Use common ARI next function number
` [PULL 57/66] pcie: Specify 0 for ARI next function numbers
` [PULL 58/66] vdpa: Use iovec for vhost_vdpa_net_load_cmd()
` [PULL 59/66] vdpa: Restore MAC address filtering state
` [PULL 60/66] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature
` [PULL 61/66] vhost: Fix false positive out-of-bounds
` [PULL 62/66] vdpa: Accessing CVQ header through its structure
` [PULL 63/66] vdpa: Avoid forwarding large CVQ command failures
` [PULL 64/66] vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ
` [PULL 65/66] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA feature
` [PULL 66/66] vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ

[PULL 0/7] Misc QGA patches 2023-07-10
 2023-07-10 22:59 UTC  (2+ messages)

[PULL 00/54] riscv-to-apply queue
 2023-07-10 22:59 UTC  (2+ messages)

[PULL 00/44] MIPS patches for 2023-07-10
 2023-07-10 22:26 UTC  (45+ messages)
` [PULL 01/44] target/mips: Rework cp0_timer with clock API
` [PULL 02/44] target/mips: Implement Loongson CSR instructions
` [PULL 03/44] hw/mips/loongson3_virt: Relax CPU restrictions for TCG
` [PULL 04/44] target/mips: Add emulation of MXU instructions for 32-bit load/store
` [PULL 05/44] target/mips: Add support of two XBurst CPUs
` [PULL 06/44] target/mips/mxu: Add LXW LXB LXH LXBU LXHU instructions
` [PULL 07/44] target/mips/mxu: Add S32MADD/MADDU/MSUB/MSUBU instructions
` [PULL 08/44] target/mips/mxu: Add Q8SLT Q8SLTU instructions
` [PULL 09/44] target/mips/mxu: Fix D16MAX D16MIN Q8MAX Q8MIN instructions
` [PULL 10/44] target/mips/mxu: Add S32SLT D16SLT D16AVG[R] Q8AVG[R] insns
` [PULL 11/44] target/mips/mxu: Add Q8ADD instruction
` [PULL 12/44] target/mips/mxu: Add S32CPS D16CPS Q8ABD Q16SAT insns
` [PULL 13/44] target/mips/mxu: Add D16MULF D16MULE instructions
` [PULL 14/44] target/mips/mxu: Add D16MACF D16MACE instructions
` [PULL 15/44] target/mips/mxu: Add D16MADL instruction
` [PULL 16/44] target/mips/mxu: Add S16MAD instruction
` [PULL 17/44] target/mips/mxu: Add Q16ADD instruction
` [PULL 18/44] target/mips/mxu: Add D32ADD instruction
` [PULL 19/44] target/mips/mxu: Add D32ACC D32ACCM D32ASUM instructions
` [PULL 20/44] target/mips/mxu: Add D32ADDC instruction
` [PULL 21/44] target/mips/mxu: Add Q16ACC Q16ACCM D16ASUM instructions
` [PULL 22/44] target/mips/mxu: Add Q8ADDE Q8ACCE D8SUM D8SUMC instructions
` [PULL 23/44] target/mips/mxu: Add S8STD S8LDI S8SDI instructions
` [PULL 24/44] target/mips/mxu: Add S16LDD S16STD S16LDI S16SDI instructions
` [PULL 25/44] target/mips/mxu: Add S32MUL S32MULU S32EXTR S32EXTRV insns
` [PULL 26/44] target/mips/mxu: Add S32ALN S32LUI insns
` [PULL 27/44] target/mips/mxu: Add D32SARL D32SARW instructions
` [PULL 28/44] target/mips/mxu: Add D32SLL D32SLR D32SAR instructions
` [PULL 29/44] target/mips/mxu: Add Q16SLL Q16SLR Q16SAR instructions
` [PULL 30/44] target/mips/mxu: Add D32/Q16- SLLV/SLRV/SARV instructions
` [PULL 31/44] target/mips/mxu: Add S32/D16/Q8- MOVZ/MOVN instructions
` [PULL 32/44] target/mips/mxu: Add Q8MAC Q8MACSU instructions
` [PULL 33/44] target/mips/mxu: Add Q16SCOP instruction
` [PULL 34/44] target/mips/mxu: Add Q8MADL instruction
` [PULL 35/44] target/mips/mxu: Add S32SFL instruction
` [PULL 36/44] target/mips/mxu: Add Q8SAD instruction
` [PULL 37/44] target/mips: enable GINVx support for I6400 and I6500
` [PULL 38/44] hw/ide/pci: Expose legacy interrupts as named GPIOs
` [PULL 39/44] hw/ide/via: Wire up IDE legacy interrupts in host device
` [PULL 40/44] hw/isa/vt82c686: Remove via_isa_set_irq()
` [PULL 41/44] hw/ide: Extract IDEBus assignment into bmdma_init()
` [PULL 42/44] hw/ide: Extract bmdma_status_writeb()
` [PULL 43/44] hw/ide/pci: Replace some magic numbers by constants
` [PULL 44/44] hw/ide/piix: Move registration of VMStateDescription to DeviceClass

[PATCH v3 0/7] VIA and general PCI IDE cleanup
 2023-07-10 22:12 UTC  (2+ messages)

[PATCH v3 00/20] virtio: add vhost-user-generic, reduce c&p and support standalone
 2023-07-10 21:58 UTC  (9+ messages)
` [PATCH v3 03/20] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
` [PATCH v3 05/20] include/hw/virtio: add kerneldoc for virtio_init
` [PATCH v3 07/20] virtio: add vhost-user-base and a generic vhost-user-device
` [PATCH v3 10/20] hw/virtio: add config support to vhost-user-device

[PATCH v2 1/1] pcie: Add hotplug detect state register to cmask
 2023-07-10 21:48 UTC  (10+ messages)

[PATCH v3 0/7] virtio-mem: Device unplug support
 2023-07-10 21:40 UTC  (3+ messages)
` [PATCH v3 3/7] arm/virt: Use virtio-md-pci (un)plug functions

[PATCH 0/2] MIPS: Enable Loongson-3A4000 TCG for system emulation
 2023-07-10 21:34 UTC  (6+ messages)
` [PATCH 1/2] target/mips: Implement Loongson CSR instructions

[PULL v2 00/21] s390x, qtest and misc patches before the 8.1 soft freeze
 2023-07-10 20:42 UTC  (2+ messages)

[PATCH 0/3] block: align CoR requests to subclusters
 2023-07-10 19:50 UTC  (7+ messages)
` [PATCH 1/3] block: add subcluster_size field to BlockDriverInfo
` [PATCH 2/3] block/io: align requests to subcluster_size
` [PATCH 3/3] tests/qemu-iotests/197: add testcase for CoR with subclusters

[ANNOUNCE] QEMU 8.0.3 Stable released
 2023-07-10 19:43 UTC 

[ANNOUNCE] QEMU 7.2.4 Stable released
 2023-07-10 19:40 UTC 

[PATCH] Revert "virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events"
 2023-07-10 19:40 UTC  (2+ messages)

[PATCH 00/33] target/mips: Finalise the Ingenic MXU ASE support
 2023-07-10 19:28 UTC  (2+ messages)

[PATCH] target/mips: enable GINVx support for I6400 and I6500
 2023-07-10 19:21 UTC  (2+ messages)

[PATCH] target/mips: Rework cp0_timer with clock API
 2023-07-10 19:21 UTC  (2+ messages)

[PATCH] tests/migration: Restrict initrd-stress.img to Linux
 2023-07-10 19:17 UTC  (3+ messages)

[PATCH v4 0/4] Virtio shared dma-buf
 2023-07-10 19:03 UTC  (5+ messages)
` [PATCH v4 2/4] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v4 3/4] vhost-user: add shared_object msg

[PATCH v2 00/17] Support smp.clusters for x86
 2023-07-10 18:42 UTC  (4+ messages)

[PATCH v4 0/5] Support x2APIC mode with TCG accelerator
 2023-07-10 18:39 UTC  (6+ messages)
` [PATCH v4 5/5] amd_iommu: report x2APIC support to the operating system

[PATCH] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers
 2023-07-10 16:01 UTC  (3+ messages)

python qemu.qmp v0.0.3 released
 2023-07-10 18:03 UTC 

[PATCH v2 00/11] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-07-10 17:51 UTC  (12+ messages)
` [PATCH v2 01/11] hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
` [PATCH v2 02/11] hw/char/pl011: Display register name in trace events
` [PATCH v2 03/11] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
` [PATCH v2 04/11] hw/char/pl011: Replace magic values by register field definitions
` [PATCH v2 05/11] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH v2 06/11] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PATCH v2 07/11] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
` [PATCH v2 08/11] hw/char/pl011: Warn when using disabled transmitter
` [PATCH v2 09/11] hw/char/pl011: Check if receiver is enabled
` [PATCH v2 10/11] hw/char/pl011: Rename RX FIFO methods
` [RFC PATCH v2 11/11] hw/char/pl011: Implement TX FIFO

[PATCH v2] tests/avocado: Disable the test_sbsaref_edk2_firmware by default
 2023-07-10 17:01 UTC 


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