qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-03 09:03:08 to 2020-02-03 15:20:23 UTC [more...]

[PATCH v13 00/10] VIRTIO-IOMMU device
 2020-02-03 15:19 UTC  (18+ messages)
` [PATCH v13 03/10] virtio-iommu: Implement attach/detach command
` [PATCH v13 06/10] virtio-iommu: Implement fault reporting
` [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

[PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models
 2020-02-03 15:17 UTC  (10+ messages)
` [PATCH v3 01/18] hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
` [PATCH v3 07/18] machine: Add a new function init_apicid_fn in MachineClass

[PULL 00/13] qtests, kconfig and misc patches
 2020-02-03 15:17 UTC  (21+ messages)
` [PULL 01/13] test-logging: Fix -Werror=maybe-uninitialized warning
` [PULL 02/13] tests/vhost-user-bridge: Fix build
` [PULL 03/13] docs/devel: Fix qtest paths and info about check-block in testing.rst
` [PULL 04/13] tests/Makefile: Fix inclusion of the qos dependency files
` [PULL 05/13] boot-order-test: fix memleaks in boot-order-test
` [PULL 06/13] tests/qtest: update comments about bios-tables-test-allowed-diff.h
` [PULL 07/13] gitlab-ci: Refresh the list of iotests
` [PULL 08/13] hw/bt: Remove empty Kconfig file
` [PULL 09/13] hw/input: Do not enable CONFIG_PCKBD by default
` [PULL 10/13] hw/hppa/Kconfig: LASI chipset requires PARALLEL port
` [PULL 11/13] hw/*/Makefile.objs: Move many .o files to common-objs
` [PULL 12/13] include/sysemu/sysemu.h: Remove usused variable no_quit
` [PULL 13/13] trivial: Remove xenfb_enabled from sysemu.h

VW ELF loader
 2020-02-03 15:08 UTC  (7+ messages)

[RFC] QEMU Gating CI
 2020-02-03 15:00 UTC  (4+ messages)

[PATCH v3 00/17] testing/next (with build fixes, finally GREEN!)
 2020-02-03 15:00 UTC  (23+ messages)
` [PATCH v3 01/17] tests/docker: move most cross compilers to buster base
` [PATCH v3 02/17] tests/docker: better handle symlinked libs
` [PATCH v3 03/17] gitlab-ci: Refresh the list of iotests
` [PATCH v3 04/17] travis.yml: Install genisoimage package
` [PATCH v3 05/17] .shippable: --disable-docs for cross-compile tests
` [PATCH v3 06/17] hw/hppa/Kconfig: LASI chipset requires PARALLEL port
` [PATCH v3 07/17] .travis.yml: Drop superfluous use of --python=python3 parameter
` [PATCH v3 08/17] .travis.yml: Add description to each job
` [PATCH v3 09/17] .travis.yml: build documents under bionic
` [PATCH v3 10/17] .travis.yml: move cache flushing to early common phase
` [PATCH v3 11/17] .travis.yml: probe for number of available processors
` [PATCH v3 12/17] tests/tcg: add a configure compiler check for ARMv8.1 and SVE
` [PATCH v3 13/17] tests/tcg: gate pauth-% tests on having compiler support
` [PATCH v3 14/17] .travis.yml: introduce TEST_BUILD_CMD and use it for check-tcg
` [PATCH v3 15/17] .travis.yml: drop the travis_retry from tests
` [PATCH v3 16/17] .travis.yml: drop cris-linux-user from the plugins test
` [PATCH v3 17/17] .travis.yml: single thread build-tcg

[PATCH v3 00/20] target/arm: Implement PAN, ATS1E1, UAO
 2020-02-03 14:47 UTC  (21+ messages)
` [PATCH v3 01/20] target/arm: Add arm_mmu_idx_is_stage1_of_2
` [PATCH v3 02/20] target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabled
` [PATCH v3 03/20] target/arm: Add isar_feature tests for PAN + ATS1E1
` [PATCH v3 04/20] target/arm: Move LOR regdefs to file scope
` [PATCH v3 05/20] target/arm: Split out aarch32_cpsr_valid_mask
` [PATCH v3 06/20] target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_mask
` [PATCH v3 07/20] target/arm: Use aarch32_cpsr_valid_mask in helper_exception_return
` [PATCH v3 08/20] target/arm: Remove CPSR_RESERVED
` [PATCH v3 09/20] target/arm: Tidy msr_mask
` [PATCH v3 10/20] target/arm: Introduce aarch64_pstate_valid_mask
` [PATCH v3 11/20] target/arm: Update MSR access for PAN
` [PATCH v3 12/20] target/arm: Update arm_mmu_idx_el "
` [PATCH v3 13/20] target/arm: Enforce PAN semantics in get_S1prot
` [PATCH v3 14/20] target/arm: Set PAN bit as required on exception entry
` [PATCH v3 15/20] target/arm: Implement ATS1E1 system registers
` [PATCH v3 16/20] target/arm: Enable ARMv8.2-ATS1E1 in -cpu max
` [PATCH v3 17/20] target/arm: Add ID_AA64MMFR2_EL1
` [PATCH v3 18/20] target/arm: Update MSR access to UAO
` [PATCH v3 19/20] target/arm: Implement UAO semantics
` [PATCH v3 20/20] target/arm: Enable ARMv8.2-UAO in -cpu max

[qemu-web PATCH v2] Update the documentation links to point to our generated docs
 2020-02-03 14:39 UTC  (3+ messages)

[Qemu-devel] [Bug 823733] [NEW] Soloaris can't be poweroff
 2020-02-03 13:56 UTC  (2+ messages)
` [Bug 823733] "

[PATCH v2 00/14] target/arm: Implement PAN, ATS1E1, UAO
 2020-02-03 14:30 UTC  (15+ messages)
` [PATCH v2 01/14] target/arm: Add arm_mmu_idx_is_stage1_of_2
` [PATCH v2 02/14] target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabled
` [PATCH v2 03/14] target/arm: Add isar_feature tests for PAN + ATS1E1
` [PATCH v2 04/14] target/arm: Move LOR regdefs to file scope
` [PATCH v2 05/14] target/arm: Update MSR access for PAN
` [PATCH v2 06/14] target/arm: Update arm_mmu_idx_el "
` [PATCH v2 07/14] target/arm: Enforce PAN semantics in get_S1prot

[PATCH] target/mips: Fix ll/sc after 7dd547e5ab6b31e7a0cfc182d3ad131dd55a948f
 2020-02-03 14:24 UTC  (4+ messages)
  ` [EXTERNAL]Re: "

[PATCH 0/1] tests/acceptance: Count Raspberry Pi logos displayed on framebuffer
 2020-02-03 14:21 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer
 2020-02-03 14:05 UTC  (5+ messages)
` [PATCH 1/2] tests/acceptance: Extract boot_integratorcp() from test_integratorcp()
` [PATCH 2/2] tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer

[PATCH] virtio: add the queue number check
 2020-02-03 13:56 UTC  (11+ messages)

[PATCH v2 0/7] Some cleanup in arm/virt/acpi
 2020-02-03 14:03 UTC  (4+ messages)

[PATCH v4] target/arm/monitor: query-cpu-model-expansion crashed qemu when using machine type none
 2020-02-03 14:01 UTC  (3+ messages)

[Qemu-devel] [Bug 1823790] [NEW] QEMU forces systemd into tight loop
 2020-02-03 13:54 UTC  (3+ messages)
` [Bug 1823790] Re: QEMU mishandling of SO_PEERSEC "

[qemu-web PATCH] Update the documentation links to point to our generated docs
 2020-02-03 13:43 UTC  (3+ messages)

[PATCH v2] block/backup-top: fix flags handling
 2020-02-03 13:42 UTC 

[Bug 1859291] [NEW] RISC-V incorrect exception generated
 2020-02-03 13:34 UTC  (3+ messages)
` [Bug 1859291] "

[PATCH] block/backup-top: fix flags handling
 2020-02-03 13:32 UTC  (3+ messages)

[PATCH v3] target/arm/monitor: query-cpu-model-expansion crashed qemu when using machine type none
 2020-02-03 13:29 UTC  (3+ messages)

[PATCH 0/2] configure: Check that sphinx-build is using Python 3
 2020-02-03 13:25 UTC  (3+ messages)
` [PATCH 1/2] configure: Allow user to specify sphinx-build binary
` [PATCH 2/2] configure: Check that sphinx-build is using Python 3

[qemu-web PATCH] documentation: update links to readthedocs
 2020-02-03 13:21 UTC  (11+ messages)

[PATCH v3 00/17] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-02-03 13:10 UTC  (6+ messages)
` [PATCH v3 07/17] hw/arm/allwinner: add Security Identifier device

[PULL 0/8] docs queue
 2020-02-03 13:04 UTC  (10+ messages)
` [PULL 1/8] Makefile: Ensure we don't run Sphinx in parallel for manpages
` [PULL 2/8] hxtool: Support SRST/ERST directives
` [PULL 3/8] docs/sphinx: Add new hxtool Sphinx extension
` [PULL 4/8] qemu-img-cmds.hx: Add rST documentation fragments
` [PULL 5/8] qemu-img: Convert invocation documentation to rST
` [PULL 6/8] qemu-img-cmds.hx: Remove texinfo document fragments
` [PULL 7/8] scripts/qemu-trace-stap: Convert documentation to rST
` [PULL 8/8] virtfs-proxy-helper: "

[PATCH qemu v6 0/6] spapr: Kill SLOF
 2020-02-03 13:03 UTC  (3+ messages)
` [PATCH qemu v6 6/6] spapr: Implement Open Firmware client interface

[PATCH] tcg: gdbstub: Fix missing breakpoint issue
 2020-02-03 12:58 UTC  (2+ messages)

[PATCH v1 0/4] Increase default virtqueue size to improve performance
 2020-02-03 12:56 UTC  (15+ messages)
` [PATCH v1 1/4] virtio: introduce VIRTQUEUE_DEFUALT_SIZE instead of hardcoded constants
` [PATCH v1 2/4] virtio: increase virtuqueue size for virtio-scsi and virtio-blk
` [PATCH v1 3/4] tests: add virtuqueue size checking to virtio_seg_max_adjust test

[PATCH v2 0/4] virtio-pci: enable blk and scsi multi-queue by default
 2020-02-03 12:53 UTC  (12+ messages)
` [PATCH v2 2/4] virtio-scsi: default num_queues to -smp N

[PULL v3 00/18] virtio, pc: fixes, features
 2020-02-03 12:50 UTC  (7+ messages)
` [PULL v3 17/18] i386:acpi: Remove _HID from the SMBus ACPI entry

[Bug 1861677] [NEW] wavcapture crash with pulseaudio
 2020-02-03 12:36 UTC 

[PATCH v2 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-02-03 12:10 UTC  (12+ messages)
  ` [PATCH v2 1/4] Add the NVMM vcpu API
  ` [PATCH v2 2/4] Add the NetBSD Virtual Machine Monitor accelerator
  ` [PATCH v2 3/4] Introduce the NVMM impl
  ` [PATCH v2 4/4] Add the NVMM acceleration enlightenments

[PATCH] bcm2835_dma: Fix TD mode
 2020-02-03 12:09 UTC  (4+ messages)

[PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE
 2020-02-03 11:49 UTC  (6+ messages)
` [PATCH v6 30/41] target/arm: Flush tlb for ASID changes in EL2&0 translation regime
` [PATCH v6 31/41] target/arm: Flush tlbs for E2&0 "

[PATCH] usb-host: wait for cancel complete
 2020-02-03 11:41 UTC 

[PATCH v3 0/2] Acceptance test: provides to use different transport for migration
 2020-02-03 11:16 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] "

[PATCH v3 0/1] block/rbd: Add support for ceph namespaces
 2020-02-03 11:17 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/8] qemu-img, qemu-trace-stap, virtfs-proxy-helper: convert to rST
 2020-02-03 11:01 UTC  (2+ messages)

[PULL 00/18] Block patches
 2020-02-03 10:55 UTC  (3+ messages)
` [PULL 15/18] qemu-img: adds option to use aio engine for benchmarking

[PATCH v3 0/2] Acceptance test: provides to use different transport for migration
 2020-02-03 10:52 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] "

[RFC PATCH v1 0/8] s390x/vfio-ccw: Channel Path Handling
 2020-02-03 10:43 UTC  (5+ messages)
` [RFC PATCH v1 5/8] vfio-ccw: Add support for the schib region

[PULL 00/35] ppc-for-5.0 queue 20200203
 2020-02-03 10:41 UTC  (2+ messages)

[PATCH v4 00/80] refactor main RAM allocation to use hostmem backend
 2020-02-03 10:40 UTC  (11+ messages)
` [PATCH v4 03/80] machine: alias -mem-path and -mem-prealloc into memory-foo backend
` [PATCH v4 43/80] x86/pc: use memdev for RAM

[Question] Regarding containers "unattached/peripheral/anonymous" - their relation with hot(un)plug of devices
 2020-02-03 10:40 UTC  (3+ messages)

[PATCH 0/6] hw/arm/raspi: Dynamically create machines based on the board revision
 2020-02-03 10:10 UTC  (7+ messages)
` [PATCH 2/6] hw/arm/raspi: Get board version from board revision code
` [PATCH 4/6] hw/arm/raspi: Get board RAM size "
` [PATCH 5/6] hw/arm/raspi: Dynamically create machines based on the board revision

[RFC PATCH] audio: proper support for float samples in mixeng
 2020-02-03 10:00 UTC  (2+ messages)

[PATCH] pl031: add finalize function to avoid memleaks
 2020-02-03  9:58 UTC  (2+ messages)

Making QEMU easier for management tools and applications
 2020-02-03  9:54 UTC  (14+ messages)
          ` Improving QOM documentation [Was: Re: Making QEMU easier for management tools and applications]

[Qemu-devel] [Bug 1245703] [NEW] LD_PREFIX option reads directories recursively in an endless loop
 2020-02-03  9:17 UTC  (2+ messages)
` [Bug 1245703] "

[PATCH] audio/dsound: fix invalid parameters error
 2020-02-03  9:25 UTC  (4+ messages)

[NOTFORMERGE PATCH 0/2] hw/arm/raspi: Add the Raspberry Pi Zero machine
 2020-02-03  8:59 UTC  (2+ messages)
` [NOTFORMERGE PATCH 2/2] RFC: "


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