qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 17:10:50 to 2020-06-25 09:26:41 UTC [more...]

[PATCH v2] chardev/tcp: fix error message double free error
 2020-06-25  9:25 UTC  (3+ messages)

[PULL 00/15] Renesas hardware patches for 2020-06-21
 2020-06-25  9:25 UTC  (3+ messages)
` [PULL 07/15] hw/timer: RX62N 8-Bit timer (TMR)

[PATCH v3 0/2] Avoid abort on QMP attempt to add an object with duplicate id
 2020-06-25  9:24 UTC  (5+ 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 v3 0/3] Add Scripts for Finding Top 25 Executed Functions
 2020-06-25  9:19 UTC  (2+ messages)

[PATCH v2 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-06-25  9:18 UTC  (16+ 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

[PATCH v2 0/2] linux-user/sparc64: Translate flushw opcode
 2020-06-25  9:12 UTC  (3+ messages)
` [PATCH v2 1/2] target/sparc: "
` [PATCH v2 2/2] linux-user/sparc64: Fix the handling of window spill trap

[PATCH RFC 0/3] gitlab: build containers to use in build jobs
 2020-06-25  8:58 UTC  (4+ messages)
` [PATCH RFC 1/3] gitlab: introduce explicit "container" and "build" stages

[PATCH] net: tap: check if the file descriptor is valid before using it
 2020-06-25  8:48 UTC  (5+ messages)

[PATCH v9 00/10] accel: Allow targets to use Kconfig
 2020-06-25  8:45 UTC  (8+ messages)
` [PATCH v9 04/10] configure: Generate rule to calculate the base architecture of a target

[PULL 00/43] Block layer patches
 2020-06-25  8:39 UTC  (3+ messages)

[PULL v1 00/12] Merge tpm 2020/06/23 v1
 2020-06-25  8:34 UTC  (2+ messages)

[PATCH v2 0/3] Make hcd-xhci independent of pci hooks
 2020-06-25  8:17 UTC  (6+ messages)
` [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

[PULL 0/4] target/xtensa fixes
 2020-06-25  8:11 UTC 

[PATCH v4 0/8] hw/misc/pca9552: Trace GPIO change events
 2020-06-25  8:12 UTC  (12+ messages)
` [PATCH v4 4/8] hw/misc/pca9552: Add a 'description' property for debugging purpose
` [PATCH v4 6/8] hw/arm/aspeed: Describe each PCA9552 device

[PATCH 00/46] Less clumsy error checking
 2020-06-25  7:16 UTC  (98+ 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 0/8] Improve synchronization between QEMU and HVF
 2020-06-25  7:09 UTC  (11+ 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
` [PATCH 8/8] MAINTAINERS: Add Cameron as HVF co-maintainer

[PATCH v3 0/9] Generalize memory encryption models
 2020-06-25  7:06 UTC  (31+ messages)
` [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests

[PATCH v5 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-06-25  7:05 UTC  (3+ messages)
` [PATCH v5 2/5] virtio-iommu: Implement RESV_MEM probe request

[PULL 00/19] virtio,acpi,pci: fixes, cleanups, tools
 2020-06-25  6:49 UTC  (22+ messages)
` [PULL 01/19] qtest: allow DSDT acpi table changes
` [PULL 02/19] acpi: bios-tables-test: show more context on asl diffs
` [PULL 03/19] acpi: move aml builder code for floppy device
` [PULL 04/19] floppy: make isa_fdc_get_drive_max_chs static
` [PULL 05/19] floppy: move cmos_get_fd_drive_type() from pc
` [PULL 06/19] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PULL 07/19] acpi: factor out fw_cfg_add_acpi_dsdt()
` [PULL 08/19] acpi: simplify build_isa_devices_aml()
` [PULL 09/19] acpi: drop serial/parallel enable bits from dsdt
` [PULL 10/19] acpi: drop build_piix4_pm()
` [PULL 11/19] acpi: q35: drop _SB.PCI0.ISA.LPCD opregion
` [PULL 12/19] tests/acpi: update expected data files
` [PULL 13/19] acpi: Some build_tpm2() code reshape
` [PULL 14/19] arm/acpi: Add the TPM2.0 device under the DSDT
` [PULL 15/19] docs/specs/tpm: ACPI boot now supported for TPM/ARM
` [PULL 16/19] Stop vhost-user sending uninitialized mmap_offsets
` [PULL 17/19] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
` [PULL 18/19] tests/qtest/bios-tables: Only run the TPM test with CONFIG_TPM enabled
` [PULL 19/19] tests: disassemble-asm.sh: generate AML in readable format

[PATCH v2 00/25] Error handling fixes & cleanups
 2020-06-25  6:44 UTC  (12+ messages)
` [PATCH v2 03/25] Clean up some calls to ignore Error objects the right way
` [PATCH v2 07/25] spapr: Plug minor memory leak in spapr_machine_init()
` [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 v4 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-06-25  6:29 UTC  (10+ 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

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-06-25  5:51 UTC  (21+ 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 QEMU v25 17/17] qapi: Add VFIO devices migration stats in Migration stats

[PATCH] Revert "tests/migration: Reduce autoconverge initial bandwidth"
 2020-06-25  5:35 UTC  (8+ messages)

[PATCH v4 0/2] hyperv: vmbus: ACPI various corrections
 2020-06-25  4:50 UTC  (3+ messages)
` [PATCH v4 1/2] hyperv: vmbus: Remove the 2nd IRQ
` [PATCH v4 2/2] acpi: i386: Move VMBus DSDT entry to SB

[PATCH v1 00/10] vDPA support in qemu
 2020-06-25  4:48 UTC  (6+ messages)

[PATCH v3 0/3] hyperv: vmbus: ACPI various corrections
 2020-06-25  4:46 UTC  (8+ messages)
` [PATCH v3 2/3] i386: acpi: vmbus: Add _ADR definition
` [PATCH v3 3/3] acpi: i386: Move VMBus DSDT entry to SB

[PATCH v2 00/16] Crazy shit around -global (pardon my french)
 2020-06-25  4:45 UTC  (3+ messages)

[PATCH 0/2] virtiofsd: drop Linux capabilities(7)
 2020-06-25  3:19 UTC  (7+ messages)
` [Virtio-fs] "

Migration vmdesc and xen-save-devices-state
 2020-06-25  2:44 UTC  (3+ messages)

[Qemu-devel] [Bug 1818937] [NEW] Crash with HV_ERROR on macOS host
 2020-06-25  0:03 UTC  (3+ messages)
` [Bug 1818937] "

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

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

[PATCH v25 QEMU 3/3] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
 2020-06-24 21:06 UTC  (12+ messages)

[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 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 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  (7+ messages)
` [PATCH v2 1/2] qom: Introduce object_property_try_add_child()

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


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