qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-18 07:35:50 to 2019-12-18 13:13:34 UTC [more...]

[PULL 00/87] Misc patches for 2019-12-18
 2019-12-18 12:02 UTC  (87+ messages)
` [PULL 01/87] kvm: Reallocate dirty_bmap when we change a slot
` [PULL 02/87] migration-test: Create cmd_soure and cmd_target
` [PULL 03/87] migration-test: Move hide_stderr to common commandline
` [PULL 04/87] migration-test: Move -machine "
` [PULL 05/87] migration-test: Move memory size "
` [PULL 06/87] migration-test: Move shmem handling "
` [PULL 07/87] migration-test: Move -name "
` [PULL 08/87] migration-test: Move -serial "
` [PULL 09/87] migration-test: Move -incomming "
` [PULL 10/87] migration-test: Rename cmd_src/dst to arch_source/arch_target
` [PULL 11/87] migration-test: Use a struct for test_migrate_start parameters
` [PULL 12/87] memory: do not look at current_machine->accel
` [PULL 13/87] vl: move icount configuration earlier
` [PULL 14/87] tcg: move qemu_tcg_configure to accel/tcg/tcg-all.c
` [PULL 15/87] vl: extract accelerator option processing to a separate function
` [PULL 16/87] vl: merge -accel processing into configure_accelerators
` [PULL 17/87] accel: compile accel/accel.c just once
` [PULL 18/87] vl: introduce object_parse_property_opt
` [PULL 19/87] vl: configure accelerators from -accel options
` [PULL 20/87] vl: warn for unavailable accelerators, clarify messages
` [PULL 21/87] qom: introduce object_register_sugar_prop
` [PULL 22/87] qom: add object_new_with_class
` [PULL 23/87] accel: pass object to accel_init_machine
` [PULL 24/87] tcg: convert "-accel threads" to a QOM property
` [PULL 25/87] tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
` [PULL 26/87] xen: convert "-machine igd-passthru" to an accelerator property
` [PULL 27/87] kvm: convert "-machine kvm_shadow_mem" "
` [PULL 28/87] kvm: introduce kvm_kernel_irqchip_* functions
` [PULL 29/87] kvm: convert "-machine kernel_irqchip" to an accelerator property
` [PULL 30/87] Makefile: remove unused variables
` [PULL 31/87] object: Improve documentation of interfaces
` [PULL 32/87] build-sys: build vhost-user-gpu only if CONFIG_TOOLS
` [PULL 33/87] build-sys: do not include Windows SLIRP dependencies in $LIBS
` [PULL 34/87] migration: fix maybe-uninitialized warning
` [PULL 35/87] monitor: fix maybe-uninitialized
` [PULL 36/87] vhost-user-scsi: fix printf format warning
` [PULL 37/87] os-posix: simplify os_find_datadir
` [PULL 38/87] tests: skip block layer tests if !CONFIG_TOOLS
` [PULL 39/87] libvixl: remove per-target compiler flags
` [PULL 40/87] crypto: move common bits for all emulators to libqemuutil
` [PULL 41/87] stubs: replace stubs with lnot if applicable
` [PULL 42/87] configure: set $PYTHON to a full path
` [PULL 43/87] configure: simplify vhost condition with Kconfig
` [PULL 44/87] i386: conditionally compile more files
` [PULL 45/87] fw_cfg: allow building without other devices
` [PULL 46/87] hw: replace hw/i386/pc.h with a header just for the i8259
` [PULL 47/87] pci-stub: add more MSI functions
` [PULL 48/87] x86: move SMM property to X86MachineState
` [PULL 49/87] hw/i386/pc: Convert DPRINTF() to trace events
` [PULL 50/87] x86: move more x86-generic functions out of PC files
` [PULL 51/87] acpi: move PC stubs out of stubs/
` [PULL 52/87] pc: stubify x86 iommu
` [PULL 53/87] hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
` [PULL 54/87] hw/i386: Simplify ioapic_init_gsi()
` [PULL 55/87] hw/isa/isa-bus: cleanup irq functions
` [PULL 56/87] hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
` [PULL 57/87] hw/i386/pc: Inline port92_init()
` [PULL 58/87] hw/i386/pc: Extract the port92 device
` [PULL 59/87] hyperv: Use auto rcu_read macros
` [PULL 60/87] qsp: Use WITH_RCU_READ_LOCK_GUARD
` [PULL 61/87] memory: use RCU_READ_LOCK_GUARD
` [PULL 62/87] colo: fix return without releasing RCU
` [PULL 63/87] build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG
` [PULL 64/87] docs: import Linux kernel-doc script and extension
` [PULL 65/87] docs: tweak kernel-doc for QEMU coding standards
` [PULL 66/87] docs/conf.py: Enable use of kerneldoc sphinx extension
` [PULL 67/87] Makefile: disable Sphinx nitpicking
` [PULL 68/87] bitops.h: Silence kernel-doc complaints
` [PULL 69/87] docs: Create bitops.rst as example of kernel-docs
` [PULL 70/87] memory.h: Silence kernel-doc complaints
` [PULL 71/87] docs: add memory API reference
` [PULL 72/87] memory: include MemoryListener documentation and some missing function parameters
` [PULL 73/87] migration: check length directly to make sure the range is aligned
` [PULL 74/87] WHPX: refactor load library
` [PULL 75/87] target/i386: remove unused pci-assign codes
` [PULL 76/87] Fix some comment spelling errors
` [PULL 77/87] hw/pci-host/i440fx: Correct the header description
` [PULL 78/87] hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"
` [PULL 79/87] hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()
` [PULL 80/87] hw/pci-host/i440fx: Use definitions instead of magic values
` [PULL 81/87] hw/pci-host/i440fx: Extract the IGD passthrough host bridge device
` [PULL 82/87] hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host Bridge
` [PULL 83/87] hw/i386: Remove the deprecated machines 0.12 up to 0.15
` [PULL 84/87] hw/audio: Remove the "use_broken_id" hack from the AC97 device
` [PULL 85/87] hw/pci: Remove the "command_serr_enable" property
` [PULL 87/87] vga: cleanup mapping of VRAM for non-PCI VGA

[PULL 0/7] Trivial branch patches
 2019-12-18 13:01 UTC  (3+ messages)
` [PULL 3/7] util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
` [PULL 7/7] qemu-doc: Remove the unused "Guest Agent" node

[PATCH v3 0/4] s390x: Increase architectural compliance
 2019-12-18 12:28 UTC  (8+ messages)
` [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

[PATCH 0/9] 9pfs: readdir optimization
 2019-12-18 12:22 UTC  (4+ messages)

[PATCH 0/4] Fix multifd + cancel + multifd
 2019-12-18 12:27 UTC  (3+ messages)
` [PATCH 1/4] qemu-file: Don't do IO after shutdown

[PATCH] qemu-doc: Remove the unused "Guest Agent" node
 2019-12-18 12:27 UTC  (2+ messages)

[PATCH-for-5.0 v3 0/6] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
 2019-12-18 12:31 UTC  (9+ messages)
` [PATCH-for-5.0 v3 1/6] hw/pci-host/i440fx: Correct the header description
` [PATCH-for-5.0 v3 3/6] hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()

[PATCH v2 0/7] Move qtests to a separate folder
 2019-12-18 11:58 UTC  (9+ messages)
` [PATCH v2 1/7] tests/Makefile: test-char does not need libqtest
` [PATCH v2 2/7] tests/ptimer: Remove unnecessary inclusion of libqtest.h
` [PATCH v2 3/7] tests/Makefile: Remove 'tests/' and '$(EXESUF)' from the check-qtest variables
` [PATCH v2 4/7] tests/Makefile: Separate unit test dependencies from qtest dependencies
` [PATCH v2 5/7] test: Move qtests to a separate directory
` [PATCH v2 6/7] tests/Makefile: Move qtest-related settings to a separate Makefile.include
` [PATCH v2 7/7] tests/libqos: Move the libqos files under tests/qtest/

[PATCH v2] qcow2: Move error check of local_err near its assignment
 2019-12-18 11:53 UTC 

[PATCH] i386: pass CLZERO to guests with EPYC CPU model on AMD ZEN platform
 2019-12-18 11:53 UTC  (2+ messages)

[PULL 00/62] Misc patches for 2019-12-16
 2019-12-18 11:53 UTC  (5+ messages)

[PATCH] tests/boot-sector: Fix the bad s390x assembler code
 2019-12-18 11:47 UTC  (2+ messages)

[PATCH v12 0/3] qcow2: advanced compression options
 2019-12-18 11:46 UTC  (2+ messages)

[PATCH] qcow2: Move error check of local_err near its assignment
 2019-12-18 11:44 UTC  (4+ messages)

[PATCH v2] Revert "qemu-options.hx: Update for reboot-timeout parameter"
 2019-12-18 11:36 UTC  (2+ messages)

[PATCH] target/sparc: Remove old TODO file
 2019-12-18 11:34 UTC  (2+ messages)

[PATCH] usbredir: Prevent recursion in usbredir_write
 2019-12-18 11:30 UTC 

[PATCH 0/2] Minor integer parsing improvements
 2019-12-18 11:29 UTC  (3+ messages)
` [PATCH 2/2] test-keyval: Tighten test of trailing crap after size

[PATCH] monitor: Remove unused define
 2019-12-18 11:20 UTC  (2+ messages)

[PATCH 0/3] MAINTAINERS: ARM & SD fixes
 2019-12-18 11:18 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section

[Bug 1856837] [NEW] qemu 4.2.0 arm segmentation fault with gcc 9.2
 2019-12-18 10:45 UTC 

[PATCH v2 00/10] Migration Arguments cleanup
 2019-12-18 10:58 UTC  (8+ messages)
` [PATCH v2 01/10] migration-test: Create cmd_soure and cmd_target
` [PATCH v2 08/10] migration-test: Move -incomming handling to common commandline
` [PATCH v2 09/10] migration-test: Rename cmd_src/dst to arch_source/arch_target

[PATCH 0/2] iotests: Minor fixes
 2019-12-18 10:48 UTC  (3+ messages)
` [PATCH 1/2] iotests/273: Filter format-specific information
` [PATCH 2/2] iotests: Fix IMGOPTSSYNTAX for nbd

[Bug 1856834] [NEW] softmmu qemu-system-ppc freezes at virtio vda
 2019-12-18 10:28 UTC  (2+ messages)
` [Bug 1856834] "

qcow2 api not secured by mutex lock
 2019-12-18 10:28 UTC 

[PATCH 0/6] Fix more GCC9 -O3 warnings
 2019-12-18 10:23 UTC  (11+ messages)
` [PATCH 1/6] audio/audio: Add missing fall through comment
` [PATCH 2/6] hw/display/tcx: Add missing fall through comments
` [PATCH 3/6] hw/net/imx_fec: Rewrite "
` [PATCH 4/6] hw/timer/aspeed_timer: Add a fall through comment

[PATCH v2] blockjob: Fix error message for negative speed
 2019-12-18 10:16 UTC  (2+ messages)

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2019-12-18  9:52 UTC  (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[PATCH v4 0/6] linux-user: Add support for real time clock ioctls
 2019-12-18  9:34 UTC  (7+ messages)
` [PATCH v4 1/6] linux-user: Add support for enabling/disabling RTC features using ioctls
` [PATCH v4 2/6] linux-user: Add support for getting/setting RTC time and alarm "
` [PATCH v4 3/6] linux-user: Add support for getting/setting RTC periodic interrupt and epoch "
` [PATCH v4 4/6] linux-user: Add support for getting/setting RTC wakeup alarm "
` [PATCH v4 5/6] linux-user: Add support for getting/setting RTC PLL correction "
` [PATCH v4 6/6] linux-user: Add support for read/clear RTC voltage low detector "

[PATCH 0/4] colo: Introduce resource agent and high-level test
 2019-12-18  9:27 UTC  (4+ messages)

bdrv_co_pwritev: Assertion `!waited || !use_local_qiov' failed
 2019-12-18  9:05 UTC  (4+ messages)

[PATCH 1/9] tests/virtio-9p: v9fs_string_read() didn't terminate string
 2019-12-18  8:47 UTC  (2+ messages)

[PULL 00/34] Error reporting patches for 2019-12-16
 2019-12-18  8:46 UTC  (7+ messages)
` [PULL 34/34] nbd: assert that Error** is not NULL in nbd_iter_channel_error

[PATCH v3 ppc-for-5.0 0/2] ppc/spapr: Support reboot of secure pseries guest
 2019-12-18  8:31 UTC  (3+ messages)
` [PATCH v3 ppc-for-5.0 2/2] "

[PULL v2 00/35] Error reporting patches for 2019-12-17
 2019-12-18  8:17 UTC  (36+ messages)
` [PULL v2 01/35] error: Fix -msg timestamp default
` [PULL v2 02/35] crypto: Fix certificate file error handling crash bug
` [PULL v2 03/35] crypto: Fix typo in QCryptoTLSSession's <example> comment
` [PULL v2 04/35] io: Fix Error usage in a comment <example>
` [PULL v2 05/35] tests: Clean up initialization of Error *err variables
` [PULL v2 06/35] exec: Fix file_ram_alloc() error API violations
` [PULL v2 07/35] hw/acpi: Fix legacy CPU plug "
` [PULL v2 08/35] hw/core: Fix fit_load_fdt() "
` [PULL v2 09/35] hw/ipmi: Fix realize() "
` [PULL v2 10/35] qga: Fix guest-get-fsinfo "
` [PULL v2 11/35] memory-device: Fix memory pre-plug "
` [PULL v2 12/35] error: Clean up unusual names of Error * variables
` [PULL v2 13/35] hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()
` [PULL v2 14/35] tests-blockjob: Use error_free_or_abort()
` [PULL v2 15/35] net/net: Clean up variable shadowing in net_client_init()
` [PULL v2 16/35] error: make Error **errp const where it is appropriate
` [PULL v2 17/35] hmp: drop Error pointer indirection in hmp_handle_error
` [PULL v2 18/35] vnc: drop Error pointer indirection in vnc_client_io_error
` [PULL v2 19/35] qdev-monitor: make Error **errp const where it is appropriate
` [PULL v2 20/35] Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"
` [PULL v2 21/35] ppc: make Error **errp const where it is appropriate
` [PULL v2 22/35] 9pfs: "
` [PULL v2 23/35] hw/core/qdev: cleanup Error ** variables
` [PULL v2 24/35] block/snapshot: rename Error ** parameter to more common errp
` [PULL v2 25/35] hw/i386/amd_iommu: "
` [PULL v2 26/35] qga: "
` [PULL v2 27/35] monitor/qmp-cmds: "
` [PULL v2 28/35] hw/s390x: "
` [PULL v2 29/35] hw/sd: drop extra whitespace in sdhci_sysbus_realize() header
` [PULL v2 30/35] hw/tpm: rename Error ** parameter to more common errp
` [PULL v2 31/35] hw/usb: "
` [PULL v2 32/35] include/qom/object.h: "
` [PULL v2 33/35] backends/cryptodev: drop local_err from cryptodev_backend_complete()
` [PULL v2 34/35] hw/vfio/ap: drop local_err from vfio_ap_realize
` [PULL v2 35/35] nbd: assert that Error** is not NULL in nbd_iter_channel_error

[PULL 0/6] QAPI patches for 2019-12-17
 2019-12-18  8:42 UTC  (3+ messages)

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2019-12-18  8:34 UTC  (4+ messages)
` [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests

[PATCH 0/7] configure: Improve PIE and other linkage
 2019-12-18  8:15 UTC  (9+ messages)
` [PATCH 4/7] configure: Always detect -no-pie toolchain support
` [PATCH 5/7] configure: Unnest detection of -z,relro and -z,now
` [PATCH 6/7] configure: Override the os default with --disable-pie
` [PATCH 7/7] configure: Support -static-pie if requested


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