qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-18 10:36:51 to 2021-02-18 23:30:31 UTC [more...]

[PATCH v4 00/71] TCI fixes and cleanups
 2021-02-18 23:24 UTC  (21+ messages)
` [PATCH v4 02/71] tcg: Split out tcg_raise_tb_overflow
` [PATCH v4 04/71] tcg/tci: Merge identical cases in generation
` [PATCH v4 05/71] tcg/tci: Remove tci_read_r8
` [PATCH v4 06/71] tcg/tci: Remove tci_read_r8s
` [PATCH v4 08/71] tcg/tci: Remove tci_read_r16s
` [PATCH v4 10/71] tcg/tci: Remove tci_read_r32s
` [PATCH v4 12/71] tcg/tci: Merge basic arithmetic operations
` [PATCH v4 13/71] tcg/tci: Merge extension operations
` [PATCH v4 15/71] tcg/tci: Merge bswap operations
` [PATCH v4 16/71] tcg/tci: Merge mov, not and neg operations

[PULL 0/3] Machine and x86 queue, 2021-02-18
 2021-02-18 23:24 UTC  (4+ messages)
` [PULL 1/3] i386: Add the support for AMD EPYC 3rd generation processors
` [PULL 2/3] device-crash-test: Remove problematic language
` [PULL 3/3] hostmem: Don't report pmem attribute if unsupported

How to get a wiki account?
 2021-02-18 23:23 UTC 

[PATCH v4 0/3] Add npcm7xx emc model
 2021-02-18 21:46 UTC  (4+ messages)

[RFC PATCH 0/5] fuzz: add a script to help build reproducers
 2021-02-18 21:12 UTC  (6+ messages)
` [RFC PATCH 1/5] fuzz: add a script to "
` [RFC PATCH 2/5] fuzz: add instructions for building reproducers
` [RFC PATCH 3/5] tests: add a sdhci reproducer
` [RFC PATCH 4/5] tests: add another "
` [RFC PATCH 5/5] tests: add a xhci reproducer

[PATCH v5 0/3] Add npcm7xx emc model
 2021-02-18 21:24 UTC  (4+ messages)
` [PATCH v5 1/3] hw/net: "
` [PATCH v5 2/3] hw/arm: "
` [PATCH v5 3/3] tests/qtests: Add npcm7xx emc model test

[PATCH] s390x/pci: restore missing Query PCI Function CLP data
 2021-02-18 20:53 UTC 

[PATCH 0/5] Obey NBD spec regarding block size bounds on reply
 2021-02-18 20:40 UTC  (8+ 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 3/5] nbd/server: Avoid unaligned read/block_status from backing
` [PATCH 4/5] nbd/server: Avoid unaligned dirty-bitmap status
` [PATCH 5/5] do not apply: Revert "nbd-client: Work around server BLOCK_STATUS misalignment at EOF"

[PATCH v4 0/4] Add support for ipv6 host forwarding
 2021-02-18 20:34 UTC  (6+ messages)
` [PATCH v4 1/4] slirp: Advance libslirp submodule to add ipv6 host-forward support
` [PATCH v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse
` [PATCH v4 3/4] net/slirp.c: Refactor address parsing
` [PATCH v4 4/4] net: Extend host forwarding to support IPv6

[PATCH v2 0/6] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
 2021-02-18 20:31 UTC  (17+ messages)
` [PATCH v2 1/6] hw/sd: sdhci: Don't transfer any data when command time out
` [PATCH v2 2/6] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
` [PATCH v2 3/6] hw/sd: sdhci: Correctly set the controller status for ADMA
` [PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
` [PATCH v2 5/6] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
` [PATCH v2 6/6] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed

[PATCH v3 0/3]
 2021-02-18 20:30 UTC  (10+ messages)

[PATCH v2] Correct CRIS TCG register lifetime management
 2021-02-18 20:26 UTC  (5+ messages)

[PULL v2 00/35] hexagon initial commit
 2021-02-18 20:01 UTC  (3+ messages)
` [PULL v2 35/35] Hexagon build infrastructure

[PATCH v5 00/25] python: create installable package
 2021-02-18 19:27 UTC  (26+ messages)
` [PATCH v5 01/25] python/console_socket: avoid one-letter variable
` [PATCH v5 02/25] iotests/297: add --namespace-packages to mypy arguments
` [PATCH v5 03/25] python: create qemu packages
` [PATCH v5 04/25] python: create utils sub-package
` [PATCH v5 05/25] python: add qemu package installer
` [PATCH v5 06/25] python: add VERSION file
` [PATCH v5 07/25] python: add directory structure README.rst files
` [PATCH v5 08/25] python: Add pipenv support
` [PATCH v5 09/25] python: add pylint import exceptions
` [PATCH v5 10/25] python: move pylintrc into setup.cfg
` [PATCH v5 11/25] python: add pylint to pipenv
` [PATCH v5 12/25] python: move flake8 config to setup.cfg
` [PATCH v5 13/25] python: add excluded dirs to flake8 config
` [PATCH v5 14/25] python: Add flake8 to pipenv
` [PATCH v5 15/25] python: move mypy.ini into setup.cfg
` [PATCH v5 16/25] python: add mypy to pipenv
` [PATCH v5 17/25] python: move .isort.cfg into setup.cfg
` [PATCH v5 18/25] python/qemu: add isort to pipenv
` [PATCH v5 19/25] python/qemu: add qemu package itself "
` [PATCH v5 20/25] python: add devel package requirements to setuptools
` [PATCH v5 21/25] python: add pytest and tests
` [PATCH v5 22/25] python: add Makefile for some common tasks
` [PATCH v5 23/25] python: add .gitignore
` [PATCH v5 24/25] gitlab: add python linters to CI
` [PATCH v5 25/25] python: add 'make develop' target

[PATCH 0/3] virtio-net: graceful drop of vhost for TAP
 2021-02-18 19:55 UTC  (7+ messages)

[RFC PATCH v2 0/2] PCIe DOE for PCIe and CXL 2.0 v2 release
 2021-02-18 19:15 UTC  (7+ messages)
` [RFC PATCH v2 1/2] Basic PCIe DOE support
` [RFC v2 2/2] Basic CXL DOE for CDAT and Compliance Mode

[PATCH v2 0/3] virtiofsd: Add options to enable/disable posix acl
 2021-02-18 19:04 UTC  (4+ messages)
` [PATCH v2 1/3] virtiofsd: Add an option to enable/disable posix acls
  ` [PATCH v2.1 "

[PATCH v6 00/19] qapi: static typing conversion, pt2
 2021-02-18 19:01 UTC  (4+ messages)
` [PATCH v6 14/19] qapi/introspect.py: add type hint annotations

[PATCH] virtio-ccw: commands on revision-less devices
 2021-02-18 18:51 UTC  (6+ messages)

[RFC v2 0/7] vDPA shadow virtqueue - notifications forwarding
 2021-02-18 18:35 UTC  (5+ messages)
` [RFC v2 5/7] vhost: Add x-vhost-enable-shadow-vq qmp

[PATCH RESEND] hostmem: Don't report pmem attribute if unsupported
 2021-02-18 18:27 UTC  (5+ messages)

[PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-18 18:26 UTC  (8+ messages)

[PATCH] meson: Re-enable the possibility to run "make check SPEED=slow"
 2021-02-18 18:01 UTC  (3+ messages)

[PATCH] hw/sd/sdhci: Report error when guest access protected registers
 2021-02-18 17:56 UTC 

[PATCH] virtio-iommu: Handle non power of 2 range invalidations
 2021-02-18 18:06 UTC  (5+ messages)

[PATCH 0/1] css: SCHIB measurement block origin must be aligned
 2021-02-18 17:40 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v4 00/24] python: create installable package
 2021-02-18 17:45 UTC  (4+ messages)
` [PATCH v4 07/24] python: add directory structure README.rst files

Call for Google Summer of Code 2021 project ideas
 2021-02-18 17:43 UTC  (5+ messages)
` [Rust-VMM] "

[PATCH 00/24] virtiofs dax patches
 2021-02-18 17:33 UTC  (10+ messages)
` [PATCH 01/24] DAX: vhost-user: Rework slave return values
` [PATCH 06/24] DAX: virtio-fs: Add cache BAR
` [PATCH 08/24] DAX: virtio-fs: Fill in slave commands for mapping

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

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-02-18 17:25 UTC  (3+ messages)
` [PATCH v2 33/42] esp: defer command completion interrupt on incoming data transfers

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-18 16:50 UTC  (6+ messages)
` [RFC PATCH v3 05/31] hw/cxl/device: Implement basic mailbox (8.2.8.4)

[PATCH v2] qga: return a more explicit error on why a command is disabled
 2021-02-18 16:45 UTC  (3+ messages)

[PATCH v2 0/5] target/sh4: Pass MMUAccessType to get_physical_address()
 2021-02-18 16:35 UTC  (7+ messages)
` [PATCH v2 1/5] target/sh4: Fix code style for checkpatch.pl
` [PATCH v2 2/5] target/sh4: Replace magic value by MMUAccessType definitions
` [PATCH v2 3/5] target/sh4: Remove unused 'int access_type' argument
` [PATCH v2 4/5] target/sh4: Let get_physical_address() use MMUAccessType access_type
` [PATCH v2 5/5] target/sh4: Remove unused definitions

[PULL 0/2] Usb 20210218 patches
 2021-02-18 16:33 UTC  (4+ messages)
` [PULL 1/2] usb-host: use correct altsetting in usb_host_ep_update
` [PULL 2/2] usb/pcap: set flag_setup

[PATCH] virtiofs_submounts.py test: Note on vmlinuz param
 2021-02-18 16:24 UTC  (3+ messages)

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-02-18 16:21 UTC  (8+ messages)
` [PATCH 04/38] target/riscv: 16-bit Addition & Subtraction Instructions

[PATCH] Correct CRIS TCG register lifetime management
 2021-02-18 16:14 UTC  (5+ messages)

[PATCH] net: eepro100: validate various address values
 2021-02-18 16:10 UTC  (4+ messages)

[PATCH v2 0/6] qapi: Add support for aliases
 2021-02-18 16:10 UTC  (6+ messages)
` [PATCH v2 4/6] qapi: Apply aliases in qobject-input-visitor

[PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
 2021-02-18 16:03 UTC  (2+ messages)

[PATCH 0/7] qcow2: compressed write cache
 2021-02-18 16:02 UTC  (9+ messages)
` [PATCH 2/7] block/qcow2: introduce cache for compressed writes
` [PATCH 3/7] block/qcow2: use compressed write cache

[PATCH v2 00/38] ppc: qemu: Convert qemu-ppce500 to driver model and enable additional driver support
 2021-02-18 15:57 UTC 

[PATCH 0/2] SEV firmware error list touchups
 2021-02-18 15:48 UTC  (4+ messages)
` [PATCH 1/2] sev: use explicit indices for mapping firmware error codes to strings
` [PATCH 2/2] sev: add missing firmware error conditions

[PATCH v2 0/7] Xen guest loader (to boot Xen+Kernel under TCG)
 2021-02-18 15:22 UTC  (7+ messages)
` [PATCH v2 7/7] tests/avocado: add boot_xen tests

[PULL 00/23] plugin updates (hwprofile, CF_NOCACHE, io_recompile)
 2021-02-18 15:13 UTC  (2+ messages)

[PATCH] hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node
 2021-02-18 14:58 UTC 

[RFC PATCH v2 0/3] vfio: Some fixes and optimizations for VFIO migration
 2021-02-18 14:45 UTC  (8+ messages)
` [RFC PATCH v2 1/3] vfio: Move the saving of the config space to the right place in "

[PULL 00/19] riscv-to-apply queue
 2021-02-18 14:22 UTC  (4+ messages)

[PATCH 0/3] Some SMMUv3 bug fixes
 2021-02-18 14:02 UTC  (4+ messages)
` [PATCH 1/3] hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not set
` [PATCH 2/3] hw/arm/smmuv3: Enforce invalidation on a power of two range
` [PATCH 3/3] hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling

[PATCH v4] net/macos: implement vmnet-based netdev
 2021-02-18 13:49 UTC 

[PATCH 0/5] parallels: load bitmap extension
 2021-02-18 13:47 UTC  (5+ messages)
` [PATCH 1/5] qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public
` [PATCH 2/5] parallels.txt: fix bitmap L1 table description

[RFC v7 00/26] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-02-18 13:32 UTC  (6+ messages)
` [RFC v7 26/26] vfio/pci: Implement return_page_response page response callback

[PATCH] usb-host: use correct altsetting in usb_host_ep_update
 2021-02-18 13:23 UTC  (4+ messages)

Editing QEMU POWER Platform wiki page
 2021-02-18 13:16 UTC 

[PULL 00/35] hexagon initial commit
 2021-02-18 11:20 UTC  (2+ messages)

[PATCH] virtio-iommu: Default to bypass during boot
 2021-02-18 10:59 UTC 

Measuring the impact of buffer copy for virtio-gpu guests
 2021-02-18 11:06 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 NNTP newsgroup(s).