qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 15:59:49 to 2019-06-29 13:20:15 UTC [more...]

[Qemu-devel] [PATCH v6 00/16] tcg/ppc: Add vector opcodes
 2019-06-29 13:00 UTC  (17+ messages)
` [Qemu-devel] [PATCH v6 01/16] tcg/ppc: Introduce Altivec registers
` [Qemu-devel] [PATCH v6 02/16] tcg/ppc: Introduce macro VX4()
` [Qemu-devel] [PATCH v6 03/16] tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC()
` [Qemu-devel] [PATCH v6 04/16] tcg/ppc: Enable tcg backend vector compilation
` [Qemu-devel] [PATCH v6 05/16] tcg/ppc: Add support for load/store/logic/comparison
` [Qemu-devel] [PATCH v6 06/16] tcg/ppc: Add support for vector maximum/minimum
` [Qemu-devel] [PATCH v6 07/16] tcg/ppc: Add support for vector add/subtract
` [Qemu-devel] [PATCH v6 08/16] tcg/ppc: Add support for vector saturated add/subtract
` [Qemu-devel] [PATCH v6 09/16] tcg/ppc: Prepare case for vector multiply
` [Qemu-devel] [PATCH v6 10/16] tcg/ppc: Support vector shift by immediate
` [Qemu-devel] [PATCH v6 11/16] tcg/ppc: Support vector multiply
` [Qemu-devel] [PATCH v6 12/16] tcg/ppc: Support vector dup2
` [Qemu-devel] [PATCH v6 13/16] tcg/ppc: Enable Altivec detection
` [Qemu-devel] [PATCH v6 14/16] tcg/ppc: Update vector support to v2.06
` [Qemu-devel] [PATCH v6 15/16] tcg/ppc: Update vector support to v2.07
` [Qemu-devel] [PATCH v6 16/16] tcg/ppc: Update vector support to v3.00

[Qemu-devel] [RFC 0/1] Add live migration support to the PVRDMA device
 2019-06-29 12:45 UTC  (5+ messages)
` [Qemu-devel] [RFC 1/1] hw/pvrdma: Add live migration support

[Qemu-devel] [PATCH v2 0/4] m68k: Add basic support for the NeXTcube machine
 2019-06-29 12:36 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/4] m68k: Add NeXTcube framebuffer device emulation
` [Qemu-devel] [PATCH v2 2/4] m68k: Add NeXTcube keyboard device
` [Qemu-devel] [PATCH v2 3/4] m68k: Add NeXTcube machine
` [Qemu-devel] [PATCH v2 4/4] m68k: Add an entry for the NeXTcube machine to the MAINTAINERS file

[Qemu-devel] [RISU RFC PATCH v1 0/7] Support for generating x86 SSE/SSE2 test images
 2019-06-29 12:03 UTC  (10+ messages)
` [Qemu-devel] [RISU RFC PATCH v1 2/7] risugen_x86_asm: add module
` [Qemu-devel] [RISU RFC PATCH v1 4/7] risugen_x86: "

[Qemu-devel] [PATCH v4 0/5] 9p: Fix file ID collisions
 2019-06-29 11:01 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 5/5] 9p: Use variable length suffixes for inode remapping
` [Qemu-devel] [PATCH v4 3/5] 9p: Added virtfs option "remap_inodes"

[Qemu-devel] patch to swap SIGRTMIN + 1 and SIGRTMAX - 1
 2019-06-29 10:53 UTC  (3+ messages)

[Qemu-devel] [PATCH] pc: Move compat_apic_id_mode variable to PCMachineClass
 2019-06-29 10:46 UTC  (2+ messages)

[Qemu-devel] RFC: Why does target/m68k RTE insn. use gen_exception
 2019-06-29 10:15 UTC  (7+ messages)

[Qemu-devel] [PULL 0/6] Vga 20190628 patches
 2019-06-29  5:02 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/6] i2c: Move bitbang_i2c.h to include/hw/i2c/

[Qemu-devel] [QEMU-PPC] [PATCH 1/2] ppc/spapr: Add implementation of hcall H_PURR
 2019-06-28  9:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v16 0/5] linux-user: A set of miscellaneous patches
 2019-06-29  4:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH v16 1/5] linux-user: Add support for translation of statx() syscall

[Qemu-devel] [PATCH v2 00/14] target/arm/kvm: enable SVE in guests
 2019-06-29  0:10 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 07/14] target/arm/cpu64: max cpu: Introduce sve<vl-bits> properties
` [Qemu-devel] [PATCH v2 11/14] target/arm/kvm64: max cpu: Enable SVE when available
` [Qemu-devel] [PATCH v2 13/14] target/arm/cpu64: max cpu: Support sve properties with KVM

[Qemu-devel] [PATCH v3 00/10] Refactor cpu topo into machine properties
 2019-06-28 23:04 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 06/10] hw/s390x: Replace global smp variables with machine smp properties
  ` [Qemu-devel] [PATCH] fixup! "

[Qemu-devel] [PATCH v5 00/28] block/pflash_cfi02: Implement missing AMD pflash functionality
 2019-06-28 23:13 UTC  (51+ messages)
` [Qemu-devel] [PATCH v5 02/28] hw/block/pflash: Simplify trace_pflash_io_read/write()
` [Qemu-devel] [PATCH v5 03/28] hw/block/pflash: Simplify trace_pflash_data_read/write()
` [Qemu-devel] [PATCH v5 04/28] hw/block/pflash_cfi02: Fix debug format string
` [Qemu-devel] [PATCH v5 05/28] hw/block/pflash_cfi02: Add an enum to define the write cycles
` [Qemu-devel] [PATCH v5 06/28] hw/block/pflash_cfi02: Add helpers to manipulate the status bits
` [Qemu-devel] [PATCH v5 07/28] hw/block/pflash_cfi02: Simplify a statement using fall through
` [Qemu-devel] [PATCH v5 08/28] hw/block/pflash_cfi02: Use the ldst API in pflash_write()
` [Qemu-devel] [PATCH v5 09/28] hw/block/pflash_cfi02: Use the ldst API in pflash_read()
` [Qemu-devel] [PATCH v5 10/28] hw/block/pflash_cfi02: Extract the pflash_data_read() function
` [Qemu-devel] [PATCH v5 11/28] hw/block/pflash_cfi02: Unify the MemoryRegionOps
` [Qemu-devel] [PATCH v5 12/28] hw/block/pflash_cfi02: Fix command address comparison
` [Qemu-devel] [PATCH v5 13/28] tests/pflash-cfi02: Refactor to support testing multiple configurations
` [Qemu-devel] [PATCH v5 14/28] hw/block/pflash_cfi02: Remove pointless local variable
` [Qemu-devel] [PATCH v5 15/28] hw/block/pflash_cfi02: Document the current CFI values
` [Qemu-devel] [PATCH v5 16/28] hw/block/pflash_cfi02: Hold the PRI table offset in a variable
` [Qemu-devel] [PATCH v5 17/28] hw/block/pflash_cfi02: Document 'Page Mode' operations are not supported
` [Qemu-devel] [PATCH v5 18/28] hw/block/pflash_cfi02: Implement nonuniform sector sizes
` [Qemu-devel] [PATCH v5 19/28] hw/block/pflash_cfi02: Extract pflash_regions_count()
` [Qemu-devel] [PATCH v5 20/28] hw/block/pflash_cfi02: Split if() condition
` [Qemu-devel] [PATCH v5 21/28] hw/block/pflash_cfi02: Fix CFI in autoselect mode
` [Qemu-devel] [PATCH v5 22/28] hw/block/pflash_cfi02: Fix reset command not ignored during erase
` [Qemu-devel] [PATCH v5 25/28] hw/block/pflash_cfi02: Use chip erase time specified in the CFI table
` [Qemu-devel] [PATCH v5 27/28] hw/block/pflash_cfi02: Document commands
` [Qemu-devel] [PATCH v5 28/28] hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit

[Qemu-devel] [PATCH 0/3] migration/postcopy: cleanup function postcopy_send_discard_bm_ram
 2019-06-28 23:04 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] migration/postcopy: the valid condition is one less then end
` [Qemu-devel] [PATCH 2/3] migration/postcopy: break the loop when there is no more page to discard
` [Qemu-devel] [PATCH 3/3] migration/postcopy: discard_length must not be 0

[Qemu-devel] [PATCH 0/4] Introduce the microvm machine type
 2019-06-28 22:23 UTC  (23+ messages)
` [Qemu-devel] [PATCH 1/4] hw/i386: Factorize CPU routine
` [Qemu-devel] [PATCH 2/4] hw/virtio: Factorize virtio-mmio headers
` [Qemu-devel] [PATCH 4/4] hw/i386: Introduce the microvm machine type

[Qemu-devel] [PATCH v1 1/1] hw/scsi: Report errors and sense to guests through scsi-block
 2019-06-28 22:18 UTC  (5+ messages)

[Qemu-devel] [PATCH v5] memory: do not notify for non inclusive overlap entry
 2019-06-28 22:19 UTC 

[Qemu-devel] [PATCH] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
 2019-06-28 21:59 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 00/13] Add migration support for VFIO device
 2019-06-28 21:28 UTC  (15+ messages)
` [Qemu-devel] [PATCH v4 08/13] vfio: Add save state functions to SaveVMHandlers

[Qemu-devel] [PATCH 0/2] Acceptance tests: exclude "flaky" tests and introduce SPICE test
 2019-06-28 20:54 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] Acceptance tests: exclude "flaky" tests
` [Qemu-devel] [PATCH 2/2] Acceptance tests: add SPICE protocol check

[Qemu-devel] [PATCH v3 00/50] tcg plugin support
 2019-06-28 20:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 19/50] tcg: let plugins instrument memory accesses

[Qemu-devel] [PATCH 0/3] Acceptance tests: boot Linux with KVM test
 2019-06-28 20:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] python/qemu: Allow to launch the VM without qmp
` [Qemu-devel] [PATCH 3/3] tests/acceptance: Add boot linux with kvm test

[Qemu-devel] [PATCH for 4.1 v3] target/riscv: Expose time CSRs when allowed by [m|s]counteren
 2019-06-28 20:14 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/4] delete created files when block_crypto_co_create_opts_luks fails
 2019-06-28 19:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/4] block: introducing 'bdrv_co_delete_file' interface
` [Qemu-devel] [PATCH v4 2/4] block.c: adding bdrv_delete_file
` [Qemu-devel] [PATCH v4 3/4] crypto.c: cleanup created file when block_crypto_co_create_opts_luks fails
` [Qemu-devel] [PATCH v4 4/4] qemu-iotests: adding LUKS cleanup for non-UTF8 secret error

[Qemu-devel] [PULL v2 00/29] Machine and x86 queue, 2019-06-28
 2019-06-28 18:47 UTC  (30+ messages)
` [Qemu-devel] [PULL v2 01/29] hw/boards: Add struct CpuTopology to MachineState
` [Qemu-devel] [PULL v2 02/29] machine: Refactor smp-related call chains to pass MachineState
` [Qemu-devel] [PULL v2 03/29] general: Replace global smp variables with smp machine properties
` [Qemu-devel] [PULL v2 04/29] hw/ppc: Replace global smp variables with machine smp properties
` [Qemu-devel] [PULL v2 05/29] hw/riscv: "
` [Qemu-devel] [PULL v2 06/29] hw/s390x: "
` [Qemu-devel] [PULL v2 07/29] hw/i386: "
` [Qemu-devel] [PULL v2 08/29] hw/arm: "
` [Qemu-devel] [PULL v2 09/29] hw: Replace global smp variables with MachineState for all remaining archs
` [Qemu-devel] [PULL v2 10/29] vl.c: Replace smp global variables with smp machine properties
` [Qemu-devel] [PULL v2 11/29] i386: Add die-level cpu topology to x86CPU on PCMachine
` [Qemu-devel] [PULL v2 12/29] hw/i386: Adjust nr_dies with configured smp_dies for PCMachine
` [Qemu-devel] [PULL v2 13/29] i386/cpu: Consolidate die-id validity in smp context
` [Qemu-devel] [PULL v2 14/29] i386: Update new x86_apicid parsing rules with die_offset support
` [Qemu-devel] [PULL v2 15/29] pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_region_size()
` [Qemu-devel] [PULL v2 16/29] machine: show if CLI option '-numa node, mem' is supported in QAPI schema
` [Qemu-devel] [PULL v2 17/29] numa: deprecate 'mem' parameter of '-numa node' option
` [Qemu-devel] [PULL v2 18/29] numa: deprecate implict memory distribution between nodes
` [Qemu-devel] [PULL v2 19/29] hppa: Delete unused hppa_cpu_list() function
` [Qemu-devel] [PULL v2 20/29] target/i386: fix feature check in hyperv-stub.c
` [Qemu-devel] [PULL v2 21/29] deprecate -mem-path fallback to anonymous RAM
` [Qemu-devel] [PULL v2 22/29] i386: Don't print warning if phys-bits was set automatically
` [Qemu-devel] [PULL v2 23/29] i386: Fix signedness of hyperv_spinlock_attempts
` [Qemu-devel] [PULL v2 24/29] i386: make 'hv-spinlocks' a regular uint32 property
` [Qemu-devel] [PULL v2 25/29] x86/cpu: use FeatureWordArray to define filtered_features
` [Qemu-devel] [PULL v2 26/29] i386: Remove unused host_cpudef variable
` [Qemu-devel] [PULL v2 27/29] target/i386: Add CPUID.1F generation support for multi-dies PCMachine
` [Qemu-devel] [PULL v2 28/29] machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()
` [Qemu-devel] [PULL v2 29/29] vl.c: Add -smp, dies=* command line support and update doc

[Qemu-devel] [PATCH v0 0/3] add zstd cluster compression
 2019-06-28 19:34 UTC  (11+ messages)
` [Qemu-devel] [PATCH v0 2/3] qcow2: add compression type processing

[Qemu-devel] [PULL 00/29] Machine next patches
 2019-06-28 18:49 UTC  (3+ messages)

[Qemu-devel] [PULL] RISC-V Patches for the 4.1 Soft Freeze, Part 2 v2
 2019-06-28 17:32 UTC  (35+ messages)
` [Qemu-devel] [PULL 01/34] target/riscv: Allow setting ISA extensions via CPU props
` [Qemu-devel] [PULL 02/34] sifive_prci: Read and write PRCI registers
` [Qemu-devel] [PULL 03/34] target/riscv: Fix PMP range boundary address bug
` [Qemu-devel] [PULL 04/34] target/riscv: Implement riscv_cpu_unassigned_access
` [Qemu-devel] [PULL 05/34] RISC-V: Only Check PMP if MMU translation succeeds
` [Qemu-devel] [PULL 06/34] RISC-V: Raise access fault exceptions on PMP violations
` [Qemu-devel] [PULL 07/34] RISC-V: Check for the effective memory privilege mode during PMP checks
` [Qemu-devel] [PULL 08/34] RISC-V: Check PMP during Page Table Walks
` [Qemu-devel] [PULL 09/34] RISC-V: Fix a PMP bug where it succeeds even if PMP entry is off
` [Qemu-devel] [PULL 10/34] RISC-V: Fix a PMP check with the correct access size
` [Qemu-devel] [PULL 11/34] riscv: virt: Correct pci "bus-range" encoding
` [Qemu-devel] [PULL 12/34] RISC-V: Fix a memory leak when realizing a sifive_e
` [Qemu-devel] [PULL 13/34] target/riscv: Restructure deprecatd CPUs
` [Qemu-devel] [PULL 14/34] target/riscv: Add the privledge spec version 1.11.0
` [Qemu-devel] [PULL 15/34] target/riscv: Add the mcountinhibit CSR
` [Qemu-devel] [PULL 16/34] target/riscv: Set privledge spec 1.11.0 as default
` [Qemu-devel] [PULL 17/34] qemu-deprecated.texi: Deprecate the RISC-V privledge spec 1.09.1
` [Qemu-devel] [PULL 18/34] target/riscv: Require either I or E base extension
` [Qemu-devel] [PULL 19/34] target/riscv: Remove user version information
` [Qemu-devel] [PULL 20/34] target/riscv: Add support for disabling/enabling Counters
` [Qemu-devel] [PULL 21/34] RISC-V: Add support for the Zifencei extension
` [Qemu-devel] [PULL 22/34] RISC-V: Add support for the Zicsr extension
` [Qemu-devel] [PULL 23/34] RISC-V: Clear load reservations on context switch and SC
` [Qemu-devel] [PULL 24/34] RISC-V: Update syscall list for 32-bit support
` [Qemu-devel] [PULL 25/34] riscv: virt: Add cpu-topology DT node
` [Qemu-devel] [PULL 26/34] disas/riscv: Disassemble reserved compressed encodings as illegal
` [Qemu-devel] [PULL 27/34] disas/riscv: Fix `rdinstreth` constraint
` [Qemu-devel] [PULL 28/34] riscv: sifive_u: Do not create hard-coded phandles in DT
` [Qemu-devel] [PULL 29/34] riscv: sifive_u: Update the plic hart config to support multicore
` [Qemu-devel] [PULL 30/34] hw/riscv: Split out the boot functions
` [Qemu-devel] [PULL 31/34] hw/riscv: Add support for loading a firmware
` [Qemu-devel] [PULL 32/34] hw/riscv: Extend the kernel loading support
` [Qemu-devel] [PULL 33/34] roms: Add OpenSBI version 0.3
` [Qemu-devel] [PULL 34/34] hw/riscv: Load OpenSBI as the default firmware

[Qemu-devel] [PATCH v6 0/8] ARM virt: ACPI memory hotplug support
 2019-06-28 16:56 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] accel/tcg/translator: add tb_enter TCG trace
 2019-06-28 16:33 UTC  (2+ messages)

[Qemu-devel] [PULL] RISC-V Patches for the 4.1 Soft Freeze, Part 2
 2019-06-28 17:10 UTC  (5+ messages)
` [Qemu-devel] [PULL 33/34] roms: Add OpenSBI version 0.3

[Qemu-devel] [PATCH] fixup! roms: Add OpenSBI version 0.3
 2019-06-28 17:18 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/qcow: Improve error when opening qcow2 files as qcow
 2019-06-28 16:50 UTC  (5+ messages)

[Qemu-devel] [Bug 1834613] [NEW] Crypto related operations failing on Alpine Linux on QEMU 4.0
 2019-06-28 16:04 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-gpu: check if the resource already exists in virtio_gpu_load()
 2019-06-28 16:13 UTC 

[Qemu-devel] [RFC] Re-evaluating subcluster allocation for qcow2 images
 2019-06-28 16:32 UTC  (13+ messages)

[Qemu-devel] [PATCH] docs/devel/testing: Fix typo in dockerfile path
 2019-06-28 15:03 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py
 2019-06-28 16:05 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v2 1/3] python/qemu: split QEMUMachine out from underneath __init__.py

[Qemu-devel] [PULL 12/62] target/ppc/spapr: Enable mitigations by default for pseries-4.0 machine type
 2019-06-28 14:48 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).