messages from 2020-02-03 13:23:09 to 2020-02-04 02:58:02 UTC [more...]
[PATCH 0/4] migration: Replace gemu_log with qemu_log
2020-02-04 2:55 UTC (5+ messages)
[PATCH v3 0/4] migration: Replace gemu_log with qemu_log
2020-02-04 2:54 UTC (5+ messages)
` [PATCH v3 1/4] linux-user: Use `qemu_log' for non-strace logging
` [PATCH v3 2/4] linux-user: Use `qemu_log' for strace
` [PATCH v3 3/4] linux-user: remove gemu_log from the linux-user tree
` [PATCH v3 4/4] bsd-user: Replace gemu_log with qemu_log
[PATCH v2 0/4] migration: Replace gemu_log with qemu_log
2020-02-04 2:55 UTC (4+ messages)
` [PATCH v2 2/4] linux-user: Use `qemu_log' for strace
[PATCH v2] pl031: add finalize function to avoid memleaks
2020-02-04 2:05 UTC
[PATCH v3 0/7] Some cleanup in arm/virt/acpi
2020-02-04 1:43 UTC (8+ messages)
` [PATCH v3 1/7] bios-tables-test: prepare to change ARM virt ACPI DSDT
` [PATCH v3 2/7] arm/virt/acpi: remove meaningless sub device "RP0" from PCI0
` [PATCH v3 3/7] arm/virt/acpi: remove _ADR from devices identified by _HID
` [PATCH v3 4/7] arm/acpi: fix PCI _PRT definition
` [PATCH v3 5/7] arm/acpi: fix duplicated _UID of PCI interrupt link devices
` [PATCH v3 6/7] arm/acpi: simplify the description of PCI _CRS
` [PATCH v3 7/7] virt/acpi: update golden masters for DSDT update
[PATCH v2 0/7] Some cleanup in arm/virt/acpi
2020-02-04 1:43 UTC (5+ messages)
[PATCH] pl031: add finalize function to avoid memleaks
2020-02-04 0:49 UTC (3+ messages)
[PATCH 0/4] linux-user: fix use of SIGRTMIN
2020-02-04 0:03 UTC (9+ messages)
` [PATCH 2/4] linux-user: cleanup signal.c
` [PATCH 3/4] linux-user: fix TARGET_NSIG and _NSIG uses
` [PATCH 4/4] linux-user: fix use of SIGRTMIN
[PATCH] configure: Fix typo of the have_afalg variable
2020-02-04 0:02 UTC (4+ messages)
VW ELF loader
2020-02-03 23:26 UTC (10+ messages)
[PATCH 0/3] spapr: Fix device unplug vs CAS or migration
2020-02-03 22:36 UTC (4+ messages)
` [PATCH 1/3] spapr: Don't use spapr_drc_needed() in CAS code
` [PATCH 2/3] spapr: Detect hot unplugged devices during CAS
` [PATCH 3/3] spapr: Migrate SpaprDrc::unplug_requested
Disabling PCI "hot-unplug" for a guest (and/or a single PCI device)
2020-02-03 22:19 UTC
[PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models
2020-02-03 21:49 UTC (13+ 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
Need help understanding assertion fail
2020-02-03 21:32 UTC (3+ messages)
[PATCH 0/1] Introduce Xlnx ZynqMP CAN controller for QEMU
2020-02-03 21:06 UTC (2+ messages)
` [PATCH 1/1] hw/net/can: "
[PATCH qemu] spapr/rtas: Print message from "ibm,os-term"
2020-02-03 20:51 UTC (2+ messages)
[RFC PATCH] audio: proper support for float samples in mixeng
2020-02-03 20:38 UTC (5+ messages)
Making QEMU easier for management tools and applications
2020-02-03 20:07 UTC (13+ messages)
[PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX
2020-02-03 19:59 UTC
[PATCH v4 00/11] RFC: [for 5.0]: HMP monitor handlers refactoring
2020-02-03 19:57 UTC (2+ messages)
[PATCH v2 00/29] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
2020-02-03 19:17 UTC (3+ messages)
` [PATCH v2 03/29] python/qemu: Add binutils::binary_get_version()
[PATCH v3 02/17] tests/docker: better handle symlinked libs
2020-02-03 19:02 UTC
[PATCH v2 0/2] qemu-img: Add --target-is-zero to indicate that a target is blank
2020-02-03 19:00 UTC (4+ messages)
` [PATCH v2 1/2] qemu-img: Add --target-is-zero to convert
[PATCH 1/3] m25p80: Convert to support tracing
2020-02-03 18:44 UTC (4+ messages)
` [PATCH 2/3] m25p80: Improve command handling for Jedec and unsupported commands
` [PATCH 3/3] aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command
[PATCH 0/6] hw/arm/raspi: Dynamically create machines based on the board revision
2020-02-03 18:38 UTC (4+ messages)
` [PATCH 1/6] hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernels
[PATCH v1 00/13] Ram blocks with resizable anonymous allocations under POSIX
2020-02-03 18:31 UTC (14+ messages)
` [PATCH v1 01/13] util: vfio-helpers: Factor out and fix processing of existings ram blocks
` [PATCH v1 02/13] exec: Factor out setting ram settings (madvise ...) into qemu_ram_apply_settings()
` [PATCH v1 03/13] exec: Reuse qemu_ram_apply_settings() in qemu_ram_remap()
` [PATCH v1 04/13] exec: Drop "shared" parameter from ram_block_add()
` [PATCH v1 05/13] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v1 06/13] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v1 07/13] util/mmap-alloc: Factor out populating of memory to mmap_populate()
` [PATCH v1 08/13] util/mmap-alloc: Prepare for resizable mmaps
` [PATCH v1 09/13] util/mmap-alloc: Implement "
` [PATCH v1 10/13] numa: Introduce ram_block_notify_resized() and ram_block_notifiers_support_resize()
` [PATCH v1 11/13] util: vfio-helpers: Implement ram_block_resized()
` [PATCH v1 12/13] util: oslib: Resizable anonymous allocations under POSIX
` [PATCH v1 13/13] exec: Ram blocks with resizable "
[PATCH v2] block/backup-top: fix flags handling
2020-02-03 18:20 UTC (3+ messages)
[PATCH v13 00/10] VIRTIO-IOMMU device
2020-02-03 18:19 UTC (20+ 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 v2 2/2] bcm2835_dma: Re-initialize xlen in TD mode
2020-02-03 16:45 UTC (3+ messages)
[PATCH 0/2] configure: Check that sphinx-build is using Python 3
2020-02-03 18:09 UTC (5+ messages)
` [PATCH 1/2] configure: Allow user to specify sphinx-build binary
` [PATCH 2/2] configure: Check that sphinx-build is using Python 3
[PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE
2020-02-03 17:51 UTC (2+ messages)
[PATCH 00/17] Improve qcow2 all-zero detection
2020-02-03 17:45 UTC (3+ messages)
` [PATCH 13/17] qcow2: Add new autoclear feature for all zero image
[PATCH] linux-user: implement TARGET_SO_PEERSEC
2020-02-03 17:37 UTC
[RFC PATCH 1/2] GitLab CI: avoid calling before_scripts on unintended jobs
2020-02-03 17:36 UTC (5+ messages)
` [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs
[PATCH 0/4] Improve default object property_add uint helpers
2020-02-03 17:03 UTC (8+ messages)
` [PATCH 1/4] qom/object: enable setter for uint types
` [PATCH 2/4] ich9: fix getter type for sci_int property
` [PATCH 3/4] ich9: Simplify ich9_lpc_initfn
` [PATCH 4/4] qom/object: Use common get/set uint helpers
[PATCH 0/2] target/mips: Separate CP0-related and FPU-related helpers into their own files
2020-02-03 16:27 UTC (6+ messages)
` [PATCH 1/2] target mips: Separate CP0-related helpers into their own file
` [PATCH 2/2] target mips: Separate FPU-related "
Does Libvirt's json parser support single quoted string in qmp json string?
2020-02-03 16:27 UTC
[PATCH v2 1/2] bcm2835_dma: Fix the ylen loop in TD mode
2020-02-03 16:27 UTC (2+ messages)
[PATCH v3] qemu-gdb: add an Object pretty printer
2020-02-03 16:22 UTC (2+ messages)
[PATCH] Makefile: Fix typo in dependency list for interop manpages
2020-02-03 16:19 UTC (2+ messages)
[PATCH 0/1] tests/acceptance: Count Raspberry Pi logos displayed on framebuffer
2020-02-03 16:08 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH] qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
2020-02-03 16:04 UTC (2+ messages)
[PATCH v4 0/4] Improve default object property_add uint helpers
2020-02-03 15:55 UTC (5+ messages)
[Question] Regarding containers "unattached/peripheral/anonymous" - their relation with hot(un)plug of devices
2020-02-03 15:48 UTC (4+ messages)
[PATCH v2 0/2] bcm2835_dma: Fix TD mode
2020-02-03 15:40 UTC
[PATCH] Makefile: Do not use wildcard hw/*/Kconfig as input for minikconf
2020-02-03 15:39 UTC
[PULL 00/13] qtests, kconfig and misc patches
2020-02-03 15:38 UTC (11+ messages)
[PATCH] tests/qemu_iotests: Minimize usage of used ports
2020-02-03 15:32 UTC (2+ messages)
Making QEMU easier for management tools and applications
2020-02-03 15:21 UTC (15+ messages)
` Improving QOM documentation [Was: Re: Making QEMU easier for management tools and applications]
[Bug 1861692] [NEW] wavcapture does not record silence
2020-02-03 15:14 UTC
[Qemu-devel] [Bug 823733] [NEW] Soloaris can't be poweroff
2020-02-03 15:09 UTC (3+ messages)
` [Bug 823733] "
` [Bug 823733] Re: Solaris can't be powered off with ACPI shutdown/poweroff
[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 (9+ messages)
` [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 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)
[PATCH v2 00/14] target/arm: Implement PAN, ATS1E1, UAO
2020-02-03 14:30 UTC (7+ messages)
` [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 (3+ messages)
` [EXTERNAL]Re: "
[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 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)
[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)
[qemu-web PATCH] documentation: update links to readthedocs
2020-02-03 13:21 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).