qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-25 05:24:01 to 2021-02-25 15:42:56 UTC [more...]

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-02-25 15:41 UTC  (30+ messages)
` [PATCH v3 02/16] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH v3 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH v3 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH v3 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH v3 08/16] qapi/expr.py: add type hint annotations
` [PATCH v3 09/16] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PATCH v3 10/16] qapi/expr.py: Remove single-letter variable
` [PATCH v3 13/16] qapi/expr.py: Modify check_keys to accept any Collection
` [PATCH v3 15/16] qapi/expr.py: move related checks inside check_xxx functions

[PATCH v2 00/10] target/hexagon: introduce idef-parser
 2021-02-25 15:18 UTC  (11+ messages)
` [PATCH v2 01/10] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v2 02/10] target/hexagon: import README "
` [PATCH v2 03/10] target/hexagon: make helper functions non-static
` [PATCH v2 04/10] target/hexagon: introduce new helper functions
` [PATCH v2 05/10] target/hexagon: expose next PC in DisasContext
` [PATCH v2 06/10] target/hexagon: prepare input for the idef-parser
` [PATCH v2 07/10] target/hexagon: import lexer for idef-parser
` [PATCH v2 08/10] target/hexagon: import parser "
` [PATCH v2 09/10] target/hexagon: call idef-parser functions
` [PATCH v2 10/10] target/hexagon: import additional tests

[RFC PATCH 00/10] target/hexagon: introduce idef-parser
 2021-02-25 15:24 UTC  (6+ messages)
` [RFC PATCH 08/10] target/hexagon: import parser for idef-parser

[PATCH] tcg/i386: rdpmc: use the the condtions
 2021-02-25 12:15 UTC  (4+ messages)

[PATCH 0/5] Obey NBD spec regarding block size bounds on reply
 2021-02-25 14:57 UTC  (6+ messages)
` [PATCH 1/5] iotests: Update 241 to expose backing layer fragmentation
` [PATCH 2/5] block: Fix BDRV_BLOCK_RAW status to honor alignment

[PATCH v2 00/22] eMMC support
 2021-02-25 14:43 UTC  (8+ messages)
` [PATCH v2 01/22] block: add eMMC block device type

[PATCH v2] vl: deprecate -writeconfig
 2021-02-25 14:42 UTC  (6+ messages)

[PATCH 0/6] Detect reentrant RX casue by loopback
 2021-02-25 14:42 UTC  (19+ messages)
` [PATCH 1/6] net: introduce qemu_receive_packet()
` [PATCH 2/6] e1000: switch to use qemu_receive_packet() for loopback
` [PATCH 3/6] dp8393x: switch to use qemu_receive_packet() for loopback packet
` [PATCH 4/6] msf2-mac: switch to use qemu_receive_packet() for loopback
` [PATCH 5/6] sungem: "
` [PATCH 6/6] tx_pkt: switch to use qemu_receive_packet_iov() "

[PATCH qemu] spapr: Fix typo in the patb_entry comment
 2021-02-25 14:37 UTC  (2+ messages)

[RFC PATCH 0/5] hw/arm/virt: Introduce cpu topology support
 2021-02-25 14:30 UTC  (17+ messages)
` [RFC PATCH 1/5] device_tree: Add qemu_fdt_add_path
` [RFC PATCH 2/5] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH 3/5] hw/arm/virt-acpi-build: distinguish possible and present cpus
` [RFC PATCH 4/5] hw/acpi/aml-build: add processor hierarchy node structure
` [RFC PATCH 5/5] hw/arm/virt-acpi-build: add PPTT table

[PATCH] linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
 2021-02-25 14:26 UTC  (6+ messages)

[RFC v10 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2021-02-25 14:14 UTC  (2+ messages)

Bogus "is either too old or uses too old a Python version" from docs/meson.build
 2021-02-25 14:01 UTC  (4+ messages)

[PATCH v6 01/11] hvf: Add hypervisor entitlement to output binaries
 2021-02-25 13:48 UTC  (3+ messages)
` [PATCH] hvf: Sign the code after installation

QEMU CI failed due to canceled download
 2021-02-25 13:37 UTC  (2+ messages)

[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
 2021-02-25 13:09 UTC  (2+ messages)

who's using the ozlabs patchwork install for QEMU patches ?
 2021-02-25 13:04 UTC  (8+ messages)

[PATCH 0/3] migration/ram: Some modifications about ram_save_host_page()
 2021-02-25 12:48 UTC  (6+ messages)
` [PATCH 1/3] migration/ram: Modify the code comment of ram_save_host_page()
` [PATCH 3/3] migration/ram: Optimize ram_save_host_page()

[PATCH 00/14] deprecations: remove many old deprecations
 2021-02-25 12:32 UTC  (7+ messages)
` [PATCH 04/14] softmmu: remove '-usbdevice' command line option
` [PATCH 06/14] machine: remove 'query-cpus' QMP command

[PATCH] vl: deprecate -writeconfig
 2021-02-25 12:25 UTC  (2+ messages)

[PATCH v2] libqos/qgraph: format qgraph comments for sphinx documentation
 2021-02-25 12:22 UTC 

[PATCH] multiprocess: move feature to meson_options.txt
 2021-02-25 12:15 UTC  (3+ messages)

[PATCH] hw/riscv: Add basic fw_cfg support to virt
 2021-02-25 11:54 UTC  (3+ messages)

[PATCH v2(RFC) 0/3] qcow2: fix parallel rewrite and discard
 2021-02-25 11:52 UTC  (4+ messages)
` [PATCH v2 1/3] qemu-io: add aio_discard
` [PATCH v2 2/3] iotests: add qcow2-discard-during-rewrite
` [PATCH v2 3/3] block/qcow2: introduce inflight writes counters: fix discard

[PATCH] virtio-gpu: Respect graphics update interval for EDID
 2021-02-25 11:46 UTC  (6+ messages)

[RFC v8 00/28] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-02-25 10:52 UTC  (29+ messages)
` [RFC v8 01/28] hw/vfio/common: trace vfio_connect_container operations
` [RFC v8 02/28] update-linux-headers: Import iommu.h
` [RFC v8 03/28] header update against 5.11-rc2 and IOMMU/VFIO nested stage APIs
` [RFC v8 04/28] memory: Add new fields in IOTLBEntry
` [RFC v8 05/28] hw/arm/smmuv3: Properly propagate S1 asid invalidation
` [RFC v8 06/28] memory: Add IOMMU_ATTR_VFIO_NESTED IOMMU memory region attribute
` [RFC v8 07/28] memory: Add IOMMU_ATTR_MSI_TRANSLATE "
` [RFC v8 08/28] memory: Introduce IOMMU Memory Region inject_faults API
` [RFC v8 09/28] iommu: Introduce generic header
` [RFC v8 10/28] pci: introduce PCIPASIDOps to PCIDevice
` [RFC v8 11/28] vfio: Force nested if iommu requires it
` [RFC v8 12/28] vfio: Introduce hostwin_from_range helper
` [RFC v8 13/28] vfio: Introduce helpers to DMA map/unmap a RAM section
` [RFC v8 14/28] vfio: Set up nested stage mappings
` [RFC v8 15/28] vfio: Pass stage 1 MSI bindings to the host
` [RFC v8 16/28] vfio: Helper to get IRQ info including capabilities
` [RFC v8 17/28] vfio/pci: Register handler for iommu fault
` [RFC v8 18/28] vfio/pci: Set up the DMA FAULT region
` [RFC v8 19/28] vfio/pci: Implement the DMA fault handler
` [RFC v8 20/28] hw/arm/smmuv3: Advertise MSI_TRANSLATE attribute
` [RFC v8 21/28] hw/arm/smmuv3: Store the PASID table GPA in the translation config
` [RFC v8 22/28] hw/arm/smmuv3: Fill the IOTLBEntry arch_id on NH_VA invalidation
` [RFC v8 23/28] hw/arm/smmuv3: Fill the IOTLBEntry leaf field "
` [RFC v8 24/28] hw/arm/smmuv3: Pass stage 1 configurations to the host
` [RFC v8 25/28] hw/arm/smmuv3: Implement fault injection
` [RFC v8 26/28] hw/arm/smmuv3: Allow MAP notifiers
` [RFC v8 27/28] pci: Add return_page_response pci ops
` [RFC v8 28/28] vfio/pci: Implement return_page_response page response callback

[PATCH] chardev: do not use short form boolean options in non-QemuOpts character device descriptions
 2021-02-25 11:17 UTC  (2+ messages)

[PATCH v23 00/17] i386 cleanup PART 2
 2021-02-25 11:22 UTC  (20+ messages)
` [PATCH v23 01/17] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v23 02/17] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v23 03/17] accel: introduce new accessor functions
` [PATCH v23 04/17] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v23 05/17] accel-cpu: make cpu_realizefn return a bool
` [PATCH v23 06/17] meson: add target_user_arch
` [PATCH v23 07/17] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v23 08/17] i386: split smm helper (sysemu)
` [PATCH v23 09/17] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v23 10/17] i386: move TCG btp_helper into sysemu/
` [PATCH v23 11/17] i386: split misc helper user stubs and sysemu part
` [PATCH v23 12/17] i386: separate fpu_helper into user and sysemu parts
` [PATCH v23 13/17] i386: split svm_helper into sysemu and stub-only user
` [PATCH v23 14/17] i386: split seg_helper into user-only and sysemu parts
` [PATCH v23 15/17] i386: split off sysemu part of cpu.c
` [PATCH v23 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
` [PATCH v23 17/17] i386: make cpu_load_efer sysemu-only

[PATCH v2] ui/console: Pass placeholder surface to displays
 2021-02-25 11:19 UTC  (9+ messages)
` [PATCH v3 1/3] ui/console: Add placeholder flag to message surface
  ` [PATCH v3 2/3] ui/console: Pass placeholder surface to displays
  ` [PATCH v3 3/3] virtio-gpu: Do not distinguish the primary console

[PATCH qemu v13] spapr: Implement Open Firmware client interface
 2021-02-25 10:51 UTC  (4+ messages)

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-02-25 10:50 UTC  (7+ messages)
` [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8

[PATCH 0/3] hw/block/nvme: mdts/zasl cleanup
 2021-02-25 10:43 UTC  (3+ messages)

[PATCH] qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute
 2021-02-25 10:41 UTC  (2+ messages)

[PATCH v2] blockjob: report a better error message
 2021-02-25 10:36 UTC 

[PATCH 00/24] virtiofs dax patches
 2021-02-25 10:19 UTC  (4+ messages)
` [PATCH 18/24] DAX/unmap virtiofsd: Parse unmappable elements

[RFC PATCH 0/5] Experimenting with tb-lookup tweaks
 2021-02-25 10:15 UTC  (3+ messages)

[PATCH] libqos/qgraph: format qgraph comments for sphinx documentation
 2021-02-25 10:13 UTC  (6+ messages)

[PATCH v4 1/3] ui/console: Add placeholder flag to message surface
 2021-02-25 10:13 UTC  (3+ messages)
` [PATCH v4 2/3] ui/console: Pass placeholder surface to displays
` [PATCH v4 3/3] virtio-gpu: Do not distinguish the primary console

[PATCH v2 0/7] Some vIOMMU fixes
 2021-02-25 10:11 UTC  (10+ messages)
` [PATCH v2 1/7] intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidate
` [PATCH v2 2/7] dma: Introduce dma_aligned_pow2_mask()
` [PATCH v2 3/7] virtio-iommu: Handle non power of 2 range invalidations
` [PATCH v2 4/7] hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not set
` [PATCH v2 5/7] hw/arm/smmuv3: Enforce invalidation on a power of two range
` [PATCH v2 6/7] hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling
` [PATCH v2 7/7] hw/arm/smmuv3: Uniformize sid traces

[PATCH v1 0/2] qcow2: fix parallel rewrite and discard
 2021-02-25 10:10 UTC  (3+ messages)
` [PATCH v1 1/2] iotests: add qcow2-discard-during-rewrite
` [PATCH v1 2/2] block/qcow2: introduce inflight writes counters: fix discard

[PATCH v2] char: don't fail when client is not connected
 2021-02-25 10:10 UTC  (2+ messages)

[PATCH v4 0/8] hw/sh4: Kconfig cleanups
 2021-02-25 10:09 UTC  (2+ messages)

[PATCH v2] target/arm: Speed up aarch64 TBL/TBX
 2021-02-25  9:52 UTC  (2+ messages)

[PATCH 1/1] accel/tcg: Replace parallel_cpus with cpu->cflags_base
 2021-02-25  9:51 UTC  (2+ messages)

[PATCH v2 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-25  9:46 UTC  (8+ messages)
` [PATCH v2 1/2] tests/acceptance: replace unstable apt.armbian.com URLs for orangepi-pc, cubieboard

[PATCH] qapi: Remove QMP events and commands from user-mode builds
 2021-02-25  9:41 UTC  (3+ messages)

[PATCH 00/10] Fixed some bugs and optimized some codes for COLO
 2021-02-25  9:40 UTC  (11+ messages)
` [PATCH 02/10] Fix the qemu crash when guest shutdown during checkpoint
` [PATCH 07/10] Disable auto-coverge before entering COLO mode

[PATCH v3 00/38] ppc: qemu: Convert qemu-ppce500 to driver model and enable additional driver support
 2021-02-25  9:22 UTC 

[PATCH] qtest: delete redundant qtest.h header files
 2021-02-25  9:08 UTC  (2+ messages)

[PATCH v22 00/17] i386 cleanup PART 2
 2021-02-25  9:02 UTC  (11+ messages)
` [PATCH v22 06/17] meson: add target_user_arch
` [PATCH v22 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU
` [PATCH v22 17/17] i386: move cpu_load_efer into sysemu-only section of cpu.h

[PATCH v2] Autoconnect jack ports by default
 2021-02-25  8:48 UTC  (7+ messages)

[PATCH] ui/cocoa: Mark variables static
 2021-02-25  8:42 UTC 

[PATCH] ui/cocoa: Fix stride resolution of pixman image
 2021-02-25  8:38 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3] virtio-blk: Respect discard granularity
 2021-02-25  8:34 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] target/arm: Speed up aarch64 TBL/TBX
 2021-02-25  8:22 UTC  (2+ messages)

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-25  8:05 UTC  (4+ messages)

vhost reply_ack negotiation (a.k.a differences in vhost-user behaviour with libvhost-user and vhost-user-backend.rs)
 2021-02-25  6:36 UTC  (4+ messages)
  ` [Rust-VMM] "

[PATCH] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-02-25  6:35 UTC  (11+ messages)
                ` [PATCH v4] virtio-mmio: improve virtio-mmio get_dev_path alog


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