qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-12 10:07:18 to 2015-08-13 10:45:12 UTC [more...]

[Qemu-devel] [PULL 00/27] target-arm queue
 2015-08-13 10:44 UTC  (27+ messages)
` [Qemu-devel] [PULL 01/27] target-arm: Add CNTVOFF_EL2
` [Qemu-devel] [PULL 02/27] target-arm: Add CNTHCTL_EL2
` [Qemu-devel] [PULL 03/27] target-arm: Rename and move gt_cnt_reset
` [Qemu-devel] [PULL 05/27] target-arm: Add the Hypervisor timer
` [Qemu-devel] [PULL 06/27] hw/arm/virt: Replace magic IRQ constants with macros
` [Qemu-devel] [PULL 07/27] hw/arm/virt: Connect the Hypervisor timer
` [Qemu-devel] [PULL 08/27] i.MX: Split UART emulator in a header file and a source file
` [Qemu-devel] [PULL 09/27] i.MX: Move serial initialization to init/realize of DeviceClass
` [Qemu-devel] [PULL 10/27] i.MX:Fix Coding style for UART emulator
` [Qemu-devel] [PULL 11/27] i.MX: Split AVIC emulator in a header file and a source file
` [Qemu-devel] [PULL 12/27] i.MX: Fix Coding style for AVIC emulator
` [Qemu-devel] [PULL 13/27] i.MX: Split CCM emulator in a header file and a source file
` [Qemu-devel] [PULL 14/27] i.MX: Fix Coding style for CCM emulator
` [Qemu-devel] [PULL 15/27] i.MX: Split EPIT emulator in a header file and a source file
` [Qemu-devel] [PULL 16/27] i.MX: Fix Coding style for EPIT emulator
` [Qemu-devel] [PULL 17/27] i.MX: Split GPT emulator in a header file and a source file
` [Qemu-devel] [PULL 18/27] i.MX: Fix Coding style for GPT emulator
` [Qemu-devel] [PULL 19/27] Merge memory_region_init_reservation() into memory_region_init_io()
` [Qemu-devel] [PULL 20/27] hw/arm/gic: Kill code duplication
` [Qemu-devel] [PULL 21/27] Introduce gic_class_name() instead of repeating condition
` [Qemu-devel] [PULL 22/27] target-arm: Add debug check for mismatched cpreg resets
` [Qemu-devel] [PULL 23/27] target-arm: Add the AArch64 view of the Secure physical timer
` [Qemu-devel] [PULL 24/27] target-arm: Add AArch32 banked register access to secure "
` [Qemu-devel] [PULL 25/27] hw/arm/virt: Wire up secure timer interrupt
` [Qemu-devel] [PULL 26/27] hw/cpu/a15mpcore: Wire up hyp and secure physical timer interrupts
` [Qemu-devel] [PULL 27/27] i.MX: Fix UART driver to work with unitialized "chardev" device

[Qemu-devel] [PATCH v5] vhost-user: add multi queue support
 2015-08-13 10:24 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 0/2] vhost-user "
  ` [Qemu-devel] [PATCH v6 1/2] vhost-user: add "
  ` [Qemu-devel] [PATCH v6 2/2] vhost-user: new protocol feature for multi queue

[Qemu-devel] [PULL 00/20] SCSI, build, TCG, RCU, misc patches for 2015-08-12
 2015-08-13  9:43 UTC  (24+ messages)
` [Qemu-devel] [PULL 01/20] virtio-scsi: use virtqueue_map_sg() when loading requests
` [Qemu-devel] [PULL 02/20] scsi-disk: fix cmd.mode field typo
` [Qemu-devel] [PULL 03/20] tests: virtio-scsi: clear unit attention after reset
` [Qemu-devel] [PULL 04/20] scsi-disk: Fix assertion failure on WRITE SAME
` [Qemu-devel] [PULL 05/20] virtio-scsi-test: Add test case for tail unaligned "
` [Qemu-devel] [PULL 06/20] vhost/scsi: call vhost_dev_cleanup() at unrealize() time
` [Qemu-devel] [PULL 07/20] cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
` [Qemu-devel] [PULL 08/20] cpu_defs: Simplify CPUTLB padding logic
` [Qemu-devel] [PULL 09/20] configure: Default to enable module build
` [Qemu-devel] [PULL 10/20] exec: drop cpu_can_do_io, just read cpu->can_do_io
` [Qemu-devel] [PULL 11/20] rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()
` [Qemu-devel] [PULL 12/20] exec: use macro ROUND_UP for alignment
` [Qemu-devel] [PULL 13/20] vhost-scsi: Clarify vhost_virtqueue_mask argument
` [Qemu-devel] [PULL 14/20] qemu-nbd: remove unnecessary qemu_notify_event()
` [Qemu-devel] [PULL 15/20] configure: only add CONFIG_RDMA to config-host.h once
` [Qemu-devel] [PULL 16/20] scsi: create restart bottom half in the right AioContext
` [Qemu-devel] [PULL 17/20] scsi-disk: identify AIO callbacks more clearly
` [Qemu-devel] [PULL 18/20] scsi-generic: "
` [Qemu-devel] [PULL 19/20] hw: fix mask for ColdFire UART command register
` [Qemu-devel] [PULL 20/20] disas: Defeature print_target_address

[Qemu-devel] [PATCH qemu] pseries: Update SLOF firmware image to qemu-slof-20150813
 2015-08-13  9:24 UTC 

[Qemu-devel] [PATCH] mirror: Fix coroutine reentrance
 2015-08-13  9:26 UTC  (2+ messages)

[Qemu-devel] Qemu-devel Digest, Vol 149, Issue 266
 2015-08-13  8:41 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] translate-all.c thread-safety
 2015-08-13  8:13 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/10] cpus: protect work list with work_mutex
` [Qemu-devel] [PATCH 02/10] cpus: remove tcg_halt_cond global variable
` [Qemu-devel] [PATCH 03/10] replace spinlock by QemuMutex
` [Qemu-devel] [PATCH 04/10] exec-all: remove non-TCG stuff from exec-all.h header
` [Qemu-devel] [PATCH 05/10] cpu-exec: elide more icount code if CONFIG_USER_ONLY
` [Qemu-devel] [PATCH 06/10] tcg: code_bitmap is not used by user-mode emulation
` [Qemu-devel] [PATCH 07/10] tcg: comment on which functions have to be called with mmap_lock held
` [Qemu-devel] [PATCH 08/10] tcg: add memory barriers in page_find_alloc accesses
` [Qemu-devel] [PATCH 09/10] exec: make mmap_lock/mmap_unlock globally available
` [Qemu-devel] [PATCH 10/10] cpu-exec: fix lock hierarchy for user-mode emulation
` [Qemu-devel] [PATCH 11/10] tcg: comment on which functions have to be called with tb_lock held
` [Qemu-devel] [PATCH 12/10] tcg: protect TBContext with tb_lock

[Qemu-devel] [v2 0/4] Fix long vm downtime during live migration
 2015-08-13  6:30 UTC  (6+ messages)
` [Qemu-devel] [v2 1/4] migration: do cleanup operation after completion
` [Qemu-devel] [v2 2/4] migration: rename qemu_savevm_state_cancel
` [Qemu-devel] [v2 3/4] migration: rename cancel to cleanup in SaveVMHandles
` [Qemu-devel] [v2 4/4] migration: code clean up

[Qemu-devel] [PATCH] monitor: remove QAPI_EVENT_VSERPORT_CHANGE throttle
 2015-08-13  5:28 UTC  (4+ messages)

[Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration
 2015-08-13  5:10 UTC  (4+ messages)

[Qemu-devel] [PATCH] linux-user: elfload: Still use TARGET_PAGE_SIZE for i386 guest
 2015-08-13  3:00 UTC  (7+ messages)

[Qemu-devel] [PATCH for-2.5 00/30] 680x0 instructions emulation
 2015-08-13  2:23 UTC  (47+ messages)
` [Qemu-devel] [PATCH for-2.5 08/30] m68k: update CPU flags management
` [Qemu-devel] [PATCH for-2.5 15/30] m68k: add more modes to movem
` [Qemu-devel] [PATCH for-2.5 16/30] m68k: Add all access modes and data sizes to some 680x0 instructions
` [Qemu-devel] [PATCH for-2.5 17/30] m68k: ori/andi/subi/addi/eori/cmpi can modify SR/CCR
` [Qemu-devel] [PATCH for-2.5 18/30] m68k: addq/subq can work with all the data sizes
` [Qemu-devel] [PATCH for-2.5 19/30] m68k: add cmpm
` [Qemu-devel] [PATCH for-2.5 20/30] m68k: add exg
` [Qemu-devel] [PATCH for-2.5 21/30] m68k: add bkpt
` [Qemu-devel] [PATCH for-2.5 22/30] m68k: add cas instruction
` [Qemu-devel] [PATCH for-2.5 23/30] m68k: add linkl
` [Qemu-devel] [PATCH for-2.5 24/30] m68k: add DBcc and Scc (memory operand)
` [Qemu-devel] [PATCH for-2.5 25/30] m68k: add abcd, sbcd, nbcd instructions
` [Qemu-devel] [PATCH for-2.5 26/30] m68k: add mull/divl
` [Qemu-devel] [PATCH for-2.5 27/30] m68k: add addx/subx/negx
` [Qemu-devel] [PATCH for-2.5 28/30] m68k: shift/rotate bytes and words
` [Qemu-devel] [PATCH for-2.5 29/30] m68k: add rol/rox/ror/roxr
` [Qemu-devel] [PATCH for-2.5 30/30] m68k: add bitfield instructions

[Qemu-devel] [Consult] linux-user: Let 8KB host support 4KB guest
 2015-08-13  1:57 UTC 

[Qemu-devel] [PATCH v4 0/3] sPAPR: Support EEH Error Injection
 2015-08-13  1:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/3] linux-headers: Add eeh.h

[Qemu-devel] about the patch kvmclock Ensure proper env->tsc value for kvmclock_current_nsec calculation
 2015-08-13  1:25 UTC 

[Qemu-devel] [PATCH v3 0/3] sPAPR: Support EEH Error Injection
 2015-08-13  1:00 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct

[Qemu-devel] [PATCH] hw/misc: Add support for ADC controller in Xilinx Zynq 7000
 2015-08-12 21:33 UTC 

[Qemu-devel] [RFC 0/3] monitor: throttle VSERPORT_CHANGED by "id"
 2015-08-12 21:25 UTC  (7+ messages)
` [Qemu-devel] [RFC 1/3] monitor: split MonitorQAPIEventState
` [Qemu-devel] [RFC 2/3] monitor: throttle QAPI_EVENT_VSERPORT_CHANGE by "id"
` [Qemu-devel] [RFC 3/3] monitor: remove old entries from event hash table

[Qemu-devel] [RFC PATCH V7 00/19] Multithread TCG
 2015-08-12 18:22 UTC  (19+ messages)
` [Qemu-devel] [RFC PATCH V7 07/19] protect TBContext with tb_lock
` [Qemu-devel] [RFC PATCH V7 09/19] Drop global lock during TCG code execution
` [Qemu-devel] [RFC PATCH V7 16/19] translate-all: introduces tb_flush_safe

[Qemu-devel] [Bug 1448985] Re: llvmpipe i386 crashes when running on qemu64 cpu
 2015-08-12 18:02 UTC  (2+ messages)

[Qemu-devel] [Bug 1463172] Re: destination arm board hangs after migration from x86 source
 2015-08-12 17:59 UTC  (3+ messages)

[Qemu-devel] [Bug 1465935] [NEW] kvm_irqchip_commit_routes: Assertion `ret == 0' failed
 2015-08-12 17:01 UTC  (2+ messages)
` [Qemu-devel] [Bug 1465935] "

[Qemu-devel] [Bug 685096] [NEW] USB Passthrough not working for Windows 7 guest
 2015-08-12 16:59 UTC  (2+ messages)
` [Qemu-devel] [Bug 685096] "

[Qemu-devel] [Bug 1297218] Re: guest hangs after live migration due to tsc jump
 2015-08-12 16:57 UTC 

[Qemu-devel] [Bug 1163034] Re: linux-user mode can't handle guest setting RLIMIT_AS (hangs running gnutls28 configure check code)
 2015-08-12 16:50 UTC 

[Qemu-devel] [Bug 1321028] Re: qemu-system-ppc : file systems are not shutting down clean
 2015-08-12 16:42 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] block: Drop BDS.filename
 2015-08-12 15:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] block: Change bdrv_get_encrypted_filename()
` [Qemu-devel] [PATCH v3 2/5] block: Avoid BlockDriverState.filename
` [Qemu-devel] [PATCH v3 3/5] block: Add bdrv_filename()
` [Qemu-devel] [PATCH v3 4/5] block: Drop BlockDriverState.filename
` [Qemu-devel] [PATCH v3 5/5] iotests: Test changed Quorum filename

[Qemu-devel] [PATCH] block/raw-posix: Use raw_normalize_devicepath()
 2015-08-12 15:33 UTC 

[Qemu-devel] [PATCH v8 0/5] vGICv3 support
 2015-08-12 15:21 UTC  (11+ messages)
` [Qemu-devel] [PATCH v8 3/5] Introduce irqchip type specification for KVM

[Qemu-devel] [RFC v4 0/9] Slow-path for atomic instruction translation
 2015-08-12 14:32 UTC  (17+ messages)
` [Qemu-devel] [RFC v4 1/9] exec.c: Add new exclusive bitmap to ram_list
` [Qemu-devel] [RFC v4 3/9] softmmu: Add helpers for a new slowpath

[Qemu-devel] [PATCH] MAINTAINERS: list smbios maintainers
 2015-08-12 14:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] xenpt: Properly handle 64-bit bar with more than 4G size
 2015-08-12 14:29 UTC  (6+ messages)
` [Qemu-devel] [Xen-devel] "

[Qemu-devel] [PATCH] Makefile.target: include top level build dir in vpath
 2015-08-12 14:28 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/misc/zynq_slcr: Change CPU clock rate
 2015-08-12 14:24 UTC 

[Qemu-devel] [PATCH] sh4: Fix initramfs initialization for endiannes-mismatched targets
 2015-08-12 14:20 UTC 

[Qemu-devel] [PATCH v2] target-cris: update CPU state save/load to use VMStateDescription
 2015-08-12 14:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-thread: add a fast path to the Win32 QemuEvent
 2015-08-12 13:38 UTC 

[Qemu-devel] [PATCH] ioapic: fix contents of arbitration register
 2015-08-12 13:37 UTC 

[Qemu-devel] [PATCH v3 0/7] Extract TLS handling code from VNC server
 2015-08-12 13:29 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/7] crypto: introduce new base module for TLS credentials
` [Qemu-devel] [PATCH v3 2/7] crypto: introduce new module for TLS anonymous credentials
` [Qemu-devel] [PATCH v3 3/7] crypto: introduce new module for TLS x509 credentials
` [Qemu-devel] [PATCH v3 4/7] crypto: add sanity checking of "
` [Qemu-devel] [PATCH v3 5/7] crypto: introduce new module for handling TLS sessions
` [Qemu-devel] [PATCH v3 6/7] ui: fix return type for VNC I/O functions to be ssize_t
` [Qemu-devel] [PATCH v3 7/7] ui: convert VNC server to use QCryptoTLSSession

[Qemu-devel] [PATCH v6 0/12] HyperV equivalent of pvpanic driver
 2015-08-12 13:22 UTC  (5+ messages)

[Qemu-devel] [PATCH v6] hw/arm/virt: Add high MMIO PCI region, 512G in size
 2015-08-12 12:12 UTC 

[Qemu-devel] [PATCH v2 for 2.5 0/3] Move target- and device specific code from monitor
 2015-08-12 11:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] hmp-commands-info: move info_cmds content out of monitor.c
` [Qemu-devel] [PATCH 2/3] monitor: remove target-specific code from monitor.c
` [Qemu-devel] [PATCH 3/3] monitor: added generation of documentation for hmp-commands-info.hx

[Qemu-devel] [PATCH] virtio/vhost: drop unnecessary VHOST_SET_VRING call
 2015-08-12 11:15 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] Fix long vm downtime during live migration
 2015-08-12 21:04 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] migration: do cleanup operation after completion


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