qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-13 20:00:16 to 2019-10-14 12:36:06 UTC [more...]

[PULL 00/36] Block patches
 2019-10-14 12:34 UTC  (2+ messages)

[PATCH v4 0/4] qapi: Add detection for the 'savevm' fix for blockdev
 2019-10-14 12:23 UTC  (6+ messages)
` [PATCH v4 2/4] qapi: Add feature flags to commands in qapi
` [PATCH v4 4/4] qapi: Allow introspecting fix for savevm's cooperation with blockdev

[PATCH v26 00/21] Add RX archtecture support
 2019-10-14 11:57 UTC  (22+ messages)
` [PATCH v26 01/21] MAINTAINERS: Add RX
` [PATCH v26 02/21] qemu/bitops.h: Add extract8 and extract16
` [PATCH v26 03/21] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH v26 04/21] target/rx: TCG translation
` [PATCH v26 05/21] target/rx: TCG helper
` [PATCH v26 06/21] target/rx: CPU definition
` [PATCH v26 07/21] target/rx: RX disassembler
` [PATCH v26 08/21] target/rx: Disassemble rx_index_addr into a string
` [PATCH v26 09/21] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH v26 10/21] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH v26 11/21] target/rx: Emit all disassembly in one prt()
` [PATCH v26 12/21] target/rx: Collect all bytes during disassembly
` [PATCH v26 13/21] target/rx: Dump bytes for each insn "
` [PATCH v26 14/21] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH v26 15/21] hw/timer: RX62N internal timer modules
` [PATCH v26 16/21] hw/char: RX62N serial communication interface (SCI)
` [PATCH v26 17/21] hw/rx: RX Target hardware definition
` [PATCH v26 18/21] hw/rx: Honor -accel qtest
` [PATCH v26 19/21] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [PATCH v26 20/21] Add rx-softmmu
` [PATCH v26 21/21] BootLinuxConsoleTest: Test the RX-Virt machine

[PATCH v3 0/10] add failover feature for assigned network devices
 2019-10-14 12:02 UTC  (6+ messages)
` [PATCH v3 01/10] qdev/qbus: add hidden device support
` [PATCH v3 10/10] vfio: unplug failover primary device before migration

[PATCH v3] target/i386: Add Snowridge-v2 (no MPX) CPU model
 2019-10-14 12:02 UTC  (4+ messages)
  ` sphinx-build parallel build failures (was Re: [PATCH v3] target/i386: Add Snowridge-v2 (no MPX) CPU model)

[PATCH v2 0/2] fix qcow2_can_store_new_dirty_bitmap
 2019-10-14 11:52 UTC  (4+ messages)
` [PATCH v2 1/2] qcow2-bitmaps: "
` [PATCH v2 2/2] iotests: add 269 to check maximum of bitmaps in qcow2

[PATCH 0/5] Enable more iotests during "make check-block"
 2019-10-14 11:27 UTC  (4+ messages)
` [PATCH 4/5] iotests: Skip "make check-block" if QEMU does not support virtio-blk

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

[Bug 1847232] [NEW] qemu TCG in s390x mode issue with calculating HASH
 2019-10-14 11:02 UTC  (10+ messages)
` [Bug 1847232] "

[PATCH for 4.2 v5 00/55] Support for TCG plugins
 2019-10-14 10:49 UTC  (56+ messages)
` [PATCH v5 01/55] trace: expand mem_info:size_shift to 4 bits
` [PATCH v5 02/55] trace: add mmu_index to mem_info
` [PATCH v5 03/55] cpu: introduce cpu_in_exclusive_context()
` [PATCH v5 04/55] translate-all: use cpu_in_exclusive_work_context() in tb_flush
` [PATCH v5 05/55] docs/devel: add plugins.rst design document
` [PATCH v5 06/55] configure: add --enable-plugins (MOVE TO END)
` [PATCH v5 07/55] plugin: add user-facing API
` [PATCH v5 08/55] plugin: add core code
` [PATCH v5 09/55] plugin: add implementation of the api
` [PATCH v5 10/55] queue: add QTAILQ_REMOVE_SEVERAL
` [PATCH v5 11/55] cputlb: document get_page_addr_code
` [PATCH v5 12/55] cputlb: introduce get_page_addr_code_hostp
` [PATCH v5 13/55] tcg: add tcg_gen_st_ptr
` [PATCH v5 14/55] plugin-gen: add module for TCG-related code
` [PATCH v5 15/55] atomic_template: add inline trace/plugin helpers
` [PATCH v5 16/55] tcg: let plugins instrument virtual memory accesses
` [PATCH v5 17/55] plugins: implement helpers for resolving hwaddr
` [PATCH v5 18/55] translate-all: notify plugin code of tb_flush
` [PATCH v5 19/55] *-user: notify plugin of exit
` [PATCH v5 20/55] *-user: plugin syscalls
` [PATCH v5 21/55] cpu: hook plugin vcpu events
` [PATCH v5 22/55] plugin-gen: add plugin_insn_append
` [PATCH v5 23/55] translator: add translator_ld{ub,sw,uw,l,q}
` [PATCH v5 24/55] target/arm: fetch code with translator_ld
` [PATCH v5 25/55] target/ppc: "
` [PATCH v5 26/55] target/sh4: "
` [PATCH v5 27/55] target/i386: "
` [PATCH v5 28/55] target/hppa: "
` [PATCH v5 29/55] target/m68k: "
` [PATCH v5 30/55] target/alpha: "
` [PATCH v5 31/55] target/riscv: "
` [PATCH v5 32/55] target/sparc: "
` [PATCH v5 33/55] target/xtensa: "
` [PATCH v5 34/55] target/openrisc: "
` [PATCH v5 35/55] translator: inject instrumentation from plugins
` [PATCH v5 36/55] plugin: add API symbols to qemu-plugins.symbols
` [PATCH v5 37/55] vl: support -plugin option
` [PATCH v5 38/55] linux-user: "
` [PATCH v5 39/55] tests/plugin: add sample plugins
` [PATCH v5 40/55] tests/tcg/Makefile.target: fix path to config-host.mak
` [PATCH v5 41/55] tests/tcg: set QEMU_OPTS for all cris runs
` [PATCH v5 42/55] tests/tcg: move "virtual" tests to EXTRA_TESTS
` [PATCH v5 43/55] tests/tcg: drop test-i386-fprem from TESTS when not SLOW
` [PATCH v5 44/55] tests/tcg: enable plugin testing
` [PATCH v5 45/55] tests/plugin: add a hotblocks plugin
` [PATCH v5 46/55] plugin: add qemu_plugin_insn_disas helper
` [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 49/55] accel/stubs: reduce headers from tcg-stub
` [PATCH v5 50/55] include/exec: wrap cpu_ldst.h in CONFIG_TCG
` [PATCH v5 51/55] plugins: expand the plugin_init function to include an info block
` [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

[PATCH 0/7] spapr: Use less XIVE HW resources in KVM
 2019-10-14 11:31 UTC  (4+ messages)
` [PATCH 7/7] spapr: Set VSMT to smp_threads by default

[PULL 00/31] s390x/tcg update
 2019-10-14 11:26 UTC  (2+ messages)

[PATCH v2] block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK
 2019-10-14 11:22 UTC  (4+ messages)

[Qemu-devel] test-aio-multithread assertion
 2019-10-14 10:50 UTC  (4+ messages)
  `  "

[PATCH] block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK
 2019-10-14 11:13 UTC  (4+ messages)

[PATCH] tests: fix iothread_join() race condition
 2019-10-14 10:56 UTC 

[PATCH v2 0/7] libqos: add VIRTIO PCI 1.0 support
 2019-10-14 10:46 UTC  (5+ messages)
` [PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable

[PATCH v4 0/8] target/mips: Misc cleanups for September/October 2019
 2019-10-14 10:05 UTC  (6+ messages)
` [PATCH v4 1/8] target/mips: Clean up helper.c
` [PATCH v4 3/8] MAINTAINERS: Update mail address of Aleksandar Rikalo

[PATCH v2] iotests/028: Fix for long $TEST_DIRs
 2019-10-14  9:58 UTC  (2+ messages)

[PATCH 0/4] qemu-img/io/nbd: Support help options for --object
 2019-10-14  9:55 UTC  (7+ messages)
` [PATCH 1/4] vl: Split off user_creatable_print_help()
` [PATCH 4/4] qemu-nbd: Support help options for --object

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

[PATCH v4 00/19] spapr: IRQ subsystem cleanup
 2019-10-14  9:15 UTC  (10+ messages)
` [PATCH v4 17/19] spapr: Remove last pieces of SpaprIrq

[PATCH 0/2] cleanup on page size
 2019-10-14  9:15 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

[RFC v5 000/126] error: auto propagated local_err
 2019-10-14  9:15 UTC  (17+ messages)
` [RFC v5 025/126] scripts: add coccinelle script to use auto propagated errp
` [RFC v5 027/126] misc: introduce ERRP_AUTO_PROPAGATE
` [RFC v5 034/126] MIPS Machines: "
` [RFC v5 121/126] hw/sd/ssi-sd.c: "

[RFC v5 000/126] error: auto propagated local_err
 2019-10-14  9:14 UTC  (2+ messages)

[PATCH 0/2] use helper when using abstract QOM parent functions
 2019-10-14  9:12 UTC  (2+ messages)

[RFC v5 000/126] error: auto propagated local_err
 2019-10-14  9:11 UTC  (2+ messages)

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

[PATCH v12 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-10-14  9:00 UTC  (7+ messages)
` [PATCH v12 09/11] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)

[PATCH v3 00/16] qcow2: Let check -r all repair some snapshot bits
 2019-10-14  8:46 UTC  (7+ messages)
` [PATCH v3 04/16] qcow2: Keep unknown extra snapshot data
` [PATCH v3 07/16] qcow2: Write v3-compliant snapshot list on upgrade

[Bug 1846451] [NEW] K800 keyboard no longer works when attached to a VM
 2019-10-14  8:24 UTC  (2+ messages)
` [Bug 1846451] "

[PATCH v3 0/6] target/mips: Misc cleanups for September/October 2019
 2019-10-14  8:22 UTC  (4+ messages)
` [PATCH v3 1/6] target/mips: Clean up helper.c

[PATCH 0/9] ppc/pnv: XIVE cleanup and fixes
 2019-10-14  7:02 UTC  (8+ messages)
` [PATCH 1/9] ppc/pnv: Improve trigger data definition
` [PATCH 2/9] ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSI
` [PATCH 3/9] ppc/xive: Record the IPB in the associated NVT

[PATCH] ssi: xilinx_spips: Filter the non spi registers transactions
 2019-10-14  6:51 UTC 

[PATCH v16 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2019-10-14  5:27 UTC  (3+ messages)
` [PATCH v16 2/7] ppc: spapr: Introduce FWNMI capability

[PULL 00/23] tcg patch queue
 2019-10-14  4:41 UTC  (28+ messages)
` [PULL 01/23] tcg/ppc: Introduce Altivec registers
` [PULL 02/23] tcg/ppc: Introduce macro VX4()
` [PULL 03/23] tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC()
` [PULL 04/23] tcg/ppc: Create TCGPowerISA and have_isa
` [PULL 05/23] tcg/ppc: Replace HAVE_ISA_2_06
` [PULL 06/23] tcg/ppc: Replace HAVE_ISEL macro with a variable
` [PULL 07/23] tcg/ppc: Enable tcg backend vector compilation
` [PULL 08/23] tcg/ppc: Add support for load/store/logic/comparison
` [PULL 09/23] tcg/ppc: Add support for vector maximum/minimum
` [PULL 10/23] tcg/ppc: Add support for vector add/subtract
` [PULL 11/23] tcg/ppc: Add support for vector saturated add/subtract
` [PULL 12/23] tcg/ppc: Support vector shift by immediate
` [PULL 13/23] tcg/ppc: Support vector multiply
` [PULL 14/23] tcg/ppc: Support vector dup2
` [PULL 15/23] tcg/ppc: Enable Altivec detection
` [PULL 16/23] tcg/ppc: Update vector support for VSX
` [PULL 17/23] tcg/ppc: Update vector support for v2.07 Altivec
` [PULL 18/23] tcg/ppc: Update vector support for v2.07 VSX
` [PULL 19/23] tcg/ppc: Update vector support for v2.07 FP
` [PULL 20/23] tcg/ppc: Update vector support for v3.00 Altivec
` [PULL 21/23] tcg/ppc: Update vector support for v3.00 load/store
` [PULL 22/23] tcg/ppc: Update vector support for v3.00 dup/dupi
` [PULL 23/23] cpus: kick all vCPUs when running thread=single

[PATCH v7 00/22] tcg/ppc: Add vector opcodes
 2019-10-14  3:54 UTC  (4+ messages)

[Qemu-devel] [for-4.2 PATCH 0/2] PCI DMA alias support
 2019-10-14  2:59 UTC  (4+ messages)
    `  "

Occasional VM soft lockup when a remote cdrom is attached
 2019-10-14  2:04 UTC  (3+ messages)

[PATCH v6 00/10] Audio: Mixeng-free 5.1/7.1 audio support
 2019-10-13 19:58 UTC  (10+ messages)
` [PATCH v6 01/10] audio: add mixing-engine option (documentation)
` [PATCH v6 02/10] audio: make mixeng optional
` [PATCH v6 04/10] audio: support more than two channels in volume setting
` [PATCH v6 05/10] audio: replace shift in audio_pcm_info with bytes_per_frame
` [PATCH v6 06/10] audio: basic support for multichannel audio
` [PATCH v6 07/10] usb-audio: do not count on avail bytes actually available
` [PATCH v6 08/10] usb-audio: support more than two channels of audio
` [PATCH v6 09/10] usbaudio: change playback counters to 64 bit
` [PATCH v6 10/10] paaudio: fix channel order for usb-audio 5.1 and 7.1 streams


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