qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 06:18:40 to 2020-09-16 12:11:11 UTC [more...]

[PULL 00/24] qtests, unit tests and Cirrus-CI fixes / improvements
 2020-09-16 11:47 UTC  (25+ messages)
` [PULL 01/24] iotests: Drop readlink -f
` [PULL 02/24] fuzz: Change the way we write qtest log to stderr
` [PULL 03/24] tests/qtest/qmp-cmd-test: Use inclusive language
` [PULL 04/24] tests/socket-helpers: Treat EAI_NONAME as EADDRNOTAVAIL
` [PULL 05/24] Simplify the .gitignore file
` [PULL 06/24] qga/commands-win32: Fix problem with redundant protype declaration
` [PULL 07/24] rcu: Implement drain_call_rcu
` [PULL 08/24] tests: Convert g_free to g_autofree macro in test-logging.c
` [PULL 09/24] rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full
` [PULL 10/24] meson: Disable test-char on msys2/mingw for fixing tests stuck
` [PULL 11/24] meson: disable crypto tests are empty under win32
` [PULL 12/24] tests: Fixes test-replication.c on msys2/mingw
` [PULL 13/24] tests: test-replication disable /replication/secondary/* "
` [PULL 14/24] osdep: file locking functions are not available on Win32
` [PULL 15/24] meson: Use -b to ignore CR vs. CR-LF issues on Windows
` [PULL 16/24] meson: remove empty else and duplicated gio deps
` [PULL 17/24] vmstate: Fixes test-vmstate.c on msys2/mingw
` [PULL 18/24] tests: Fixes test-io-channel-socket.c tests under msys2/mingw
` [PULL 19/24] tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
` [PULL 20/24] tests: Fixes test-io-channel-file by mask only owner file state mask bits
` [PULL 21/24] tests: fix test-util-sockets.c
` [PULL 22/24] tests: Fixes test-qdev-global-props.c
` [PULL 23/24] ci: Enable msys2 ci in cirrus
` [PULL 24/24] cirrus: Building freebsd in a single shot

[PATCH v6 0/7] Make hcd-xhci independent of pci hooks
 2020-09-16 12:02 UTC  (10+ messages)
` [PATCH v6 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH v6 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
` [PATCH v6 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model
` [PATCH v6 4/7] usb: hcd-xhci-sysbus: Attach xhci to sysbus device
` [PATCH v6 5/7] misc: Add versal-usb2-ctrl-regs module
` [PATCH v6 5/7] misc: Add versal-usb2-regs module
` [PATCH v6 6/7] usb: Add DWC3 model
` [PATCH v6 7/7] Versal: Connect DWC3 controller with virt-versal

[PATCH v5 0/7] Make hcd-xhci independent of pci hooks
 2020-09-16 11:38 UTC  (3+ messages)

[BUG] Migration hv_time rollback
 2020-09-16 11:59 UTC  (3+ messages)

[PATCH 00/37] qapi: static typing conversion, pt1
 2020-09-16 11:54 UTC  (6+ messages)
` [PATCH 01/37] python: Require 3.6+
` [PATCH 04/37] qapi: move generator entrypoint into module

[PATCH v4 0/9] migration: bring improved savevm/loadvm/delvm to QMP
 2020-09-16 11:44 UTC  (8+ messages)
` [PATCH v4 5/9] migration: control whether snapshots are ovewritten
` [PATCH v4 9/9] migration: introduce snapshot-{save, load, delete} QMP commands

PATCH: Increase System Firmware Max Size
 2020-09-16 11:43 UTC  (8+ messages)

[Bug 1895399] [NEW] Docfix: add missing virtiofsd cache default 'auto'
 2020-09-16 11:34 UTC  (5+ messages)

[Bug 1895471] [NEW] compilation error with clang in util/async.c
 2020-09-16 11:33 UTC  (4+ messages)
` [Bug 1895471] "

[PATCH v3 0/4] Introducing QMP query-netdevs command
 2020-09-16 11:28 UTC  (9+ messages)
` [PATCH v3 1/4] qapi: net: Add "

[RFC PATCH 0/3] Automatically convert configure options to meson build options
 2020-09-16 11:25 UTC  (6+ messages)

[PATCH] virtiofsd: document cache=auto default
 2020-09-16 11:22 UTC 

[Bug 1895703] [NEW] performance degradation in tcg since Meson switch
 2020-09-16 11:11 UTC  (2+ messages)
` [Bug 1895703] "

About 'qemu-security' mailing list
 2020-09-16 11:10 UTC  (5+ messages)

[PATCH v3 0/5] s390x/pci: Accomodate vfio DMA limiting
 2020-09-16 11:05 UTC  (11+ messages)
` [PATCH v3 2/5] vfio: Create shared routine for scanning info capabilities
` [PATCH v3 3/5] vfio: Find DMA available capability
` [PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count
` [PATCH v3 5/5] s390x/pci: Honor DMA limits set by vfio

[PATCH v4 00/11] i440fx/acpi: addition of feature and bug fixes
 2020-09-16 10:57 UTC  (24+ messages)
` [PATCH v4 01/11] tests/acpi: document addition of table DSDT.roothp for unit testing root pci hotplug on/off
` [PATCH v4 02/11] tests/acpi: add a new unit test to test hotplug off/on feature on the root pci bus
` [PATCH v4 03/11] tests/acpi: add a new ACPI table in order to test root pci hotplug on/off
` [PATCH v4 04/11] Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
` [PATCH v4 05/11] i440fx/acpi: do not add hotplug related amls for cold plugged bridges
` [PATCH v4 06/11] tests/acpi: list added acpi table binary file for pci bridge hotplug test
` [PATCH v4 07/11] tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flag
` [PATCH v4 08/11] tests/acpi: add newly added acpi DSDT table blob for pci bridge hotplug flag
` [PATCH v4 09/11] piix4: don't reserve hw resources when hotplug is off globally
` [PATCH v4 10/11] tests/acpi: unit test exercizing hotplug off for pci root bus & bridge in i440fx
` [PATCH v4 11/11] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug

[PATCH 00/29] block/export: Add infrastructure and QAPI for block exports
 2020-09-16 10:56 UTC  (3+ messages)
` [PATCH 16/29] block/export: Allocate BlockExport in blk_exp_add()

[PATCH V9 0/6] mips: Add Loongson-3 machine support
 2020-09-16 10:47 UTC  (9+ messages)
` [PATCH V9 3/6] target/mips: Add loongson-ext lswc2 group of instructions (Part 1)
` [PATCH V9 6/6] hw/mips: Add Loongson-3 machine support

[PATCH 0/3] nvdimm: read-only file support
 2020-09-16 10:17 UTC  (8+ messages)
` [PATCH 2/3] hostmem-file: add readonly=on|off option
` [PATCH 3/3] nvdimm: honor -object memory-backend-file, readonly=on option

[PATCH 0/3] virtio: restore elem->in/out_sg after iov_discard_front/back()
 2020-09-16 10:12 UTC  (7+ messages)
` [PATCH 1/3] util/iov: add iov_discard_undo()
` [PATCH 3/3] virtio-crypto: don't modify elem->in/out_sg

[Qemu-devel] [Bug 1618301] [NEW] qemu-input: Mouse stops working in Windows guest
 2020-09-16  9:55 UTC  (2+ messages)
` [Bug 1618301] "

Python 3.5 EOL; when can require 3.6?
 2020-09-16  9:55 UTC  (11+ messages)

[PATCH v2 0/3] nvdimm: read-only file support
 2020-09-16  9:51 UTC  (4+ messages)
` [PATCH v2 1/3] memory: add readonly support to memory_region_init_ram_from_file()
` [PATCH v2 2/3] hostmem-file: add readonly=on|off option
` [PATCH v2 3/3] nvdimm: honor -object memory-backend-file, readonly=on option

[PULL 0/2] 9p queue
 2020-09-15 10:38 UTC  (3+ messages)
` [PULL 1/2] 9pfs: log warning if msize <= 8192
` [PULL 2/2] 9pfs: disable msize warning for synth driver

[PULL 0/8] Block odirect patches
 2020-09-16  9:47 UTC  (9+ messages)
` [PULL 1/8] monitor: simplify functions for getting a dup'd fdset entry
` [PULL 2/8] util: split off a helper for dealing with O_CLOEXEC flag
` [PULL 3/8] util: rename qemu_open() to qemu_open_old()
` [PULL 4/8] util: refactor qemu_open_old to split off variadic args handling
` [PULL 5/8] util: add Error object for qemu_open_internal error reporting
` [PULL 6/8] util: introduce qemu_open and qemu_create with "
` [PULL 7/8] util: give a specific error message when O_DIRECT doesn't work
` [PULL 8/8] block/file: switch to use qemu_open/qemu_create for improved errors

[Bug 1895053] [NEW] Cannot nspawn raspbian 10 [FAILED] Failed to start Journal Service
 2020-09-16  9:42 UTC  (3+ messages)
` [Bug 1895053] "

[PATCH v7 00/13] monitor: Optionally run handlers in coroutines
 2020-09-16  9:46 UTC  (3+ messages)
` [PATCH v7 10/13] hmp: Add support for coroutine command handlers

[PATCH] misc: aspeed_scu: Update AST2600 silicon id register
 2020-09-16  9:36 UTC  (2+ messages)

[PATCH V2 00/10] fix some comment spelling errors
 2020-09-16  9:30 UTC  (2+ messages)

[PATCH v3 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-09-16  9:26 UTC  (6+ messages)
` [PATCH v3 1/5] target/arm/kvm: Make uncalled stubs explicitly unreachable
` [PATCH v3 2/5] hw/arm/virt: Move post cpu realize check into its own function
` [PATCH v3 3/5] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH v3 4/5] DO NOT MERGE: HACK: Add steal time KVM cap to kvm.h
` [PATCH v3 5/5] hw/arm/virt: Implement kvm-steal-time

[PATCH v2 0/2] build spice chardevs as module
 2020-09-16  9:25 UTC  (6+ messages)
` [PATCH v2 1/2] spice: simplify chardev setup
` [PATCH v2 2/2] chardev: build spice chardevs as module

[PATCH v3 0/5] Qemu SEV-ES guest support
 2020-09-16  9:23 UTC  (3+ messages)
` [PATCH v3 3/5] sev/i386: Allow AP booting under SEV-ES

[PATCH v2] scripts/git.orderfile: Display meson files along with buildsys ones
 2020-09-16  9:17 UTC  (2+ messages)

[PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG
 2020-09-16  9:15 UTC  (5+ messages)

[PATCH v10 00/26] W32, W64 msys2/mingw patches
 2020-09-16  9:10 UTC  (3+ messages)
` [PATCH v10 13/26] meson: remove empty else and duplicated gio deps

[PATCH v2] virtio: skip legacy support check on machine types less than 5.1
 2020-09-16  9:08 UTC  (3+ messages)

[PATCH] meson: qtest: set "depends" correctly
 2020-09-16  9:04 UTC 

[PATCH] mtest2make: add support for introspected test dependencies
 2020-09-16  9:04 UTC 

[PATCH] configure: move malloc_trim/tcmalloc/jemalloc to meson
 2020-09-16  8:58 UTC  (2+ messages)

[PATCH RESEND] manual: escape backslashes in "parsed-literal" blocks
 2020-09-16  8:53 UTC  (4+ messages)

[PATCH] ui/spice-input: Remove superfluous forward declaration
 2020-09-16  8:48 UTC  (2+ messages)

[PATCH v2 0/2] hw: Replace some impossible checks by assertions
 2020-09-16  8:45 UTC  (5+ messages)
` [PATCH v2 1/2] hw/gpio/max7310: Remove impossible check
` [PATCH v2 2/2] hw/ppc/ppc4xx_pci: Replace magic value by the PCI_NUM_PINS definition

[PATCH 0/2] build spice audio as module
 2020-09-16  8:41 UTC  (3+ messages)
` [PATCH 1/2] audio: remove qemu_spice_audio_init()
` [PATCH 2/2] audio: build spiceaudio as module

[PATCH v3 1/2] Introduce (x86) CPU model deprecation API
 2020-09-16  8:37 UTC  (2+ messages)
` [PATCH v3 2/2] Mark Icelake-Client CPU models deprecated

[PATCH 0/9] GSoC 2020 - TCG Continuous Benchmarking scripts and tools
 2020-09-16  8:31 UTC  (5+ messages)
` [PATCH 7/9] tests/performance: Add nightly tests

[PATCH] hw/rtc/m48t59: Simplify m48t59_init()
 2020-09-16  2:50 UTC  (2+ messages)

[PATCH 00/15] spapr: Error handling fixes and cleanups (round 2)
 2020-09-16  2:49 UTC  (2+ messages)

[PATCH v2 0/6] qom: Allow object to be aligned
 2020-09-16  2:18 UTC  (3+ messages)
` [PATCH v2 4/6] target/ppc: Set instance_align on PowerPCCPU TypeInfo

[PATCH v6 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-09-16  8:21 UTC  (10+ messages)
` [PATCH v6 2/8] s390/sclp: rework sclp boundary checks
` [PATCH v6 3/8] s390/sclp: read sccb from mem based on provided length
` [PATCH v6 8/8] s390: guest support for diagnose 0x318

[PATCH v5 00/11] i440fx/acpi: addition of feature and bug fixes
 2020-09-16  8:19 UTC  (12+ messages)
` [PATCH v5 01/11] tests/acpi: document addition of table DSDT.roothp for unit testing root pci hotplug on/off
` [PATCH v5 02/11] tests/acpi: add a new unit test to test hotplug off/on feature on the root pci bus
` [PATCH v5 03/11] tests/acpi: add a new ACPI table in order to test root pci hotplug on/off
` [PATCH v5 04/11] Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
` [PATCH v5 05/11] i440fx/acpi: do not add hotplug related amls for cold plugged bridges
` [PATCH v5 06/11] tests/acpi: list added acpi table binary file for pci bridge hotplug test
` [PATCH v5 07/11] tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flag
` [PATCH v5 08/11] tests/acpi: add newly added acpi DSDT table blob for pci bridge hotplug flag
` [PATCH v5 09/11] piix4: don't reserve hw resources when hotplug is off globally
` [PATCH v5 10/11] tests/acpi: unit test exercising hotplug off for pci root bus & bridge in i440fx
` [PATCH v5 11/11] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug

[PATCH] configure: move cocoa option to Meson
 2020-09-16  8:11 UTC 

[PATCH] configure: do not limit Hypervisor.framework test to Darwin
 2020-09-16  8:11 UTC 

[PATCH] configure: fix --meson=/path/to/meson
 2020-09-16  8:08 UTC 

Question on --enable-profile
 2020-09-16  7:41 UTC 

[PATCH] guest agent: Fixes for windows guest agent building on msys2/mingw
 2020-09-16  6:47 UTC  (6+ messages)

[PATCH] pci: check bus pointer before dereference
 2020-09-16  6:27 UTC  (4+ messages)

[PATCH v10 00/12] *** A Method for evaluating dirty page rate ***
 2020-09-16  6:22 UTC  (6+ messages)
` [PATCH v10 01/12] migration/dirtyrate: setup up query-dirtyrate framwork
` [PATCH v10 06/12] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v10 07/12] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v10 08/12] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v10 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function


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