qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-06 15:03:07 to 2019-12-06 19:27:43 UTC [more...]

[PATCH v4 00/40] target/arm: Implement ARMv8.1-VHE
 2019-12-06 19:15 UTC  (42+ messages)
` [PATCH v4 08/40] target/arm: Rename ARMMMUIdx*_S12NSE* to ARMMMUIdx*_E10_*
` [PATCH v4 09/40] target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2
` [PATCH v4 10/40] target/arm: Rename ARMMMUIdx_S1NSE* to ARMMMUIdx_Stage1_E*
` [PATCH v4 11/40] target/arm: Rename ARMMMUIdx_S1SE* to ARMMMUIdx_SE*
` [PATCH v4 26/40] target/arm: Update define_one_arm_cp_reg_with_opaque for VHE
` [PATCH v4 27/40] target/arm: Add VHE system register redirection and aliasing
` [PATCH v4 28/40] target/arm: Add VHE timer "
` [PATCH v4 29/40] target/arm: Flush tlb for ASID changes in EL2&0 translation regime
` [PATCH v4 30/40] target/arm: Flush tlbs for E2&0 "
` [PATCH v4 31/40] target/arm: Update arm_phys_excp_target_el for TGE
` [PATCH v4 32/40] target/arm: Update {fp,sve}_exception_el for VHE
  ` [PATCH v4 32/40] target/arm: Update {fp, sve}_exception_el "
` [PATCH v4 33/40] target/arm: check TGE and E2H flags for EL0 pauth traps
` [PATCH v4 34/40] target/arm: Update get_a64_user_mem_index for VHE
` [PATCH v4 35/40] target/arm: Update arm_cpu_do_interrupt_aarch64 "
` [PATCH v4 36/40] target/arm: Enable ARMv8.1-VHE in -cpu max
` [PATCH v4 40/40] target/arm: Raise only one interrupt in arm_cpu_exec_interrupt

[PATCH 00/11] target/arm: Implement ARMv8.1-PAN + ARMv8.2-ATS1E1
 2019-12-06 19:14 UTC  (17+ messages)
` [PATCH 01/11] cputlb: Handle NB_MMU_MODES > TARGET_PAGE_BITS_MIN
` [PATCH 02/11] target/arm: Add arm_mmu_idx_is_stage1
` [PATCH 04/11] target/arm: Reduce CPSR_RESERVED
` [PATCH 05/11] target/arm: Add isar_feature tests for PAN + ATS1E1
` [PATCH 06/11] target/arm: Update MSR access for PAN
` [PATCH 07/11] target/arm: Update arm_mmu_idx_el "
` [PATCH 08/11] target/arm: Enforce PAN semantics in get_S1prot
` [PATCH 11/11] target/arm: Enable ARMv8.2-ATS1E1 in -cpu max

[for-5.0 PATCH 0/3] cpu: Clarify overloading of reset QOM methods
 2019-12-06 18:44 UTC  (4+ messages)
` [for-5.0 PATCH 1/3] cpu: Introduce CPUReset callback typedef
` [for-5.0 PATCH 2/3] cpu: Introduce cpu_class_set_parent_reset()
` [for-5.0 PATCH 3/3] cpu: Use cpu_class_set_parent_reset()

[PATCH v2] hw/arm/sbsa-ref: Simplify by moving the gic in the machine state
 2019-12-06 18:38 UTC  (2+ messages)

Offline manipulation of Dirty Bitmaps by qemu-img
 2019-12-06 19:07 UTC  (4+ messages)
` [libvirt] "

[PATCH 0/4] target/arm: Implement ARMv8.2-UAO
 2019-12-06 19:00 UTC  (10+ messages)
` [PATCH 1/4] target/arm: Add ID_AA64MMFR2_EL1
` [PATCH 2/4] target/arm: Update MSR access to UAO
` [PATCH 3/4] target/arm: Implement UAO semantics
` [PATCH 4/4] target/arm: Enable ARMv8.2-UAO in -cpu max

[PATCH for-4.2?] block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap
 2019-12-06 19:02 UTC  (7+ messages)

[RFC] QEMU Gating CI
 2019-12-06 19:03 UTC  (3+ messages)

[PATCH] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
 2019-12-06 18:25 UTC  (4+ messages)

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

[PATCH-for-5.0 v2 0/6] hw/pci-host: Add Kconfig selector for IGD PCIe pass-through
 2019-12-06 17:25 UTC  (7+ messages)
` [PATCH-for-5.0 v2 1/6] hw/pci-host/i440fx: Correct the header description
` [PATCH-for-5.0 v2 2/6] hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"
` [PATCH-for-5.0 v2 3/6] hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE()
` [PATCH-for-5.0 v2 4/6] hw/pci-host/i440fx: Use existing definitions instead of magic values
` [PATCH-for-5.0 v2 5/6] hw/pci-host/i440fx: Extract the IGD Passthrough Host Bridge device
` [PATCH-for-5.0 v2 6/6] hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host Bridge

Error compiling Qemu-4.1 on Linux
 2019-12-06 17:07 UTC  (4+ messages)

[PATCH v8 00/21] error: prepare for auto propagated local_err
 2019-12-06 18:19 UTC  (32+ messages)
` [PATCH v8 01/21] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [PATCH v8 03/21] error: make Error **errp const where it is appropriate
` [PATCH v8 04/21] hmp: drop Error pointer indirection in hmp_handle_error
` [PATCH v8 05/21] vnc: drop Error pointer indirection in vnc_client_io_error
` [PATCH v8 06/21] qdev-monitor: well form error hint helpers
` [PATCH v8 11/21] hw/i386/amd_iommu: rename Error ** parameter to more common errp
` [PATCH v8 12/21] qga: "
` [PATCH v8 13/21] monitor/qmp-cmds: "
` [PATCH v8 14/21] hw/s390x: "
` [PATCH v8 15/21] hw/sd: drop extra whitespace in sdhci_sysbus_realize() header
` [PATCH v8 16/21] hw/tpm: rename Error ** parameter to more common errp
` [PATCH v8 17/21] hw/usb: "
` [PATCH v8 21/21] nbd: assert that Error** is not NULL in nbd_iter_channel_error

[PATCH v2 0/5] target/arm: More EL2 trapping fixes
 2019-12-06 17:45 UTC  (9+ messages)
` [PATCH v2 3/5] target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
` [PATCH v2 5/5] target/arm: Add support for missing Jazelle system registers

[Qemu-devel] [PATCH v8 00/37] target/mips: Misc patches for 4.2
 2019-12-06 17:46 UTC  (4+ messages)
` [Qemu-devel] [PATCH v8 15/37] target/mips: Style improvements in mips_malta.c
  ` [Qemu-devel] [EXTERNAL][PATCH "
    ` [PATCH "

[PATCH] exec: Remove the duplicated check in parse_cpu_option()
 2019-12-06 16:58 UTC  (2+ messages)

[PATCH v5 00/13] Multi-phase reset mechanism
 2019-12-06 16:21 UTC  (5+ messages)
` [PATCH v5 09/13] docs/devel/reset.txt: add doc about Resettable interface

[PATCH-for-5.0] hw/arm/sbsa-ref: Call qdev_get_gpio_in in place
 2019-12-06 16:18 UTC  (3+ messages)

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-06 17:42 UTC  (14+ messages)
` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops
` [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region

[PULL 0/1] KVM fix for QEMU 4.2-rc
 2019-12-06 16:11 UTC  (3+ messages)

[PATCH 0/2] tests/acceptance: Add boot vmlinux test
 2019-12-06 16:54 UTC  (5+ messages)
` [PATCH 1/2] tests/acceptance: Add PVH boot test

[PATCH v2 1/3] virtio: add ability to delete vq through a pointer
 2019-12-06  9:00 UTC  (5+ messages)

[PATCH] hw/core: Fix data type in do_nmi()
 2019-12-06 16:50 UTC  (2+ messages)

about QEMU release schedule
 2019-12-06 15:36 UTC  (2+ messages)

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-06 16:35 UTC  (6+ messages)
` [PATCH 06/10] arm/arm-powerctl: set NSACR.{CP11, CP10} bits in arm_set_cpu_on()
` [PATCH 08/10] arm: allwinner-h3: add Security Identifier device

[PULL 0/1] Fix for m68k/q800 acceptance test for QEMU 4.2-rc
 2019-12-06 16:11 UTC  (7+ messages)
` [PULL 1/1] tests/boot_linux_console: Fetch assets from Debian snapshot archives

[PULL 0/1] ppc-for-4.2 queue 20191206
 2019-12-06 13:40 UTC  (5+ messages)

[PATCH 0/5] mips: machines: Renovate coding style
 2019-12-06  8:24 UTC  (12+ messages)
` [PATCH 1/5] mips: jazz: "
` [PATCH 2/5] mips: malta: "
` [PATCH 3/5] mips: mipssim: "

[PATCH v2 0/5] [RFC] virtiofsd, vhost-user-fs: Add support for notification queue
 2019-12-06 15:55 UTC  (4+ messages)
` [PATCH v2 1/5] virtiofsd: Get rid of unused fields in fv_QueueInfo
    ` [Virtio-fs] "

[PATCH v1 0/5] target/arm/kvm: Provide an option to adjust virtual time
 2019-12-06 15:53 UTC  (3+ messages)

[Qemu-devel] [PATCH v27 0/8] QEMU AVR 8 bit cores
 2019-12-06 11:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH v27 5/8] target/avr: Add limited support for USART and 16 bit timer peripherals

[PATCH 0/1] Fix for acceptance test for 4.2-rc2
 2019-12-06 15:03 UTC  (2+ messages)
` [PATCH 1/1] tests/boot_linux_console: Fetch assets from Debian snapshot archives

[PATCH 0/2] net: Drop legacy "name" from -net and remove NetLegacy
 2019-12-06 15:14 UTC  (5+ messages)
` [PATCH 1/2] net: Drop the legacy "name" parameter from the -net option
` [PATCH 2/2] net: Drop the NetLegacy structure, always use Netdev instead

[PATCH for-5.0 0/8] q35: CPU hotplug with secure boot, part 1+2
 2019-12-06 15:46 UTC  (15+ messages)
` [PATCH for-5.0 4/8] acpi: cpuhp: spec: fix 'Command data' description
` [PATCH for-5.0 7/8] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command
` [PATCH for-5.0 8/8] acpi: cpuhp: spec: document procedure for enabling modern CPU hotplug

[PATCH-for-4.2? v2 0/2] tests/acceptance: Fix the m68k/q800 Linux test
 2019-12-06 15:07 UTC  (4+ messages)
` [PATCH-for-4.2? v2 1/2] tests/boot_linux_console: Fetch assets from Debian snapshot archives

[PATCH v2 0/7] Enable Travis builds on arm64, ppc64le and s390x
 2019-12-06  5:59 UTC  (3+ messages)
` [PATCH v2 3/7] iotests: Skip test 079 if it is not possible to create large files

[PATCH v2 0/6] linux-user mmap debug cleanup
 2019-12-06 11:59 UTC  (4+ messages)
` [PATCH v2 6/6] trace: replace hand-crafted pattern_glob with g_pattern_match_simple

[PATCH v3 0/4] target/arm: Support for Data Cache Clean up to PoP
 2019-12-06 14:59 UTC  (2+ messages)

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2019-12-06 15:03 UTC  (5+ messages)
` [PATCH v3 4/7] dt-bindings: gpio: Add gpio-repeater bindings

[PATCH 0/3] Remove deprecated pc-0.x machine types and related hacks
 2019-12-06 10:57 UTC  (8+ messages)
` [PATCH 1/3] hw/i386: Remove the deprecated machines 0.12 up to 0.15
` [PATCH 2/3] hw/audio: Remove the "use_broken_id" hack from the AC97 device

Network connection with COLO VM
 2019-12-06  6:31 UTC  (11+ messages)

[PATCH] qemu-img: fix info --backing-chain --image-opts
 2019-12-06 10:42 UTC  (2+ messages)

[PATCH v2 00/13] s390x: Protected Virtualization support
 2019-12-06  9:56 UTC  (12+ messages)
` [PATCH v2 05/13] s390x: protvirt: Add pv state to cpu env
` [PATCH v2 06/13] s390x: protvirt: KVM intercept changes

[PATCH v7 00/21] error: prepare for auto propagated local_err
 2019-12-06  8:54 UTC  (8+ messages)
` [PATCH v7 21/21] nbd: assert that Error** is not NULL in nbd_iter_channel_error

[PATCH] target/i386: disable VMX features if nested=0
 2019-12-06 10:02 UTC  (2+ messages)

[PATCH] qapi: better document NVMe blockdev @device parameter
 2019-12-06 14:53 UTC  (4+ messages)

[PATCH 00/21] Error handling fixes, may contain 4.2 material
 2019-12-06  7:58 UTC  (10+ messages)
` [PATCH 06/21] io: Fix Error usage in a comment <example>
` [PATCH 10/21] hw/core: Fix latent fit_load_fdt() error handling bug
` [PATCH 12/21] qga: Fix latent guest-get-fsinfo "

[PATCH v5 00/22] target/arm: Implement ARMv8.5-MemTag, system mode
 2019-12-06 14:47 UTC  (8+ messages)
` [PATCH v5 03/22] target/arm: Add MTE system registers
` [PATCH v5 21/22] target/arm: Add mmu indexes for tag memory
` [PATCH v5 22/22] target/arm: Add allocation tag storage for system mode

[PATCH v2 00/14] gdbstub refactor and SVE support
 2019-12-06 14:52 UTC  (6+ messages)
` [PATCH v2 11/14] target/arm: default SVE length to 64 bytes for linux-user

[PATCH v3] qga: fence guest-set-time if hwclock not available
 2019-12-06  9:02 UTC  (5+ messages)

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2019-12-06 14:04 UTC  (3+ messages)
` [PATCH for-5.0 v2 02/23] blockdev: Allow resizing everywhere

[PATCH 00/17] aspeed: extensions and fixes
 2019-12-06 13:12 UTC  (2+ messages)

[PATCH] target/i386: relax assert when old host kernels don't include msrs
 2019-12-06 11:30 UTC  (4+ messages)
` [PATCH] target/i386: skip kvm_msr_entry_add when kvm_vmx_basic is 0

[Qemu-devel] [PATCH v6 0/9] Clock framework API
 2019-12-06 12:46 UTC  (11+ messages)
`  "

[PATCH] s390x/tcg: clear local interrupts on reset normal
 2019-12-06 10:27 UTC  (3+ messages)

[PATCH v6] hw/core/qdev: cleanup Error ** variables
 2019-12-06  8:26 UTC  (5+ messages)

[PATCH v2] s390x/tcg: clear local interrupts on reset normal
 2019-12-06 14:27 UTC  (3+ messages)

[PATCH 0/2] analyze-migration.py: require python 3
 2019-12-06 14:27 UTC  (3+ messages)
` [PATCH 2/2] analyze-migration.py: replace numpy with python 3.2

[Qemu-devel] [PATCH v5 0/2] arm/acpi: simplify aml code and enable SHPC
 2019-12-06 13:50 UTC  (3+ messages)

[PATCH v17 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKM guests
 2019-12-06  5:45 UTC  (6+ messages)
` [PATCH v17 6/7] migration: Include migration support for machine check handling


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