qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 11:34:39 to 2020-06-24 17:15:03 UTC [more...]

[PATCH 00/46] Less clumsy error checking
 2020-06-24 16:58 UTC  (47+ messages)
` [PATCH 01/46] error: Improve examples in error.h's big comment
` [PATCH 02/46] error: Document Error API usage rules
` [PATCH 03/46] qdev: Smooth error checking of qdev_realize() & friends
` [PATCH 04/46] macio: Tidy up error handling in macio_newworld_realize()
` [PATCH 05/46] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
` [PATCH 06/46] error: Avoid error_propagate() when error is not used here
` [PATCH 07/46] error: Avoid more "
` [PATCH 08/46] error: Avoid unnecessary error_propagate() after error_setg()
` [PATCH 09/46] error: Avoid error_propagate() after migrate_add_blocker()
` [PATCH 10/46] qemu-option: Check return value instead of @err where convenient
` [PATCH 11/46] qemu-option: Make uses of find_desc_by_name() more similar
` [PATCH 12/46] qemu-option: Factor out helper find_default_by_name()
` [PATCH 13/46] qemu-option: Simplify around find_default_by_name()
` [PATCH 14/46] qemu-option: Factor out helper opt_create()
` [PATCH 15/46] qemu-option: Tidy up opt_set() not to free arguments on failure
` [PATCH 16/46] qemu-option: Make functions taking Error ** return bool, not void
` [PATCH 17/46] qemu-option: Smooth error checking with Coccinelle
` [PATCH 18/46] qemu-option: Smooth error checking manually
` [PATCH 20/46] block: Avoid error accumulation in bdrv_img_create()
` [PATCH 21/46] hmp: Eliminate a variable in hmp_migrate_set_parameter()
` [PATCH 22/46] qapi: Make visitor functions taking Error ** return bool, not void
` [PATCH 23/46] qapi: Smooth error checking with Coccinelle
` [PATCH 24/46] qapi: Smooth error checking manually
` [PATCH 25/46] qapi: Smooth visitor error checking in generated code
` [PATCH 26/46] qapi: Smooth another visitor error checking pattern
` [PATCH 27/46] qapi: Purge error_propagate() from QAPI core
` [PATCH 28/46] block/parallels: Simplify parallels_open() after previous commit
` [PATCH 29/46] acpi: Avoid unnecessary error_propagate() after error_setg()
` [PATCH 30/46] s390x/pci: Fix harmless mistake in zpci's property fid's setter
` [PATCH 31/46] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PATCH 32/46] qom: Rename qdev_get_type() to object_get_type()
` [PATCH 33/46] qom: Crash more nicely on object_property_get_link() failure
` [PATCH 34/46] qom: Don't handle impossible "
` [PATCH 35/46] qom: Use return values to check for error where that's simpler
` [PATCH 36/46] qom: Put name parameter before value / visitor parameter
` [PATCH 37/46] qom: Make functions taking Error ** return bool, not void
` [PATCH 38/46] qom: Smooth error checking with Coccinelle
` [PATCH 39/46] qom: Smooth error checking manually
` [PATCH 40/46] qom: Make functions taking Error ** return bool, not 0/-1
` [PATCH 41/46] qdev: Make functions taking Error ** return bool, not void
` [PATCH 42/46] qdev: Smooth error checking with Coccinelle
` [PATCH 43/46] qdev: Smooth error checking manually
` [PATCH 44/46] qemu-img: Ignore Error objects where the return value suffices
` [PATCH 45/46] qdev: "
` [PATCH 46/46] hmp: "

[PATCH v3 9/9] sm501: Fix and optimize overlap check
 2020-06-24 16:42 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v4 0/8] hw/misc/pca9552: Trace GPIO change events
 2020-06-24 16:54 UTC  (5+ messages)
` [PATCH v4 6/8] hw/arm/aspeed: Describe each PCA9552 device

[PATCH] Revert "tests/migration: Reduce autoconverge initial bandwidth"
 2020-06-24 16:26 UTC  (8+ messages)

[PATCH v2 0/2] Avoid abort on QMP attempt to add an object with duplicate id
 2020-06-24 16:16 UTC  (11+ messages)
` [PATCH v2 1/2] qom: Introduce object_property_try_add_child()
` [PATCH v2 2/2] tests/qmp-cmd-test: Add qmp/object-add-duplicate-id

[PATCH] usb: fix usb-host build on windows
 2020-06-24 16:14 UTC  (3+ messages)

[PATCH v2 0/3] Make hcd-xhci independent of pci hooks
 2020-06-24 16:13 UTC  (5+ messages)
` [PATCH v2 1/3] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH v2 2/3] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
` [PATCH v2 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model

[PATCH] KVM: add support for AMD nested live migration
 2020-06-24 16:06 UTC 

[PATCH v25 QEMU 0/3] virtio-balloon: add support for page poison and free page reporting
 2020-06-24 16:01 UTC  (12+ messages)
` [PATCH v25 QEMU 3/3] virtio-balloon: Replace free page hinting references to 'report' with 'hint'

[Bug 1884990] [NEW] Cirrus graphics results in monochrome colour depth at 640x480 resolution
 2020-06-24 15:43 UTC 

[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-24 15:40 UTC  (5+ messages)
` [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()

[PATCH v2 00/16] Crazy shit around -global (pardon my french)
 2020-06-24 15:40 UTC  (2+ messages)

[PATCH v3 0/3] Add Scripts for Finding Top 25 Executed Functions
 2020-06-24 15:31 UTC  (4+ messages)
` [PATCH v3 1/3] scripts/performance: Add topN_perf.py script
` [PATCH v3 2/3] scripts/performance: Add topN_callgrind.py script
` [PATCH v3 3/3] MAINTAINERS: Add 'Performance Tools and Tests' subsection

[Bug 1884982] [NEW] User-emu documentation mentions inexistent "runtime" downloads
 2020-06-24 15:12 UTC 

[PATCH v3 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-06-24 15:19 UTC  (12+ messages)
` [PATCH v3 2/8] s390/sclp: check sccb len before filling in data
` [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest
` [PATCH v3 8/8] s390: guest support for diagnose 0x318

[PATCH v5 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-06-24 15:16 UTC  (8+ messages)
` [PATCH v5 1/5] qdev: Introduce DEFINE_PROP_RESERVED_REGION
` [PATCH v5 2/5] virtio-iommu: Implement RESV_MEM probe request
` [PATCH v5 3/5] virtio-iommu: Handle reserved regions in the translation process
` [PATCH v5 4/5] virtio-iommu-pci: Add array of Interval properties
` [PATCH v5 5/5] hw/arm/virt: Let the virtio-iommu bypass MSIs

[PATCH v9 0/5] vhost-user block device backend implementation
 2020-06-24 15:14 UTC  (7+ messages)
` [PATCH v9 1/5] Allow vu_message_read to be replaced
` [PATCH v9 5/5] new qTest case to test the vhost-user-blk-server

[PATCH 00/22] Error handling fixes & cleanups
 2020-06-24 15:13 UTC  (7+ messages)
` [PATCH 01/22] net/virtio: Fix failover_replug_primary() return value regression
` [PATCH 02/22] pci: Delete useless error_propagate()

-enablefips
 2020-06-24 15:09 UTC  (3+ messages)

[PATCH v2 00/25] testing/next (vm, gitlab, docker)
 2020-06-24 14:56 UTC  (28+ messages)
` [PATCH v2 01/25] iotests: Fix 051 output after qdev_init_nofail() removal
` [PATCH v2 02/25] crypto/linux_keyring: fix 'secret_keyring' configure test
` [PATCH v2 03/25] tests/vm: pass args through to BaseVM's __init__
` [PATCH v2 04/25] tests/vm: Add configuration to basevm.py
` [PATCH v2 05/25] tests/vm: Added configuration file support
` [PATCH v2 06/25] tests/vm: Add common Ubuntu python module
` [PATCH v2 07/25] tests/vm: Added a new script for ubuntu.aarch64
` [PATCH v2 08/25] tests/vm: Added a new script for centos.aarch64
` [PATCH v2 09/25] tests/vm: change scripts to use self._config
` [PATCH v2 10/25] python/qemu: Add ConsoleSocket for optional use in QEMUMachine
` [PATCH v2 11/25] tests/vm: Add workaround to consume console
` [PATCH v2 12/25] tests/vm: switch from optsparse to argparse
` [PATCH v2 13/25] tests/vm: allow us to take advantage of MTTCG
` [PATCH v2 14/25] tests/docker: check for an parameters not empty string
` [PATCH v2 15/25] tests/docker: change tag naming scheme of our images
` [PATCH v2 16/25] .gitignore: un-ignore .gitlab-ci.d
` [PATCH v2 17/25] gitlab: introduce explicit "container" and "build" stages
` [PATCH v2 18/25] gitlab: build all container images during CI
` [PATCH v2 19/25] gitlab: convert jobs to use custom built containers
` [PATCH v2 20/25] gitlab: build containers with buildkit and metadata
` [PATCH v2 21/25] tests/docker: add --registry support to tooling
` [PATCH v2 22/25] gitlab: add acceptance testing to system builds
` [PATCH v2 23/25] gitlab: enable check-tcg for linux-user tests
` [PATCH v2 24/25] gitlab: add avocado asset caching
` [PATCH v2 25/25] gitlab: split build-disabled into two phases

[PATCH v2 00/25] Error handling fixes & cleanups
 2020-06-24 14:42 UTC  (6+ messages)
` [PATCH v2 05/25] tests: Use error_free_or_abort() where appropriate
` [PATCH v2 20/25] x86: Fix x86_cpu_new() error API violations

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-06-24 14:29 UTC  (4+ messages)
` [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices

[RFC RESEND v7 0/4] QEMU cpus.c refactoring
 2020-06-24 14:18 UTC  (2+ messages)

[PATCH v4] arm/virt: Add memory hot remove support
 2020-06-24 14:08 UTC  (2+ messages)

[PATCH v5 00/12] pc-bios: s390x: Cleanup part 1
 2020-06-24 14:13 UTC  (3+ messages)
` [PATCH v5 02/12] pc-bios: s390x: Consolidate timing functions into time.h

[PATCH v2 0/3] hyperv: vmbus: ACPI various corrections
 2020-06-24 13:54 UTC  (5+ messages)

[PATCH v11 00/61] target/riscv: support vector extension v0.7.1
 2020-06-24 13:44 UTC  (2+ messages)

[PULL 00/31] Misc patches for 2020-06-24
 2020-06-24 13:19 UTC  (6+ messages)
` [PULL 25/31] osdep: Make MIN/MAX evaluate arguments only once

[PATCH 0/2] Fix couple of issues with AMD topology
 2020-06-24 13:47 UTC  (5+ messages)
` [PATCH 1/2] hw/386: Fix uninitialized memory with -device and CPU hotplug

[PATCH v2 0/6] virtio-console: notify about the terminal size
 2020-06-24 13:37 UTC  (5+ messages)
` [PATCH v2 5/6] virtio-serial-bus: add terminal resize messages

Migration vmdesc and xen-save-devices-state
 2020-06-24 13:28 UTC 

[PATCH v1 00/10] vDPA support in qemu
 2020-06-24 13:24 UTC  (5+ messages)
` [PATCH v1 02/10] vhost_net: use the function qemu_get_peer
` [PATCH v1 04/10] virtio-pci: implement queue_enabled method

lib-usb related linking error with msys2 build
 2020-06-24 13:12 UTC 

[PATCH v5 00/10] build some devices as modules
 2020-06-24 13:10 UTC  (11+ messages)
` [PATCH v5 01/10] module: qom module support
` [PATCH v5 02/10] object: "
` [PATCH v5 03/10] qdev: device "
` [PATCH v5 04/10] build: fix device module builds
` [PATCH v5 05/10] ccid: build smartcard as module
` [PATCH v5 06/10] usb: build usb-redir "
` [PATCH v5 07/10] vga: build qxl "
` [PATCH v5 08/10] vga: build virtio-gpu only once
` [PATCH v5 09/10] vga: build virtio-gpu as module
` [PATCH v5 10/10] chardev: enable modules, use for braille

[PATCH v7 0/3] vTPM/aarch64 ACPI support
 2020-06-24 12:53 UTC  (2+ messages)

[PATCH] xen: Fix xen-legacy-backend qdev types
 2020-06-24 12:52 UTC  (3+ messages)

[PATCH 0/2] vvfat: Two small patches
 2020-06-24 12:42 UTC  (7+ messages)
` [PATCH 1/2] vvfat: Check that updated filenames are valid
` [PATCH 2/2] vvfat: Fix array_remove_slice()

[PATCH v4 00/20] audio: deprecate -soundhw
 2020-06-24 12:26 UTC  (21+ messages)
` [PATCH v4 01/20] stubs: add isa_create_simple
` [PATCH v4 02/20] stubs: add pci_create_simple
` [PATCH v4 04/20] audio: deprecate -soundhw ac97
` [PATCH v4 05/20] audio: deprecate -soundhw es1370
` [PATCH v4 06/20] audio: deprecate -soundhw adlib
` [PATCH v4 07/20] audio: deprecate -soundhw cs4231a
` [PATCH v4 08/20] audio: deprecate -soundhw gus
` [PATCH v4 09/20] audio: deprecate -soundhw sb16
` [PATCH v4 10/20] audio: deprecate -soundhw hda
` [PATCH v4 11/20] pc_basic_device_init: pass PCMachineState
` [PATCH v4 12/20] pc_basic_device_init: drop has_pit arg
` [PATCH v4 13/20] pc_basic_device_init: drop no_vmport arg
` [PATCH v4 14/20] softmmu: initialize spice and audio earlier
` [PATCH v4 16/20] audio: create pcspk device early
` [PATCH v4 17/20] audio: deprecate -soundhw pcspk
` [PATCH v4 18/20] audio: add soundhw deprecation notice
` [PATCH v4 19/20] pcspk: update docs/system/target-i386-desc.rst.inc
` [PATCH v4 20/20] audio: set default value for pcspk.iobase property

[PATCH 0/2] fix assertion failures when using Xen
 2020-06-24 12:18 UTC  (3+ messages)
` [PATCH 1/2] xen: fix legacy 'xen-sysdev' and 'xen-backend' bus types
` [PATCH 2/2] xen: cleanup unrealized flash devices

sysbus failed assert for xen_sysdev
 2020-06-24 12:15 UTC  (9+ messages)

[PATCH V6 0/4] mips: Add Loongson-3 machine support (with KVM)
 2020-06-24 11:50 UTC  (3+ messages)
` [PATCH V6 3/4] hw/mips: "

[PATCH v2 0/1] Check for page crossings in use_goto_tb() for rx target
 2020-06-24 11:46 UTC  (4+ messages)
` [PATCH v2 1/1] target/rx: Check for page crossings in use_goto_tb()


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