qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-02 23:49:21 to 2019-12-03 15:25:56 UTC [more...]

[Qemu-devel] [PATCH v6 0/9] Clock framework API
 2019-12-03 14:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 9/9] hw/arm/xilinx_zynq: connect uart clocks to slcr
  `  "

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2019-12-03 14:40 UTC  (10+ messages)
` [PATCH for-5.0 v2 17/23] iotests: Use skip_if_unsupported decorator in 041
` [PATCH for-5.0 v2 18/23] iotests: Add VM.assert_block_path()
` [PATCH for-5.0 v2 19/23] iotests: Resolve TODOs in 041
` [PATCH for-5.0 v2 21/23] iotests: Add tests for invalid Quorum @replaces

[PATCH v2 00/15] io_uring: add Linux io_uring AIO engine
 2019-12-03 14:28 UTC  (5+ messages)
` [PATCH v2 05/15] stubs: add stubs for io_uring interface

[PATCH 0/2] RFC: add -mem-shared option
 2019-12-03 14:43 UTC  (12+ messages)
` [PATCH 2/2] Add "

[PATCH] virtio-serial-bus: fix memory leak while attach virtio-serial-bus
 2019-12-03 14:28 UTC  (7+ messages)

[PATCH v37 00/17] QEMU AVR 8 bit cores
 2019-12-03 14:24 UTC  (22+ messages)
` [PATCH v37 10/17] target/avr: Add instruction disassembly function
` [PATCH v37 12/17] target/avr: Add example board configuration

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

[PATCH v5 00/22] target/arm: Implement ARMv8.5-MemTag, system mode
 2019-12-03 14:26 UTC  (11+ messages)
` [PATCH v5 02/22] target/arm: Add regime_has_2_ranges
` [PATCH v5 03/22] target/arm: Add MTE system registers
` [PATCH v5 04/22] target/arm: Add helper_mte_check{1,2,3}
` [PATCH v5 05/22] target/arm: Suppress tag check for sp+offset
` [PATCH v5 06/22] target/arm: Implement the IRG instruction

[RFC] QEMU Gating CI
 2019-12-03 14:14 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] docker: Update Travis-CI image to run acceptance tests
 2019-12-03 13:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/4] tests/docker: Add test-acceptance runner

[PATCH] hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
 2019-12-03 13:39 UTC  (9+ messages)

[PATCH v3 0/4] s390x: Increase architectural compliance
 2019-12-03 13:33 UTC  (6+ messages)
` [PATCH v3 1/4] Header sync
` [PATCH v3 2/4] s390x: Add missing vcpu reset functions
` [PATCH v3 3/4] s390x: Fix cpu normal reset ri clearing
` [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

Network connection with COLO VM
 2019-12-03 13:25 UTC  (9+ messages)

[PATCH v2 0/2] Run tcg tests with tci on Travis
 2019-12-03 13:20 UTC  (7+ messages)
` [PATCH v2 2/2] travis.yml: Run tcg tests with tci

virtiofsd: Where should it live?
 2019-12-03 13:10 UTC  (15+ messages)

Custom logic gates on user space emulation
 2019-12-03 13:17 UTC 

[PATCH v2 0/3] s390x: Increase architectural compliance
 2019-12-03 13:03 UTC  (7+ messages)
` [PATCH v2 2/3] s390x: Add missing vcpu reset functions
` [PATCH v2 3/3] s390x: Fix cpu normal reset ri clearing

[PULL 2/2] seabios: update to pre-1.13 snapshot again
 2019-12-03 13:00 UTC  (2+ messages)

[PATCH 0/5] tests: Enable fw_cfg tests on AArch64
 2019-12-03 13:01 UTC  (9+ messages)
` [PATCH 1/5] tests: fw_cfg: Rename pc_fw_cfg_* to fw_cfg_*
` [PATCH 2/5] tests: fw_cfg: Support read/write of fw_cfg registers on aarch64
` [PATCH 3/5] tests: fw_cfg: Use virt as default machine in fw_cfg-test.c
` [PATCH 4/5] hw/arm/virt: Add FW_CFG_RAM_SIZE and FW_CFG_MAX_CPUS into fw_cfg
` [PATCH 5/5] tests: Enable fw_cfg test on aarch64

[PATCH v2 0/4] Expose GT CNTFRQ as a CPU property to support AST2600
 2019-12-03 12:59 UTC  (11+ messages)
` [PATCH v2 1/4] target/arm: Remove redundant scaling of nexttick
` [PATCH v2 2/4] target/arm: Abstract the generic timer frequency
` [PATCH v2 3/4] target/arm: Prepare generic timer for per-platform CNTFRQ
` [PATCH v2 4/4] ast2600: Configure CNTFRQ at 1125MHz

[PATCH v2 00/14] gdbstub refactor and SVE support
 2019-12-03 12:49 UTC  (5+ messages)
` [PATCH v2 03/14] gdbstub: move str_buf to GDBState and use GString
` [PATCH v2 04/14] gdbstub: move mem_buf to GDBState and use GByteArray

[PATCH] virtfs-proxy-helper: switch from libcap to libcap-ng
 2019-12-03 11:51 UTC  (6+ messages)

[PATCH v5 00/13] Multi-phase reset mechanism
 2019-12-03 11:44 UTC  (13+ messages)
` [PATCH v5 01/13] add device_legacy_reset function to prepare for reset api change
` [PATCH v5 02/13] hw/core/qdev: add trace events to help with resettable transition
` [PATCH v5 03/13] hw/core: create Resettable QOM interface
` [PATCH v5 06/13] hw/core/qdev: handle parent bus change regarding resettable
` [PATCH v5 11/13] hw/s390x/ipl: replace deprecated qdev_reset_all registration

[PATCH 0/1] tests/vm: Allow to set path to qemu-img
 2019-12-03 11:35 UTC  (3+ messages)
` [PATCH 1/1] tests/vm: Allow to set qemu-img path

[PATCH 0/2] flush CPU TB cache in breakpoint_invalidate
 2019-12-03 11:16 UTC  (4+ messages)
` [PATCH 1/2] exec: "

[PULL 0/1] HVF fix QEMU 4.2-rc
 2019-12-03 11:03 UTC  (3+ messages)
` [PULL 1/1] hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR

[PATCH 0/2] Remove 'remote wakeup' flag from USB config descriptor
 2019-12-03 10:53 UTC  (5+ messages)
` [PATCH 1/2] usb-host: remove 'remote wakeup' flag from configuration descriptor
` [PATCH 2/2] usb-redir: "

[PATCH 00/15] s390x: Protected Virtualization support
 2019-12-03 10:49 UTC  (6+ messages)

[PATCH 0/3] iotests: Check for the possibility to create large files
 2019-12-03 10:14 UTC  (4+ messages)
` [PATCH 1/3] iotests: Provide a function for checking the creation of huge files

[PATCH] virtiofs: Relax DAX window protection for ppc
 2019-12-03 10:07 UTC  (2+ messages)

[PATCH 00/21] Error handling fixes, may contain 4.2 material
 2019-12-03  9:51 UTC  (15+ messages)
` [PATCH 15/21] s390x/cpu_models: Fix latent feature property error handling bugs
` [PATCH 17/21] s390x: Fix latent query-cpu-model-FOO "

[PATCH v6] 9pfs: well form error hint helpers
 2019-12-03  9:49 UTC  (4+ messages)

[PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine
 2019-12-03  9:33 UTC  (7+ messages)
` [PATCH 02/10] hw: arm: add Xunlong Orange Pi PC machine
` [PATCH 10/10] arm: allwinner-h3: add EMAC ethernet device

[Bug 1854910] [NEW] Support VHDX differencing images (ie images with backing)
 2019-12-03  9:08 UTC 

[PATCH v3 0/5] hvf: stability fixes for HVF
 2019-12-03  9:14 UTC  (7+ messages)
` [PATCH v3 1/5] hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in
` [PATCH v3 2/5] hvf: remove TSC synchronization code because it isn't fully complete
` [PATCH v3 3/5] hvf: correctly handle REX prefix in relation to legacy prefixes
` [PATCH v3 4/5] hvf: more accurately match SDM when setting CR0 and PDPTE registers
` [PATCH v3 5/5] hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR

[PATCH 0/6] qapi: Module fixes and cleanups
 2019-12-03  9:01 UTC  (2+ messages)

[PATCH] monitor: Fix slow reading
 2019-12-03  8:27 UTC  (6+ messages)

[PATCH] docker: remove libcap development packages
 2019-12-03  7:20 UTC  (3+ messages)

[PATCH v20 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-12-03  7:16 UTC  (8+ messages)

[RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
 2019-12-03  7:14 UTC  (5+ messages)

[PATCH v4 00/40] target/arm: Implement ARMv8.1-VHE
 2019-12-03  6:30 UTC  (46+ messages)
` [PATCH v4 01/40] target/arm: Define isar_feature_aa64_vh
` [PATCH v4 02/40] target/arm: Enable HCR_E2H for VHE
` [PATCH v4 03/40] target/arm: Add CONTEXTIDR_EL2
` [PATCH v4 04/40] target/arm: Add TTBR1_EL2
` [PATCH v4 05/40] target/arm: Update CNTVCT_EL0 for VHE
` [PATCH v4 06/40] target/arm: Split out vae1_tlbmask, vmalle1_tlbmask
` [PATCH v4 07/40] target/arm: Simplify tlb_force_broadcast alternatives
` [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 12/40] target/arm: Rename ARMMMUIdx*_S1E3 to ARMMMUIdx*_SE3
` [PATCH v4 13/40] target/arm: Rename ARMMMUIdx_S1E2 to ARMMMUIdx_E2
` [PATCH v4 14/40] target/arm: Recover 4 bits from TBFLAGs
` [PATCH v4 15/40] target/arm: Expand TBFLAG_ANY.MMUIDX to 4 bits
` [PATCH v4 16/40] target/arm: Rearrange ARMMMUIdxBit
` [PATCH v4 17/40] target/arm: Tidy ARMMMUIdx m-profile definitions
` [PATCH v4 18/40] target/arm: Reorganize ARMMMUIdx
` [PATCH v4 19/40] target/arm: Add regime_has_2_ranges
` [PATCH v4 20/40] target/arm: Update arm_mmu_idx for VHE
` [PATCH v4 21/40] target/arm: Update arm_sctlr "
` [PATCH v4 22/40] target/arm: Update aa64_zva_access for EL2
` [PATCH v4 23/40] target/arm: Update ctr_el0_access "
` [PATCH v4 24/40] target/arm: Add the hypervisor virtual counter
` [PATCH v4 25/40] target/arm: Update timer access for VHE
` [PATCH v4 26/40] target/arm: Update define_one_arm_cp_reg_with_opaque "
` [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 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 37/40] target/arm: Move arm_excp_unmasked to cpu.c
` [PATCH v4 38/40] target/arm: Pass more cpu state to arm_excp_unmasked
` [PATCH v4 39/40] target/arm: Use bool for unmasked in arm_excp_unmasked
` [PATCH v4 40/40] target/arm: Raise only one interrupt in arm_cpu_exec_interrupt

[PATCH] virtio-balloon: fix memory leak while attach virtio-balloon device
 2019-12-03  6:11 UTC  (3+ messages)

[for-5.0 0/4] Fixes for RMA size calculation
 2019-12-03  5:06 UTC  (10+ messages)
` [for-5.0 1/4] spapr,ppc: Simplify signature of kvmppc_rma_size()
` [for-5.0 2/4] spapr: Don't attempt to clamp RMA to VRMA constraint
` [for-5.0 3/4] spapr: Clean up RMA size calculation
` [for-5.0 4/4] spapr: Correct clamping of RMA to Node 0 size

[for-5.0 0/4] spapr: Improvements to CAS feature negotiation
 2019-12-03  5:00 UTC  (3+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-12-03  3:35 UTC  (11+ messages)
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[Bug 1854878] [NEW] Physical USB thumbdrive treated as read-only
 2019-12-03  0:17 UTC 

[PATCHv3] exynos4210_gic: Suppress gcc9 format-truncation warnings
 2019-12-03  0:21 UTC  (4+ messages)

[PATCH 0/4] Expose GT CNTFRQ as a CPU property to support AST2600
 2019-12-02 23:48 UTC  (4+ messages)
` [PATCH 2/4] target/arm: Abstract the generic timer frequency


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