qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-16 20:52:35 to 2019-12-17 06:38:37 UTC [more...]

[PULL 00/34] Error reporting patches for 2019-12-16
 2019-12-17  6:26 UTC  (20+ messages)
` [PULL 01/34] error: Fix -msg timestamp default
` [PULL 02/34] crypto: Fix certificate file error handling crash bug
` [PULL 03/34] crypto: Fix typo in QCryptoTLSSession's <example> comment
` [PULL 04/34] io: Fix Error usage in a comment <example>
` [PULL 05/34] tests: Clean up initialization of Error *err variables
` [PULL 07/34] hw/acpi: Fix legacy CPU plug error API violations
` [PULL 08/34] hw/core: Fix fit_load_fdt() "
` [PULL 09/34] hw/ipmi: Fix realize() "
` [PULL 10/34] qga: Fix guest-get-fsinfo "
` [PULL 11/34] memory-device: Fix memory pre-plug "
` [PULL 13/34] hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()
` [PULL 14/34] tests-blockjob: Use error_free_or_abort()
` [PULL 16/34] error: make Error **errp const where it is appropriate
` [PULL 18/34] vnc: drop Error pointer indirection in vnc_client_io_error
` [PULL 19/34] qdev-monitor: make Error **errp const where it is appropriate
` [PULL 26/34] monitor/qmp-cmds: rename Error ** parameter to more common errp
` [PULL 28/34] hw/sd: drop extra whitespace in sdhci_sysbus_realize() header
` [PULL 32/34] backends/cryptodev: drop local_err from cryptodev_backend_complete()
` [PULL 33/34] hw/vfio/ap: drop local_err from vfio_ap_realize

[PATCH v3 0/3] ppc: spapr: virtual NVDIMM support
 2019-12-17  6:10 UTC  (4+ messages)
` [PATCH v3 3/3] spapr: Add Hcalls to support PAPR NVDIMM device

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2019-12-17  5:15 UTC  (9+ 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

[PULL 00/15] Python queue 2019-12-17
 2019-12-17  5:15 UTC  (16+ messages)
` [PULL 01/15] tests/boot_linux_console: Fetch assets from Debian snapshot archives
` [PULL 02/15] Revert "Acceptance test: cancel test if m68k kernel packages goes missing"
` [PULL 03/15] analyze-migration.py: fix find() type error
` [PULL 04/15] analyze-migration.py: replace numpy with python 3.2
` [PULL 05/15] python/qemu: Add set_qmp_monitor() to QEMUMachine
` [PULL 06/15] tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine
` [PULL 07/15] Acceptance test x86_cpu_model_versions: use default vm
` [PULL 08/15] Acceptance tests: introduce utility method for tags unique vals
` [PULL 09/15] Acceptance tests: use avocado tags for machine type
` [PULL 10/15] Acceptance tests: use relative location for tests
` [PULL 11/15] python/qemu: Move kvm_available() to its own module
` [PULL 12/15] python/qemu: accel: Add list_accel() method
` [PULL 13/15] python/qemu: accel: Strengthen kvm_available() checks
` [PULL 14/15] python/qemu: accel: Add tcg_available() method
` [PULL 15/15] python/qemu: Remove unneeded imports in __init__

[PULL 00/88] ppc-for-5.0 queue 20191217
 2019-12-17  4:43 UTC  (89+ messages)
` [PULL 01/88] ppc/pnv: Add a PNOR model
` [PULL 02/88] ppc/pnv: Add a "/qemu" device tree node
` [PULL 03/88] ppc/pnv: Drop "chip" link from POWER9 PSI object
` [PULL 04/88] xive: Link "cpu" property to XiveTCTX::cs pointer
` [PULL 05/88] xive: Link "xive" property to XiveSource::xive pointer
` [PULL 06/88] xive: Link "xive" property to XiveEndSource::xrtr pointer
` [PULL 07/88] ppc/pnv: Link "psi" property to PnvLpc::psi pointer
` [PULL 08/88] ppc/pnv: Link "psi" property to PnvOCC::psi pointer
` [PULL 09/88] ppc/pnv: Link "chip" property to PnvHomer::chip pointer
` [PULL 10/88] ppc/pnv: Link "chip" property to PnvCore::chip pointer
` [PULL 11/88] ppc/pnv: Link "chip" property to PnvXive::chip pointer
` [PULL 12/88] xics: Link ICS_PROP_XICS property to ICSState::xics pointer
` [PULL 13/88] xics: Link ICP_PROP_XICS property to ICPState::xics pointer
` [PULL 14/88] xics: Link ICP_PROP_CPU property to ICPState::cs pointer
` [PULL 15/88] spapr: Abort if XICS interrupt controller cannot be initialized
` [PULL 16/88] ppc/pnv: Add a LPC "ranges" property
` [PULL 17/88] ppc/xive: Record the IPB in the associated NVT
` [PULL 18/88] ppc/xive: Introduce helpers for the NVT id
` [PULL 19/88] ppc/pnv: Remove pnv_xive_vst_size() routine
` [PULL 20/88] xive/kvm: Trigger interrupts from userspace
` [PULL 21/88] ppc/pnv: Quiesce some XIVE errors
` [PULL 22/88] ppc/xive: Introduce OS CAM line helpers
` [PULL 23/88] ppc/xive: Check V bit in TM_PULL_POOL_CTX
` [PULL 24/88] ipmi: Add support to customize OEM functions
` [PULL 25/88] ppc/pnv: Add HIOMAP commands
` [PULL 26/88] ppc/pnv: Create BMC devices at machine init
` [PULL 27/88] ppc/xive: Introduce a XivePresenter interface
` [PULL 28/88] ppc/xive: Implement the "
` [PULL 29/88] ppc/pnv: Instantiate cores separately
` [PULL 30/88] ppc/pnv: Loop on the threads of the chip to find a matching NVT
` [PULL 31/88] ppc: Introduce a ppc_cpu_pir() helper
` [PULL 32/88] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
` [PULL 33/88] ppc/pnv: Fix TIMA indirect access
` [PULL 34/88] ppc/xive: Introduce a XiveFabric interface
` [PULL 35/88] ppc/pnv: Implement the "
` [PULL 36/88] ppc/spapr: "
` [PULL 37/88] ppc/xive: Use the XiveFabric and XivePresenter interfaces
` [PULL 38/88] ppc/xive: Extend the TIMA operation with a XivePresenter parameter
` [PULL 39/88] linux-headers: Update
` [PULL 40/88] spapr: Pass the maximum number of vCPUs to the KVM interrupt controller
` [PULL 41/88] spapr/xics: Configure number of servers in KVM
` [PULL 42/88] spapr/xive: "
` [PULL 43/88] ppc/pnv: Clarify how the TIMA is accessed on a multichip system
` [PULL 44/88] ppc/xive: Move the TIMA operations to the controller model
` [PULL 45/88] ppc/xive: Remove the get_tctx() XiveRouter handler
` [PULL 46/88] ppc/xive: Introduce a xive_tctx_ipb_update() helper
` [PULL 47/88] ppc/xive: Synthesize interrupt from the saved IPB in the NVT
` [PULL 48/88] ppc/pnv: Introduce a pnv_xive_block_id() helper
` [PULL 49/88] ppc/pnv: Extend XiveRouter with a get_block_id() handler
` [PULL 50/88] ppc/pnv: Dump the XIVE NVT table
` [PULL 51/88] ppc: well form kvmppc_hint_smt_possible error hint helper
` [PULL 52/88] spapr: Don't trigger a CAS reboot for XICS/XIVE mode changeover
` [PULL 53/88] spapr: Improve handling of fdt buffer size
` [PULL 54/88] spapr: Fold h_cas_compose_response() into h_client_architecture_support()
` [PULL 55/88] spapr: Simplify ovec diff
` [PULL 56/88] ppc: Deassert the external interrupt pin in KVM on reset
` [PULL 57/88] xics: Don't deassert outputs
` [PULL 58/88] ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU models
` [PULL 59/88] ppc: Ignore the CPU_INTERRUPT_EXITTB interrupt with KVM
` [PULL 60/88] ppc: Make PPCVirtualHypervisor an incomplete type
` [PULL 61/88] target/ppc: Add POWER10 DD1.0 model information
` [PULL 62/88] ppc/pnv: Introduce a POWER10 PnvChip and a powernv10 machine
` [PULL 63/88] ppc/psi: cleanup definitions
` [PULL 64/88] ppc/pnv: add a PSI bridge model for POWER10
` [PULL 65/88] ppc/pnv: add a LPC Controller "
` [PULL 66/88] target/ppc: Implement the VTB for HV access
` [PULL 67/88] target/ppc: Work [S]PURR implementation and add HV support
` [PULL 68/88] target/ppc: Add SPR ASDR
` [PULL 69/88] target/ppc: Add SPR TBU40
` [PULL 70/88] ppc/pnv: Loop on the whole hierarchy to populate the DT with the XSCOM nodes
` [PULL 71/88] ppc/pnv: populate the DT with realized XSCOM devices
` [PULL 72/88] ppc/pnv: Make PnvXScomInterface an incomplete type
` [PULL 73/88] ppc/pnv: Introduce PBA registers
` [PULL 74/88] ppc/pnv: Fix OCC common area region mapping
` [PULL 75/88] ppc: Drop useless extern annotation for functions
` [PULL 76/88] ppc/pnv: Introduce PnvPsiClass::compat
` [PULL 77/88] ppc/pnv: Drop PnvPsiClass::chip_type
` [PULL 78/88] ppc/pnv: Introduce PnvMachineClass and PnvMachineClass::compat
` [PULL 79/88] ppc/pnv: Introduce PnvMachineClass::dt_power_mgt()
` [PULL 80/88] ppc/pnv: Drop pnv_is_power9() and pnv_is_power10() helpers
` [PULL 81/88] ppc/pnv: Introduce PnvChipClass::intc_print_info() method
` [PULL 82/88] ppc/pnv: Introduce PnvChipClass::xscom_core_base() method
` [PULL 83/88] ppc/pnv: Pass XSCOM base address and address size to pnv_dt_xscom()
` [PULL 84/88] ppc/pnv: Pass content of the "compatible" property "
` [PULL 85/88] ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers
` [PULL 86/88] ppc/pnv: Introduce PnvChipClass::xscom_pcba() method
` [PULL 87/88] ppc/pnv: Drop PnvChipClass::type
` [PULL 88/88] pseries: Update SLOF firmware image

[PATCH 0/7] target/ppc: Implement KVM support under TCG (final steps)
 2019-12-17  4:00 UTC  (3+ messages)
` [PATCH 5/7] target/ppc: Add privileged message send facilities

[PATCH v2 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-17  3:59 UTC  (31+ 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

[PULL 0/4] x86 queue, 2019-12-16
 2019-12-17  2:26 UTC  (3+ messages)
` [PULL 3/4] i386: Add new CPU model Cooperlake

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

[RFC PATCH 0/3] vhost-user: Lift Max Ram Slots Limitation
 2019-12-09  7:00 UTC  (4+ messages)
` [RFC PATCH 1/3] Fixed Error Handling in vhost_user_set_mem_table_postcopy
` [RFC PATCH 2/3] vhost-user: Refactor vhost_user_set_mem_table Functions
` [RFC PATCH 3/3] Introduce Configurable Number of Memory Slots Exposed by vhost-user:

[PATCH v2 0/4] Add extra information to versioned CPU models
 2019-12-17  1:35 UTC  (2+ messages)

[PATCH v5 0/5] Add vTPM emulator support for ppc64 platform
 2019-12-17  0:53 UTC  (9+ messages)
` [PATCH v5 1/5] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PATCH v5 3/5] tpm_spapr: Support suspend and resume

[PATCH] ppc: remove excessive logging
 2019-12-17  0:31 UTC  (4+ messages)

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2019-12-17  0:35 UTC 

[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  (4+ messages)
` [PATCH v4 2/5] python/qemu: accel: Add list_accel() method

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


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