qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-16 15:15:08 to 2019-12-17 00:31:31 UTC [more...]

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

[PATCH v4 0/5] python/qemu: New accel module and improvements
 2019-12-16 23:44 UTC  (8+ 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 v2 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-16 23:44 UTC  (12+ messages)
` [PATCH v2 01/10] hw: arm: add Allwinner H3 System-on-Chip
` [PATCH v2 02/10] hw: arm: add Xunlong Orange Pi PC machine
` [PATCH v2 03/10] arm: allwinner-h3: add Clock Control Unit
` [PATCH v2 04/10] arm: allwinner-h3: add USB host controller
` [PATCH v2 05/10] arm: allwinner-h3: add System Control module
` [PATCH v2 06/10] arm/arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on()
` [PATCH v2 07/10] arm: allwinner-h3: add CPU Configuration module
` [PATCH v2 08/10] arm: allwinner-h3: add Security Identifier device
` [PATCH v2 09/10] arm: allwinner-h3: add SD/MMC host controller
` [PATCH v2 10/10] arm: allwinner-h3: add EMAC ethernet device

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2019-12-16 23:16 UTC  (8+ messages)
` [PATCH v10 Kernel 1/5] vfio: KABI for migration interface for device state
` [PATCH v10 Kernel 2/5] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v10 Kernel 3/5] vfio iommu: Add ioctl defination for dirty pages tracking
` [PATCH v10 Kernel 4/5] vfio iommu: Implementation of ioctl to "
` [PATCH v10 Kernel 5/5] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[PATCH v2 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-16 22:11 UTC  (29+ messages)
` [PATCH v2 01/28] target/xtensa: Use probe_access for itlb_hit_test
` [PATCH v2 02/28] cputlb: Use trace_mem_get_info instead of trace_mem_build_info
` [PATCH v2 03/28] trace: Remove trace_mem_build_info_no_se_[bl]e
` [PATCH v2 04/28] cputlb: Move body of cpu_ldst_template.h out of line
` [PATCH v2 05/28] translator: Use cpu_ld*_code instead of open-coding
` [PATCH v2 06/28] cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
` [PATCH v2 07/28] cputlb: Provide cpu_(ld, st}*_mmuidx_ra for user-only
` [PATCH v2 08/28] target/i386: Use cpu_*_mmuidx_ra instead of templates
` [PATCH v2 09/28] target/s390x: Include tcg.h in mem_helper.c
` [PATCH v2 10/28] target/arm: Include tcg.h in sve_helper.c
` [PATCH v2 11/28] accel/tcg: Include tcg.h in tcg-runtime.c
` [PATCH v2 12/28] linux-user: Include tcg.h in syscall.c
` [PATCH v2 13/28] linux-user: Include trace-root.h in syscall-trace.h
` [PATCH v2 14/28] cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
` [PATCH v2 15/28] target/nios2: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH v2 16/28] target/alpha: "
` [PATCH v2 17/28] target/cris: "
` [PATCH v2 18/28] target/i386: Remove MMU_MODE{0,1,2}_SUFFIX
` [PATCH v2 19/28] target/microblaze: "
` [PATCH v2 20/28] target/sh4: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH v2 21/28] target/unicore32: "
` [PATCH v2 22/28] target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX
` [PATCH v2 23/28] target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0, 1}_SUFFIX
` [PATCH v2 24/28] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
` [PATCH v2 25/28] target/s390x: "
` [PATCH v2 26/28] target/ppc: "
` [PATCH v2 27/28] cputlb: Remove support for MMU_MODE*_SUFFIX
` [PATCH v2 28/28] cputlb: Expand cpu_ldst_template.h in cputlb.c

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

[kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2019-12-16 20:47 UTC  (11+ messages)
` [kvm-unit-tests PATCH 01/10] arm64: Provide read/write_sysreg_s
` [kvm-unit-tests PATCH 02/10] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH 03/10] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH 06/10] arm: pmu: Test chained counter
` [kvm-unit-tests PATCH 07/10] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH 08/10] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH 10/10] arm: pmu: Test overflow interrupts

[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

[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 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()

[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  (3+ 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  (7+ 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  (2+ messages)

[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  (7+ messages)
` [PATCH 12/12] "

[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  (3+ messages)
` [PATCH v3 1/2] cpu: Introduce 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


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