qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-20 21:21:30 to 2020-10-21 14:57:52 UTC [more...]

[PULL 00/17] Microvm 20201021 patches
 2020-10-21 14:48 UTC  (12+ messages)
` [PULL 01/17] tests/acpi: allow changes for microvm/APIC.pcie
` [PULL 02/17] tests/acpi: add empty microvm/APIC.pcie
` [PULL 04/17] microvm: set pci_irq_mask
` [PULL 05/17] apci: drop has_pci arg for acpi_build_madt
` [PULL 07/17] tests/acpi: disallow changes for microvm/APIC.pcie
` [PULL 08/17] acpi: add aml builder stubs
` [PULL 09/17] usb/xhci: add include/hw/usb/xhci.h header file
` [PULL 11/17] usb/xhci: fixup xhci kconfig deps
` [PULL 13/17] tests/acpi: allow updates for expected data files
` [PULL 14/17] tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb, rtc} files
` [PULL 17/17] tests/acpi: update expected data files

[PATCH v3] pc: Implement -no-hpet as sugar for -machine allow-hpet=no
 2020-10-21 14:48 UTC  (2+ messages)

[PATCH v3] pc: Implement -no-hpet as sugar for -machine hpet=on
 2020-10-21 14:47 UTC 

[PATCH v5] replay: do not build if TCG is not available
 2020-10-21 14:46 UTC  (2+ messages)

[PATCH] migration/block-dirty-bitmap: fix larger granularity bitmaps
 2020-10-21 14:44 UTC 

[PATCH] pc: Implement -no-hpet as sugar for -machine hpet=off
 2020-10-21 14:44 UTC  (5+ messages)

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-10-21 14:43 UTC  (8+ messages)

[PATCH v5 0/6] migration/postcopy: Sync faulted addresses after network recovered
 2020-10-21 14:37 UTC  (5+ messages)
` [PATCH v5 3/6] migration: Maintain postcopy faulted addresses
` [PATCH v5 4/6] migration: Sync requested pages after postcopy recovery

[PATCH] vhost-user: add separate memslot counter for vhost-user
 2020-10-21 14:34 UTC  (6+ messages)

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-10-21 14:30 UTC  (13+ messages)
` [PATCH v26 03/17] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v26 05/17] vfio: Add VM state change handler to know state of VM
` [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

[PATCH 0/2] s390x: pv: Diag318 fixes
 2020-10-21 14:29 UTC  (9+ messages)
` [PATCH 1/2] s390x: pv: Remove sclp boundary checks
` [PATCH 2/2] s390x: pv: Fix diag318 PV fencing

[PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
 2020-10-21 14:29 UTC  (3+ messages)
` [PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()

ARM semihosting issue
 2020-10-21 14:16 UTC  (6+ messages)

[Fwd] Issue 26558 in oss-fuzz: qemu: Fuzzing build failure
 2020-10-21 14:02 UTC 

roms/efirom, tests/uefi-test-tools: update edk2's own submodules first
 2020-10-21 13:46 UTC  (8+ messages)

[PATCH v3 0/5] virtiofsd xattr name mappings
 2020-10-21 13:44 UTC  (7+ messages)
` [PATCH v3 4/5] tools/virtiofsd: xattr name mapping examples

[PATCH 0/1] Do not stop guest when panic event is received
 2020-10-21 13:33 UTC  (4+ messages)

[PATCH v2] pc: Implement -no-hpet as sugar for -machine allow-hpet=no
 2020-10-21 13:32 UTC  (2+ messages)

[PATCH 00/12] qom: Make all -object types use only class properties
 2020-10-21 13:30 UTC  (4+ messages)
` [PATCH 03/12] qom: Make object_class_property_add_uint*_ptr() get offset

[PATCH 0/2] tcg: optimize across branches
 2020-10-21 13:29 UTC  (3+ messages)
` [PATCH 1/2] tcg: Do not kill globals at conditional branches

[PATCH v2 0/8] 9pfs: more local tests
 2020-10-21 13:07 UTC  (9+ messages)
` [PATCH v2 1/8] tests/9pfs: simplify do_mkdir()
` [PATCH v2 2/8] tests/9pfs: add local Tunlinkat directory test
` [PATCH v2 3/8] tests/9pfs: add local Tlcreate test
` [PATCH v2 4/8] tests/9pfs: add local Tunlinkat file test
` [PATCH v2 5/8] tests/9pfs: add local Tsymlink test
` [PATCH v2 6/8] tests/9pfs: add local Tunlinkat symlink test
` [PATCH v2 7/8] tests/9pfs: add local Tlink test
` [PATCH v2 8/8] tests/9pfs: add local Tunlinkat hard link test

[PATCH v5 00/16] Add a Generic Virtual Device Fuzzer
 2020-10-21 13:24 UTC  (19+ messages)
` [PATCH v5 01/16] memory: Add FlatView foreach function
` [PATCH v5 02/16] fuzz: Add general virtual-device fuzzer
` [PATCH v5 03/16] fuzz: Add PCI features to the general fuzzer
` [PATCH v5 04/16] fuzz: Add DMA support to the generic-fuzzer
` [PATCH v5 05/16] fuzz: Declare DMA Read callback function
` [PATCH v5 06/16] fuzz: Add fuzzer callbacks to DMA-read functions
` [PATCH v5 07/16] fuzz: Add support for custom crossover functions
` [PATCH v5 08/16] fuzz: add a DISABLE_PCI op to general-fuzzer
` [PATCH v5 09/16] fuzz: add a crossover function to generic-fuzzer
` [PATCH v5 10/16] scripts/oss-fuzz: Add script to reorder a general-fuzzer trace
` [PATCH v5 11/16] scripts/oss-fuzz: Add crash trace minimization script
` [PATCH v5 12/16] fuzz: Add instructions for using general-fuzz
` [PATCH v5 13/16] fuzz: add an "opaque" to the FuzzTarget struct
` [PATCH v5 14/16] fuzz: add general-fuzz configs for oss-fuzz
` [PATCH v5 15/16] fuzz: register predefined general-fuzz configs
` [PATCH v5 16/16] scripts/oss-fuzz: remove the general-fuzz target

[PATCH 0/1] Skip flatview_simplify() for cpu vendor zhaoxin
 2020-10-21 13:16 UTC  (8+ messages)
` [PATCH 1/1] "
            ` 答复: "

[PATCH 0/3] qom: Simplify pointer property getters/setters
 2020-10-21 13:09 UTC  (2+ messages)

[PATCH v3 00/20] hw/mips: Set CPU frequency
 2020-10-21 12:38 UTC  (5+ messages)
` [PATCH v3 12/20] hw/mips/r4k: Explicit CPU frequency is 200 MHz

Adding device support in aarch64 virt board
 2020-10-21 12:19 UTC 

[PATCH 0/2] gitlab: minor fixes for checkpatch CI job
 2020-10-21 12:32 UTC  (2+ messages)

[PATCH] tests/migration: fix memleak in wait_command/wait_command_fd
 2020-10-21 12:27 UTC 

[PATCH] os: deprecate the -enable-fips option and QEMU's FIPS enforcement
 2020-10-21 11:47 UTC  (7+ messages)

[PATCH] sabre: use object_initialize_child() for iommu child object
 2020-10-21 11:43 UTC 

[PATCH] tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1
 2020-10-21 11:37 UTC  (6+ messages)

RFC: tracking valid backing chain issue
 2020-10-21 10:56 UTC  (5+ messages)

[PATCH 0/6] tests/acceptance: Test the Fuloong 2E machine
 2020-10-21 10:50 UTC  (7+ messages)
` [PATCH 1/6] tests/acceptance: Remove unused import
` [PATCH 2/6] tests/acceptance: Use .ppm extention for Portable PixMap files
` [PATCH 3/6] tests/acceptance: Extract tesseract_available() helper in new namespace
` [PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper
` [PATCH 5/6] tests/acceptance: Test Linux on the Fuloong 2E machine
` [PATCH 6/6] tests/acceptance: Test PMON "

Plans to bring QMP 'x-blockdev-reopen' out of experimental?
 2020-10-21 10:48 UTC  (5+ messages)

[PULL v3 0/6] 9p queue (previous 2020-10-17)
 2020-10-21 10:45 UTC  (6+ messages)
` [PULL v3 2/6] tests/9pfs: change qtest name prefix to synth

[PATCH v2] ati: check x y display parameter values
 2020-10-21 10:38 UTC 

[PATCH v7 00/11] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-21 10:26 UTC  (19+ messages)
` [PATCH v7 01/11] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v7 03/11] hw/block/nvme: Add support for Namespace Types
` [PATCH v7 04/11] hw/block/nvme: Support allocated CNS command variants
` [PATCH v7 05/11] hw/block/nvme: Support Zoned Namespace Command Set
` [PATCH v7 08/11] hw/block/nvme: Add injection of Offline/Read-Only zones
` [PATCH v7 10/11] hw/block/nvme: Separate read and write handlers

[PATCH v2] net: remove an assert call in eth_get_gso_type
 2020-10-21 10:28 UTC  (6+ messages)

[PATCH v2] Adding ani's email as an individual contributor
 2020-10-21 10:23 UTC  (2+ messages)

[PATCH] hw/pci-host/grackle: Verify PIC link is properly set
 2020-10-21 10:21 UTC  (14+ messages)

[PATCH v2 0/3] migration: Make save/load_snapshot() return boolean
 2020-10-21 10:12 UTC  (6+ messages)
` [PATCH v2 2/3] migration: Make save_snapshot() return bool, not 0/-1
` [PATCH v2 3/3] migration: stop returning errno from load_snapshot()

[PULL v2 00/29] target-arm queue
 2020-10-21 10:08 UTC  (2+ messages)

[PULL 00/23] SD/MMC patches for 2020-08-21
 2020-10-21 10:07 UTC  (5+ messages)
` [PULL 22/23] hw/sd: Fix incorrect populated function switch status data structure

[PATCH v2 0/6] hw/sd/sdcard: Do not attempt to erase out of range addresses
 2020-10-21  9:58 UTC  (3+ messages)

[PATCH] docs/devel/testing.rst: Update outdated Avocado URLs
 2020-10-21  9:50 UTC  (2+ messages)

[PATCH v3 00/18] Support Multifd for RDMA migration
 2020-10-21  9:33 UTC  (3+ messages)

[Bug 1892540] [NEW] qemu can no longer boot NetBSD/sparc
 2020-10-21  9:25 UTC  (7+ messages)
` [RFC PATCH v2] hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitter
          ` [Bug 1892540] "

[PATCH] pci: assert that irqnum is between 0 and bus->nirqs in pci_change_irq_level()
 2020-10-21  9:28 UTC  (2+ messages)

[PATCH] sabre: increase number of PCI bus IRQs from 32 to 64
 2020-10-21  9:27 UTC  (2+ messages)

[PATCH v3] net: remove an assert call in eth_get_gso_type
 2020-10-21  9:23 UTC  (3+ messages)

[PATCH v2 0/6] QOM minor fixes
 2020-10-21  9:18 UTC  (2+ messages)

block: Remove unused include
 2020-10-21  9:12 UTC 

[PATCH 0/4] Test qemu-img with different options
 2020-10-21  7:33 UTC  (5+ messages)
` [PATCH 1/4] qemu-iotest: add 308 testcase
` [PATCH 2/4] qemu-iotest: add 309 testcase
` [PATCH 3/4] qemu-iotest: add 310 testcase
` [PATCH 4/4] qemu-iotest: add 311 testcase

[PATCH 0/4] qga: Fix several guest-get-devices issues
 2020-10-21  8:08 UTC  (13+ messages)
` [PATCH 1/4] qga: Rename guest-get-devices return member 'address' to 'id'
` [PATCH 2/4] qga: Use common time encoding for guest-get-devices 'driver-date'
` [PATCH 3/4] qga-win: Fix guest-get-devices error API violations
` [PATCH 4/4] qga: Flatten simple union GuestDeviceId

[PATCH v4 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2020-10-21  7:00 UTC  (5+ messages)
` [PATCH v4 1/4] Jobs based on custom runners: documentation and configuration placeholder
` [PATCH v4 2/4] Jobs based on custom runners: build environment docs and playbook

[PATCH] qmp: fix aio_poll() assertion failure on Windows
 2020-10-21  6:40 UTC 

[RFC PATCH 00/15] softfloat: alternate conversion of float128_addsub
 2020-10-21  5:12 UTC  (17+ messages)
` [RFC PATCH 01/15] qemu/int128: Add int128_or
` [RFC PATCH 02/15] qemu/int128: Add int128_clz, int128_ctz
` [RFC PATCH 03/15] qemu/int128: Rename int128_rshift, int128_lshift
` [RFC PATCH 04/15] qemu/int128: Add int128_shr
` [RFC PATCH 05/15] qemu/int128: Add int128_geu
` [RFC PATCH 06/15] softfloat: Use mulu64 for mul64To128
` [RFC PATCH 07/15] softfloat: Use int128.h for some operations
` [RFC PATCH 08/15] softfloat: Tidy a * b + inf return
` [RFC PATCH 09/15] softfloat: Add float_cmask and constants
` [RFC PATCH 10/15] softfloat: Inline float_raise
` [RFC PATCH 11/15] Test split to softfloat-parts.c.inc
` [RFC PATCH 12/15] softfloat: Streamline FloatFmt
` [RFC PATCH 13/15] Test float128_addsub
` [RFC PATCH 14/15] softfloat: Use float_cmask for addsub_floats
` [RFC PATCH 15/15] softfloat: Improve subtraction of equal exponent

[Bug 1856834] [NEW] softmmu qemu-system-ppc freezes at virtio vda
 2020-10-21  4:51 UTC  (2+ messages)
` [Bug 1856834] Re: PCI broken in qemu ppc e500 in v2.12.0 and other versions

[PATCH v4 0/7] Exposing backing-chain allocation over NBD
 2020-10-21  4:19 UTC  (7+ messages)
` [PATCH v4 4/7] nbd: Update qapi to support exporting multiple bitmaps

[PULL 0/5] QAPI patches patches for 2020-10-21
 2020-10-21  3:32 UTC  (6+ messages)
` [PULL 1/5] qapi: Restrict 'inject-nmi' command to machine code
` [PULL 2/5] qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json
` [PULL 3/5] qapi: Restrict '(p)memsave' command to machine code
` [PULL 4/5] qapi: Restrict 'query-kvm' "
` [PULL 5/5] qapi: Restrict Xen migration commands to migration.json

[PATCH v2] hw/rtc/twl92230: Silence warnings about missing fallthrough statements
 2020-10-21  2:50 UTC  (2+ messages)

[Bug 1900779] [NEW] xp /16i on arm mixes DWords
 2020-10-21  2:05 UTC  (2+ messages)
` [Bug 1900779] "

[PATCH 0/6] Additional NPCM7xx features, devices and tests
 2020-10-20 23:40 UTC  (4+ messages)
` [PATCH 4/6] hw/misc: Add npcm7xx random number generator

[PATCH v11 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-10-20 22:05 UTC  (4+ messages)
` [PATCH v11 1/4] hw/net/can: "

[PATCH v5] sev: add sev-inject-launch-secret
 2020-10-20 21:33 UTC  (5+ messages)

[PATCH PROTOTYPE 0/6] virtio-mem: vfio support
 2020-10-20 21:30 UTC  (6+ messages)
` [PATCH PROTOTYPE 4/6] memory: Extend ram_block_discard_(require|disable) by two discard types

[Bug 1869006] [NEW] PCIe cards passthrough to TCG guest works on 2GB of guest memory but fails on 4GB (vfio_dma_map invalid arg)
 2020-10-20 21:11 UTC  (2+ messages)
` [Bug 1869006] "


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