qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 17:25:15 to 2019-10-15 13:30:47 UTC [more...]

[Qemu-devel] [PATCH v4 1/2] i386: Add Intel Processor Trace feature support
 2019-10-15 13:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 2/2] i386: Add support to get/set/migrate Intel Processor Trace feature
  `  "

[PATCH 0/2] apic: Fix migration breakage of >255 vcpus
 2019-10-15 12:57 UTC  (13+ messages)
` [PATCH 1/2] migration: Boost SaveStateEntry.instance_id to 64 bits
` [PATCH 2/2] apic: Use 32bit APIC ID for migration instance ID

[PULL 00/19] Bitmaps patches
 2019-10-15 12:55 UTC  (8+ messages)
` [PULL 01/19] util/hbitmap: strict hbitmap_reset

[PATCH v3] migration: Support QLIST migration
 2019-10-15 12:50 UTC 

[PATCH] blockdev: Use error_report() in hmp_commit()
 2019-10-15 12:39 UTC 

[PATCH] doc: Describe missing generic -blockdev options
 2019-10-15 12:38 UTC 

[PATCH v2] migration: Support QLIST migration
 2019-10-15 12:35 UTC 

[PULL 0/2] Tracing patches
 2019-10-15 12:24 UTC  (5+ messages)
` [PULL 1/2] trace: add --group=all to tracing.txt

[PATCH v26 00/21] Add RX archtecture support
 2019-10-15 12:08 UTC  (4+ messages)

[PATCH v4 0/8] target/mips: Misc cleanups for September/October 2019
 2019-10-15 12:17 UTC  (6+ messages)
` [PATCH v4 1/8] target/mips: Clean up helper.c

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
 2019-10-15 11:56 UTC  (5+ messages)
` [PATCH v5 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion

[PATCH v9 00/15] Introduce the microvm machine type
 2019-10-15 11:50 UTC  (20+ messages)
` [PATCH v9 01/15] hw/virtio: Factorize virtio-mmio headers
` [PATCH v9 02/15] hw/i386/pc: rename functions shared with non-PC machines
` [PATCH v9 03/15] hw/i386/pc: fix code style issues on functions that will be moved out
` [PATCH v9 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()
` [PATCH v9 05/15] hw/i386/pc: avoid an assignment in if condition "
` [PATCH v9 06/15] hw/i386/pc: remove commented out code from x86_load_linux()
` [PATCH v9 07/15] hw/i386/pc: move shared x86 functions to x86.c and export them
` [PATCH v9 08/15] hw/i386: split PCMachineState deriving X86MachineState from it
` [PATCH v9 09/15] hw/i386: make x86.c independent from PCMachineState
` [PATCH v9 10/15] fw_cfg: add "modify" functions for all types
` [PATCH v9 11/15] hw/intc/apic: reject pic ints if isa_pic == NULL
` [PATCH v9 12/15] roms: add microvm-bios (qboot) as binary and git submodule
` [PATCH v9 13/15] docs/microvm.rst: document the new microvm machine type
` [PATCH v9 14/15] hw/i386: Introduce the "
` [PATCH v9 15/15] MAINTAINERS: add microvm related files

[Bug 1846451] [NEW] K800 keyboard no longer works when attached to a VM
 2019-10-15 11:39 UTC  (4+ messages)
` [Bug 1846451] "

[PATCH 0/2] cleanup on page size
 2019-10-15 11:45 UTC  (9+ messages)
` [PATCH 1/2] cpu: use ROUND_UP() to define xxx_PAGE_ALIGN
` [PATCH 2/2] core: replace getpagesize() with qemu_real_host_page_size

[PATCH for 4.2 v5 00/55] Support for TCG plugins
 2019-10-15 11:15 UTC  (29+ messages)
` [PATCH v5 02/55] trace: add mmu_index to mem_info
` [PATCH v5 17/55] plugins: implement helpers for resolving hwaddr
` [PATCH v5 23/55] translator: add translator_ld{ub,sw,uw,l,q}
` [PATCH v5 31/55] target/riscv: fetch code with translator_ld
` [PATCH v5 41/55] tests/tcg: set QEMU_OPTS for all cris runs
` [PATCH v5 47/55] tests/plugin: add instruction execution breakdown
` [PATCH v5 48/55] tests/plugin: add hotpages plugin to breakdown memory access patterns
` [PATCH v5 52/55] plugins: make howvec plugin more generic
` [PATCH v5 53/55] plugins: add sparc64 instruction classification table
` [PATCH v5 54/55] plugins: add qemu_plugin_outs and use it
` [PATCH v5 55/55] .travis.yml: add --enable-plugins tests

[PULL 0/1] Block patches
 2019-10-15 11:00 UTC  (5+ messages)
` [PULL 1/1] test-bdrv-drain: fix iothread_join() hang

[PATCH v2 00/20] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2019-10-15 10:39 UTC  (21+ messages)
` [PATCH v2 01/20] nvme: remove superfluous breaks
` [PATCH v2 02/20] nvme: move device parameters to separate struct
` [PATCH v2 03/20] nvme: add missing fields in the identify controller data structure
` [PATCH v2 04/20] nvme: populate the mandatory subnqn and ver fields
` [PATCH v2 05/20] nvme: allow completion queues in the cmb
` [PATCH v2 06/20] nvme: add support for the abort command
` [PATCH v2 07/20] nvme: refactor device realization
` [PATCH v2 08/20] nvme: add support for the get log page command
` [PATCH v2 09/20] nvme: add support for the asynchronous event request command
` [PATCH v2 10/20] nvme: add logging to error information log page
` [PATCH v2 11/20] nvme: add missing mandatory features
` [PATCH v2 12/20] nvme: bump supported specification version to 1.3
` [PATCH v2 13/20] nvme: refactor prp mapping
` [PATCH v2 14/20] nvme: allow multiple aios per command
` [PATCH v2 15/20] nvme: add support for scatter gather lists
` [PATCH v2 16/20] nvme: support multiple namespaces
` [PATCH v2 17/20] nvme: bump controller pci device id
` [PATCH v2 18/20] nvme: remove redundant NvmeCmd pointer parameter
` [PATCH v2 19/20] nvme: make lba data size configurable
` [PATCH v2 20/20] nvme: handle dma errors

[PATCH v3 0/10] add failover feature for assigned network devices
 2019-10-15 10:50 UTC  (5+ messages)
` [PATCH v3 07/10] migration: add new migration state wait-unplug

RFC: Why dont we move to newer capstone?
 2019-10-15 10:12 UTC  (11+ messages)

[PATCH] tcg/arm: Expand epilogue inline
 2019-10-15 10:06 UTC  (2+ messages)

[PULL 0/1] qemu-openbios queue 20191012
 2019-10-15  9:55 UTC  (2+ messages)

[PULL v2 0/2] Tracing patches
 2019-10-15  9:36 UTC  (4+ messages)
` [PULL v2 1/2] trace: add --group=all to tracing.txt
` [PULL v2 2/2] trace: avoid "is" with a literal Python 3.8 warnings

[Qemu-devel] [PATCH v7 0/3] 9p: Fix file ID collisions
 2019-10-15  9:20 UTC  (5+ messages)

[PATCH v4 0/3] target/riscv: Expose "priv" register for GDB
 2019-10-15  8:38 UTC  (4+ messages)
` [PATCH v4 2/3] target/riscv: Expose "priv" register for GDB for reads

[PATCH v3 0/2] RTC support for QEMU RISC-V virt machine
 2019-10-15  8:35 UTC  (3+ messages)
` [PATCH v3 1/2] hw: timer: Add Goldfish RTC device
` [PATCH v3 2/2] riscv: virt: Use "

[PATCH v4 0/4] qapi: Add detection for the 'savevm' fix for blockdev
 2019-10-15  6:51 UTC  (3+ messages)
` [PATCH v4 3/4] tests: qapi: Test 'features' of commands

[PATCH] usb-host: add option to allow all resets
 2019-10-15  6:44 UTC 

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-15  6:41 UTC  (7+ messages)
` [PATCH v1 3/5] contrib/gitdm: add Andrey to the individual group
` [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map

[PATCH v12 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-10-15  6:22 UTC  (11+ messages)
` [PATCH v12 03/11] qapi: Add builtin type time
` [PATCH v12 09/11] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)

[Qemu-devel] [PATCH v4 0/7] iotests: Selfish patches
 2019-10-15  5:44 UTC  (3+ messages)
`  "

[PATCH 0/2] replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size
 2019-10-15  3:13 UTC  (3+ messages)
` [PATCH 1/2] tests/tcg/multiarch: fix code style in function main of test-mmap.c
` [PATCH 2/2] core: replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size

Using virtual IOMMU in guest hypervisors other than KVM and Xen?
 2019-10-15  2:49 UTC  (2+ messages)

[PATCH v2] ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)
 2019-10-15  1:08 UTC  (3+ messages)

[PATCH v3] ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)
 2019-10-15  1:07 UTC 

[PATCH] linux-user/riscv: Propagate fault address
 2019-10-14 23:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] target/arm: Fix sign-extension for SMLAL*
 2019-10-14 23:42 UTC  (2+ messages)
`  "

[PATCH V6] target/riscv: Ignore reserved bits in PTE for RV64
 2019-10-14 22:50 UTC  (3+ messages)

ACPI table modifications
 2019-10-14 22:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] refine memory_device_get_free_addr
 2019-10-14 22:00 UTC  (6+ messages)

[PULL v2 00/19] Bitmaps patches
 2019-10-14 19:29 UTC  (20+ messages)
` [PULL v2 01/19] util/hbitmap: strict hbitmap_reset
` [PULL v2 02/19] block: move bdrv_can_store_new_dirty_bitmap to block/dirty-bitmap.c
` [PULL v2 03/19] block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmap
` [PULL v2 04/19] block/qcow2: proper locking on bitmap add/remove paths
` [PULL v2 05/19] block/dirty-bitmap: drop meta
` [PULL v2 06/19] block/dirty-bitmap: add bs link
` [PULL v2 07/19] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
` [PULL v2 08/19] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next
` [PULL v2 09/19] block: switch reopen queue from QSIMPLEQ to QTAILQ
` [PULL v2 10/19] block: reverse order for reopen commits
` [PULL v2 11/19] iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW
` [PULL v2 12/19] block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps
` [PULL v2 13/19] block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()
` [PULL v2 14/19] block/qcow2-bitmap: do not remove bitmaps on reopen-ro
` [PULL v2 15/19] iotests: add test 260 to check bitmap life after snapshot + commit
` [PULL v2 16/19] block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
` [PULL v2 17/19] qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
` [PULL v2 18/19] MAINTAINERS: Add Vladimir as a reviewer for bitmaps
` [PULL v2 19/19] dirty-bitmaps: remove deprecated autoload parameter

[PATCH v6 00/20] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-14 19:15 UTC  (28+ messages)
` [PATCH v6 07/20] target/arm: Split out rebuild_hflags_a32
` [PATCH v6 08/20] target/arm: Split out rebuild_hflags_aprofile
` [PATCH v6 09/20] target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_state
` [PATCH v6 10/20] target/arm: Simplify set of PSTATE_SS "
` [PATCH v6 11/20] target/arm: Hoist computation of TBFLAG_A32.VFPEN
` [PATCH v6 12/20] target/arm: Add arm_rebuild_hflags
` [PATCH v6 13/20] target/arm: Split out arm_mmu_idx_el
` [PATCH v6 14/20] target/arm: Hoist store to cs_base in cpu_get_tb_cpu_state
` [PATCH v6 15/20] target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})
` [PATCH v6 16/20] target/arm: Rebuild hflags at EL changes
` [PATCH v6 17/20] target/arm: Rebuild hflags at MSR writes
` [PATCH v6 18/20] target/arm: Rebuild hflags at CPSR writes
` [PATCH v6 19/20] target/arm: Rebuild hflags for M-profile

[PATCH v3 0/3] ppc: spapr: virtual NVDIMM support
 2019-10-14 18:38 UTC  (4+ messages)
` [PATCH v3 1/3] mem: move nvdimm_device_list to utilities
` [PATCH v3 2/3] spapr: Add NVDIMM device support
` [PATCH v3 3/3] spapr: Add Hcalls to support PAPR NVDIMM device

[Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina)
 2019-10-14 17:55 UTC  (4+ messages)
` [Bug 1847906] "

[PATCH] virito: Use auto rcu_read macros
 2019-10-14 17:57 UTC  (2+ messages)

[PATCH 00/20] hw: Clean up hw/i386 headers (and few alpha/hppa)
 2019-10-14 17:03 UTC  (4+ messages)
` [PATCH 02/20] hw/southbridge/ich9: Removed unused headers

[PATCH] sphinx: Use separate doctree directories for different builders
 2019-10-14 16:48 UTC  (2+ messages)

[PATCH v32 00/13] QEMU AVR 8 bit cores
 2019-10-14 16:18 UTC  (9+ messages)
` [PATCH v32 03/13] target/avr: Add instruction decoding
` [PATCH v32 04/13] target/avr: Add instruction translation - Registers definition
` [PATCH v32 05/13] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH v32 07/13] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH v32 08/13] target/avr: Add instruction translation - MCU Control Instructions
` [PATCH v32 11/13] target/avr: Add example board configuration
` [PATCH v32 12/13] target/avr: Register AVR support with the rest of QEMU, the build system, and the WMAINTAINERS file
` [PATCH v32 13/13] target/avr: Add tests

Occasional VM soft lockup when a remote cdrom is attached
 2019-10-14 16:18 UTC  (4+ messages)


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