qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-16 12:26:29 to 2019-12-16 20:35:55 UTC [more...]

[PATCH v9 00/13] TCG code quality tracking and perf integration
 2019-12-16 20:34 UTC  (5+ messages)
` [PATCH v9 05/13] accel: adding TB_JIT_TIME and full replacing CONFIG_PROFILER

[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
 2019-12-16 20:23 UTC  (3+ messages)

qemu-4.2: failed to set MSR 0x48b to 0x1582e00000000: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2019-12-16 19:27 UTC  (6+ messages)

[RFC v4 PATCH 00/49] Initial support of multi-process qemu
 2019-12-16 19:57 UTC  (5+ messages)
` [RFC v4 PATCH 00/49] Initial support of multi-process qemu - status update

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-16 19:46 UTC  (7+ messages)
` [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller

[PULL 0/4] x86 queue, 2019-12-16
 2019-12-16 19:38 UTC  (5+ messages)
` [PULL 1/4] i386: Add MSR feature bit for MDS-NO
` [PULL 2/4] i386: Add macro for stibp
` [PULL 3/4] i386: Add new CPU model Cooperlake
` [PULL 4/4] i386: Use g_autofree in a few places

[PATCH v4 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-12-16 19:36 UTC  (4+ messages)
` [PATCH v4 29/37] RFC: mips/cps: fix setting saar property
    ` [EXTERNAL]Re: "

[PATCH v4 0/5] python/qemu: New accel module and improvements
 2019-12-16 19:14 UTC  (6+ messages)
` [PATCH v4 1/5] python/qemu: Move kvm_available() to its own module
` [PATCH v4 2/5] python/qemu: accel: Add list_accel() method
` [PATCH v4 3/5] python/qemu: accel: Strengthen kvm_available() checks
` [PATCH v4 4/5] python/qemu: accel: Add tcg_available() method
` [PATCH v4 5/5] python/qemu: Remove unneeded imports in __init__

[PATCH v1 00/16] testing and logging changes for master
 2019-12-16 19:00 UTC  (5+ messages)
` [PATCH v1 01/16] configure: allow disable of cross compilation containers
` [PATCH v1 06/16] iotests: Skip test 079 if it is not possible to create large files

[PATCH] docs/specs/tpm: reST-ify TPM documentation
 2019-12-16 18:20 UTC  (2+ messages)

[PATCH v2 1/2] tests/ide-test: Create a single unit-test covering more PRDT cases
 2019-12-16 18:14 UTC  (2+ messages)
` [PATCH v2 2/2] ide: Fix incorrect handling of some PRDTs in ide_dma_cb()

[PATCH 00/13] ppc/pnv: Get rid of chip_type attributes
 2019-12-16 18:07 UTC  (4+ messages)
` [PATCH 04/13] ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compat

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2019-12-16 18:06 UTC  (16+ messages)
` [RFC PATCH v2 3/5] target/arm/kvm: Implement virtual time adjustment
` [RFC PATCH v2 5/5] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[PATCH] memory: Do not allow subregion out of the parent region range
 2019-12-16 17:46 UTC  (3+ messages)

[PATCH 00/10] iotests: Remove duplicated blockdev_create()
 2019-12-16 17:08 UTC  (11+ messages)
` [PATCH 01/10] iotests: Create VM.blockdev_create()
` [PATCH 02/10] iotests: 255: Drop blockdev_create()
` [PATCH 03/10] iotests: 206: Convert to VM.blockdev_create()
` [PATCH 04/10] iotests: 210: "
` [PATCH 05/10] iotests: 212: "
` [PATCH 06/10] iotests: 213: "
` [PATCH 07/10] iotests: 237: "
` [PATCH 08/10] iotests: 266: "
` [PATCH 09/10] iotests: 207: Remove duplication with VM.blockdev_create()
` [PATCH 10/10] iotests: 211: "

[Bug 1856549] [NEW] qemu-4.2.0/hw/misc/mac_via.c: 2 * bad test ?
 2019-12-16 17:32 UTC  (6+ messages)
` [Bug 1856549] "

[PULL 00/62] Misc patches for 2019-12-16
 2019-12-16 16:28 UTC  (63+ messages)
` [PULL 01/62] kvm: Reallocate dirty_bmap when we change a slot
` [PULL 02/62] migration-test: Create cmd_soure and cmd_target
` [PULL 03/62] migration-test: Move hide_stderr to common commandline
` [PULL 04/62] migration-test: Move -machine "
` [PULL 05/62] migration-test: Move memory size "
` [PULL 06/62] migration-test: Move shmem handling "
` [PULL 07/62] migration-test: Move -name "
` [PULL 08/62] migration-test: Move -serial "
` [PULL 09/62] migration-test: Move -incomming "
` [PULL 10/62] migration-test: Rename cmd_src/dst to arch_source/arch_target
` [PULL 11/62] migration-test: Use a struct for test_migrate_start parameters
` [PULL 12/62] memory: do not look at current_machine->accel
` [PULL 13/62] vl: move icount configuration earlier
` [PULL 14/62] tcg: move qemu_tcg_configure to accel/tcg/tcg-all.c
` [PULL 15/62] vl: extract accelerator option processing to a separate function
` [PULL 16/62] vl: merge -accel processing into configure_accelerators
` [PULL 17/62] accel: compile accel/accel.c just once
` [PULL 18/62] vl: introduce object_parse_property_opt
` [PULL 19/62] vl: configure accelerators from -accel options
` [PULL 20/62] vl: warn for unavailable accelerators, clarify messages
` [PULL 21/62] qom: introduce object_register_sugar_prop
` [PULL 22/62] qom: add object_new_with_class
` [PULL 23/62] accel: pass object to accel_init_machine
` [PULL 24/62] tcg: convert "-accel threads" to a QOM property
` [PULL 25/62] tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
` [PULL 26/62] xen: convert "-machine igd-passthru" to an accelerator property
` [PULL 27/62] kvm: convert "-machine kvm_shadow_mem" "
` [PULL 28/62] kvm: introduce kvm_kernel_irqchip_* functions
` [PULL 29/62] kvm: convert "-machine kernel_irqchip" to an accelerator property
` [PULL 30/62] Makefile: remove unused variables
` [PULL 31/62] object: Improve documentation of interfaces
` [PULL 32/62] build-sys: build vhost-user-gpu only if CONFIG_TOOLS
` [PULL 33/62] build-sys: do not include Windows SLIRP dependencies in $LIBS
` [PULL 34/62] migration: fix maybe-uninitialized warning
` [PULL 35/62] monitor: fix maybe-uninitialized
` [PULL 36/62] vhost-user-scsi: fix printf format warning
` [PULL 37/62] os-posix: simplify os_find_datadir
` [PULL 38/62] tests: skip block layer tests if !CONFIG_TOOLS
` [PULL 39/62] libvixl: remove per-target compiler flags
` [PULL 40/62] crypto: move common bits for all emulators to libqemuutil
` [PULL 41/62] stubs: replace stubs with lnot if applicable
` [PULL 42/62] configure: set $PYTHON to a full path
` [PULL 43/62] configure: simplify vhost condition with Kconfig
` [PULL 44/62] i386: conditionally compile more files
` [PULL 45/62] fw_cfg: allow building without other devices
` [PULL 46/62] hw: replace hw/i386/pc.h with a header just for the i8259
` [PULL 47/62] pci-stub: add more MSI functions
` [PULL 48/62] x86: move SMM property to X86MachineState
` [PULL 49/62] hw/i386/pc: Convert DPRINTF() to trace events
` [PULL 50/62] x86: move more x86-generic functions out of PC files
` [PULL 51/62] acpi: move PC stubs out of stubs/
` [PULL 52/62] pc: stubify x86 iommu
` [PULL 53/62] hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
` [PULL 54/62] hw/i386: Simplify ioapic_init_gsi()
` [PULL 55/62] hw/isa/isa-bus: cleanup irq functions
` [PULL 56/62] hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
` [PULL 57/62] hw/i386/pc: Inline port92_init()
` [PULL 58/62] hw/i386/pc: Extract the port92 device
` [PULL 59/62] hyperv: Use auto rcu_read macros
` [PULL 60/62] qsp: Use WITH_RCU_READ_LOCK_GUARD
` [PULL 61/62] memory: use RCU_READ_LOCK_GUARD
` [PULL 62/62] colo: fix return without releasing RCU

Extraneous nesting in QAPI schema
 2019-12-16 16:59 UTC 

qemu-project git server not utf-8 clean?
 2019-12-16 16:29 UTC 

[PATCH 00/10] Migration Arguments cleanup
 2019-12-16 16:20 UTC  (9+ messages)
` [PATCH 01/10] migration-test: Create cmd_soure and cmd_target

[PULL 00/11] MIPS queue for December 16th, 2019
 2019-12-16 16:19 UTC  (13+ messages)
` [PULL 01/11] mips: jazz: Renovate coding style
` [PULL 02/11] mips: malta: "
` [PULL 03/11] mips: mipssim: "
` [PULL 04/11] mips: r4000: "
` [PULL 05/11] mips: fulong 2e: "
` [PULL 06/11] hw/mips: Deprecate the r4k machine
` [PULL 07/11] MAINTAINERS: Add a section on UI translation
` [PULL 08/11] MAINTAINERS: Adjust maintainership for Fulong 2E board
` [PULL 09/11] MAINTAINERS: Adjust maintainership for Malta board
` [PULL 10/11] MAINTAINERS: Add three files to Malta section
` [PULL 11/11] MAINTAINERS: Add a file to MIPS section

[PATCH v0 0/2] allow to set 'drive' property on a realized block device
 2019-12-16 15:58 UTC  (8+ messages)
` [PATCH v0 2/2] block: "

[PATCH 00/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'
 2019-12-16 15:48 UTC  (21+ messages)
` [PATCH 03/12] hw/i386/pc: Remove obsolete pc_pci_device_init() declaration
` [PATCH 04/12] hw/i386/pc: Remove obsolete cpu_set_smm_t typedef
` [PATCH 05/12] hw/i386/ich9: Remove unused include
` [PATCH 06/12] hw/i386/ich9: Move unnecessary "pci_bridge.h" include
` [PATCH 07/12] hw/ide/piix: Remove superfluous DEVICE() cast
` [PATCH 08/12] hw/ide/piix: Use ARRAY_SIZE() instead of magic numbers
` [PATCH 09/12] hw/intc/ioapic: Make ioapic_print_redtbl() static
` [PATCH 12/12] hw/i386/pc: Move PC-machine specific declarations to 'pc_internal.h'

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

[PATCH v3 0/2] cpu: Clarify overloading of reset QOM methods
 2019-12-16 15:35 UTC  (4+ messages)
` [PATCH v3 1/2] cpu: Introduce cpu_class_set_parent_reset()
` [PATCH v3 2/2] cpu: Use cpu_class_set_parent_reset()

[PATCH v3 0/6] hw/arm/smmuv3: Correct stream ID and event address handling
 2019-12-16 15:15 UTC  (7+ messages)
` [PATCH v3 1/6] hw/arm/smmuv3: Apply address mask to linear strtab base address
` [PATCH v3 2/6] hw/arm/smmuv3: Correct SMMU_BASE_ADDR_MASK value
` [PATCH v3 3/6] hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZE
` [PATCH v3 4/6] hw/arm/smmuv3: Align stream table base address to table size
` [PATCH v3 5/6] hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macro
` [PATCH v3 6/6] hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position

[PATCH 0/2] hw/pci/pci_host: Small cleanups
 2019-12-16 15:10 UTC  (2+ messages)

[PATCH v2 0/6] hw/arm/smmuv3: Correct stream ID and event address handling
 2019-12-16 14:56 UTC  (3+ messages)

[PATCH] xen-bus/block: explicitly assign event channels to an AioContext
 2019-12-16 14:34 UTC 

[PATCH 00/21] Error handling fixes, may contain 4.2 material
 2019-12-16 14:13 UTC  (5+ messages)
` [PATCH 11/21] hw/ipmi: Fix latent realize() error handling bugs

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2019-12-16 14:02 UTC  (17+ messages)
` [kvm-unit-tests PATCH 01/16] libcflat: Add other size defines
` [kvm-unit-tests PATCH 02/16] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH 03/16] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH 04/16] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH 07/16] arm/arm64: ITS: Set the LPI config and pending tables
` [kvm-unit-tests PATCH 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH 09/16] arm/arm64: ITS: Enable/Disable LPIs at re-distributor level
` [kvm-unit-tests PATCH 10/16] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH 12/16] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH 13/16] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH 14/16] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH 15/16] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH 16/16] arm/arm64: ITS: pending table migration test

[PULL 00/34] target-arm queue
 2019-12-16 14:07 UTC  (2+ messages)

guest / host buffer sharing 
 2019-12-16 13:47 UTC  (11+ messages)
        ` [virtio-dev] "

[RFC QEMU PATCH] pc-bios/s390-ccw: Add zipl-like "BOOT_IMAGE=x" to the kernel parameters
 2019-12-16 13:43 UTC  (3+ messages)

[PATCH v2] target/arm: ensure we use current exception state after SCR update
 2019-12-16 13:38 UTC  (2+ messages)

[PULL v2 00/16] first s390x update for 5.0
 2019-12-16 13:04 UTC  (2+ messages)

[PATCH v3 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content
 2019-12-16 12:38 UTC  (2+ messages)

[PATCH 0/5] mips: machines: Renovate coding style
 2019-12-16 12:36 UTC  (2+ messages)

[PULL 00/10] Bluetooth removal, and qtest & misc patches
 2019-12-16 12:29 UTC  (4+ messages)

[Bug 1844817] [NEW] trace: dynamic width format syntax not validated
 2019-12-16 12:20 UTC  (2+ messages)
` [Bug 1844817] "

[Bug 1844814] [NEW] trace: SystemTap documentation out of date
 2019-12-16 12:18 UTC  (2+ messages)
` [Bug 1844814] "


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