qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 22:00:51 to 2019-10-15 16:30:03 UTC [more...]

[PATCH 00/32] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-15 16:26 UTC  (3+ messages)
` [PATCH 01/32] hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
` [PATCH 02/32] hw/i386/pc: Move kvm_i8259_init() declaration to sysemu/kvm.h

[PATCH v2 0/2] Better NBD string length handling
 2019-10-15 16:16 UTC  (5+ messages)
` [PATCH v2 1/2] nbd: Don't send oversize strings

[PULL 00/15] Block layer patches
 2019-10-15 16:09 UTC  (2+ messages)

[PATCH] qemu-options.hx: Update for reboot-timeout parameter
 2019-10-15 15:14 UTC 

[RFC PATCH 00/23] Add subcluster allocation to qcow2
 2019-10-15 16:05 UTC  (26+ messages)
` [RFC PATCH 01/23] qcow2: Add calculate_l2_meta()
` [RFC PATCH 02/23] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [RFC PATCH 03/23] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [RFC PATCH 04/23] qcow2: Add get_l2_entry() and set_l2_entry()
` [RFC PATCH 05/23] qcow2: Document the Extended L2 Entries feature
` [RFC PATCH 06/23] qcow2: Add dummy has_subclusters() function
` [RFC PATCH 07/23] qcow2: Add subcluster-related fields to BDRVQcow2State
` [RFC PATCH 08/23] qcow2: Add offset_to_sc_index()
` [RFC PATCH 09/23] qcow2: Add l2_entry_size()
` [RFC PATCH 10/23] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [RFC PATCH 11/23] qcow2: Add qcow2_get_subcluster_type()
` [RFC PATCH 12/23] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER
` [RFC PATCH 13/23] qcow2: Add subcluster support to calculate_l2_meta()
` [RFC PATCH 14/23] qcow2: Add subcluster support to qcow2_get_cluster_offset()
` [RFC PATCH 15/23] qcow2: Add subcluster support to zero_in_l2_slice()
` [RFC PATCH 16/23] qcow2: Add subcluster support to discard_in_l2_slice()
` [RFC PATCH 17/23] qcow2: Add subcluster support to check_refcounts_l2()
` [RFC PATCH 18/23] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
` [RFC PATCH 19/23] qcow2: Fix offset calculation in handle_dependencies()
` [RFC PATCH 20/23] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [RFC PATCH 21/23] qcow2: Add subcluster support to handle_alloc_space()
` [RFC PATCH 22/23] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only
` [RFC PATCH 23/23] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit

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

[PATCH] blockdev: Use error_report() in hmp_commit()
 2019-10-15 15:37 UTC  (3+ messages)

LEON3 networking
 2019-10-15 13:17 UTC 

[PATCH v19 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-15 15:08 UTC  (9+ messages)
` [PATCH v19 1/5] hw/arm/virt: Introduce a RAS machine option
` [PATCH v19 2/5] docs: APEI GHES generation and CPER record description
` [PATCH v19 3/5] ACPI: Add APEI GHES table generation support
` [PATCH v19 4/5] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v19 5/5] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH V2 0/2] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-10-15 14:36 UTC  (3+ messages)
` [PATCH V2 1/2] linux headers: update against Linux 5.4-rc2
` [PATCH V2 2/2] target/i386/kvm: Add Hyper-V direct tlb flush support

[PATCH v2 00/21] iotests: Allow ./check -o data_file
 2019-10-15 14:27 UTC  (22+ messages)
` [PATCH v2 01/21] iotests/qcow2.py: Add dump-header-exts
` [PATCH v2 02/21] iotests/qcow2.py: Split feature fields into bits
` [PATCH v2 03/21] iotests: Add _filter_json_filename
` [PATCH v2 04/21] iotests: Filter refcount_order in 036
` [PATCH v2 05/21] iotests: Replace IMGOPTS by _unsupported_imgopts
` [PATCH v2 06/21] iotests: Drop compat=1.1 in 050
` [PATCH v2 07/21] iotests: Let _make_test_img parse its parameters
` [PATCH v2 08/21] iotests: Add -o and --no-opts to _make_test_img
` [PATCH v2 09/21] iotests: Inject space into -ocompat=0.10 in 051
` [PATCH v2 10/21] iotests: Replace IMGOPTS= by -o
` [PATCH v2 11/21] iotests: Replace IMGOPTS='' by --no-opts
` [PATCH v2 12/21] iotests: Drop IMGOPTS use in 267
` [PATCH v2 13/21] iotests: Avoid qemu-img create
` [PATCH v2 14/21] iotests: Use _rm_test_img for deleting test images
` [PATCH v2 15/21] iotests: Avoid cp/mv of "
` [PATCH v2 16/21] iotests: Make 091 work with data_file
` [PATCH v2 17/21] iotests: Make 110 "
` [PATCH v2 18/21] iotests: Make 137 "
` [PATCH v2 19/21] iotests: Make 198 "
` [PATCH v2 20/21] iotests: Disable data_file where it cannot be used
` [PATCH v2 21/21] iotests: Allow check -o data_file

[PATCH] doc: Describe missing generic -blockdev options
 2019-10-15 14:17 UTC  (5+ messages)

[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  (7+ messages)
` [PULL 01/19] util/hbitmap: strict hbitmap_reset

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

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

[PATCH v26 00/21] Add RX archtecture support
 2019-10-15 12:08 UTC  (3+ 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  (7+ messages)
` [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  (5+ messages)
` [PATCH v5 02/55] trace: add mmu_index to mem_info

[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  (3+ 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)


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