qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 14:19:59 to 2020-06-24 23:05:38 UTC [more...]

[PATCH 0/8] Improve synchronization between QEMU and HVF
 2020-06-24 22:58 UTC  (8+ messages)
` [PATCH 1/8] i386: hvf: Set env->eip in macvm_set_rip()
` [PATCH 2/8] i386: hvf: Move synchronize functions to sysemu
` [PATCH 3/8] i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()
` [PATCH 4/8] i386: hvf: Implement CPU kick
` [PATCH 5/8] i386: hvf: Don't duplicate register reset
` [PATCH 6/8] i386: hvf: Drop hvf_reset_vcpu()
` [PATCH 7/8] i386: hvf: Clean up synchronize functions

Building in Solaris 11.4
 2020-06-24 21:53 UTC  (3+ messages)

[PATCH 00/46] Less clumsy error checking
 2020-06-24 21:52 UTC  (94+ 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 19/46] block: Avoid unnecessary error_propagate() after error_setg()
` [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 v2 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-06-24 21:35 UTC  (11+ messages)
` [PATCH v2 1/9] hw/pci-host: add pci-intack write method
` [PATCH v2 2/9] pci-host: add pcie-msi read method
` [PATCH v2 3/9] vfio: add quirk device write method
` [PATCH v2 4/9] prep: add ppc-parity "
` [PATCH v2 5/9] nvram: add nrf51_soc flash read method
` [PATCH v2 6/9] spapr_pci: add spapr msi "
` [PATCH v2 7/9] tz-ppc: add dummy read/write methods
` [PATCH v2 8/9] imx7-ccm: add digprog mmio write method
` [PATCH v2 9/9] memory: assert MemoryRegionOps callbacks are defined

QEMU | Pipeline #159786827 has failed for master | d4b78317
 2020-06-24 21:11 UTC 

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

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

[PATCH v4 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-06-24 20:23 UTC  (9+ messages)
` [PATCH v4 1/8] s390/sclp: get machine once during read scp/cpu info
` [PATCH v4 2/8] s390/sclp: check sccb len before filling in data
` [PATCH v4 3/8] s390/sclp: rework sclp boundary and length checks
` [PATCH v4 4/8] s390/sclp: read sccb from mem based on sccb length
` [PATCH v4 5/8] s390/sclp: use cpu offset to locate cpu entries
` [PATCH v4 6/8] s390/sclp: add extended-length sccb support for kvm guest
` [PATCH v4 7/8] s390/kvm: header sync for diag318
` [PATCH v4 8/8] s390: guest support for diagnose 0x318

[PULL 00/42] target-arm queue
 2020-06-24 20:19 UTC  (2+ messages)

[PATCH v4] arm/virt: Add memory hot remove support
 2020-06-24 20:05 UTC  (4+ messages)

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-06-24 19:49 UTC  (17+ messages)
` [PATCH QEMU v25 03/17] vfio: Add save and load functions for VFIO PCI devices
` [PATCH QEMU v25 09/17] vfio: Add load state functions to SaveVMHandlers
` [PATCH QEMU v25 11/17] vfio: Get migration capability flags for container
` [PATCH QEMU v25 12/17] vfio: Add function to start and stop dirty pages tracking
` [PATCH QEMU v25 13/17] vfio: create mapped iova list when vIOMMU is enabled
` [PATCH QEMU v25 14/17] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PATCH QEMU v25 15/17] vfio: Add ioctl to get dirty pages bitmap during dma unmap

[PATCH v5 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-06-24 19:47 UTC  (2+ messages)

[PATCH v10 0/9] error: auto propagated local_err part I
 2020-06-24 19:48 UTC  (7+ messages)
` [PATCH v10 1/9] error: auto propagated local_err

[PATCH v2 0/7] riscv: Switch to use generic platform of opensbi bios images
 2020-06-24 19:18 UTC  (3+ messages)
` [PATCH v2 1/7] configure: Create symbolic links for pc-bios/*.elf files

[PATCH v2 00/25] Error handling fixes & cleanups
 2020-06-24 19:17 UTC  (8+ 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 v2 22/25] arm/stm32f205 arm/stm32f405: Fix realize error API violation

[PATCH] net: tap: check if the file descriptor is valid before using it
 2020-06-24 19:00 UTC 

Migration vmdesc and xen-save-devices-state
 2020-06-24 17:56 UTC  (2+ messages)

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

[PATCH v2 0/2] Avoid abort on QMP attempt to add an object with duplicate id
 2020-06-24 17:03 UTC  (9+ 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 v4 0/8] hw/misc/pca9552: Trace GPIO change events
 2020-06-24 17:02 UTC  (6+ messages)
` [PATCH v4 6/8] hw/arm/aspeed: Describe each PCA9552 device

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

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

[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 

[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  (8+ messages)
` [PATCH v3 6/8] s390/sclp: add extended-length sccb support for kvm guest

[PATCH v5 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-06-24 15:16 UTC  (2+ messages)

[PATCH v9 0/5] vhost-user block device backend implementation
 2020-06-24 15:14 UTC  (3+ messages)
` [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  (7+ messages)
` [PATCH v2 02/25] crypto/linux_keyring: fix 'secret_keyring' configure test
` [PATCH v2 13/25] tests/vm: allow us to take advantage of MTTCG
` [PATCH v2 24/25] gitlab: add avocado asset caching
` [PATCH v2 25/25] gitlab: split build-disabled into two phases

[RFC RESEND v7 0/4] QEMU cpus.c refactoring
 2020-06-24 14:18 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).