qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-24 18:29:08 to 2017-07-25 09:29:30 UTC [more...]

[Qemu-devel] [PATCH v12 0/8] Virtio-balloon Enhancement
 2017-07-25  9:32 UTC  (10+ messages)
` [Qemu-devel] [PATCH v12 6/8] mm: support reporting free page blocks

[Qemu-devel] [PATCH 0/4] tests/pxe-test: add testcase using vhost-user-bridge
 2017-07-25  9:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/4] "

[Qemu-devel] [RFC PATCH 00/26] guest exploitation of the XIVE interrupt controller (POWER9)
 2017-07-25  9:20 UTC  (59+ messages)
` [Qemu-devel] [RFC PATCH 04/26] ppc/xive: introduce a skeleton for the XIVE interrupt controller model
      ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [RFC PATCH 05/26] ppc/xive: define XIVE internal tables
` [Qemu-devel] [RFC PATCH 06/26] ppc/xive: introduce a XIVE interrupt source model
` [Qemu-devel] [RFC PATCH 08/26] ppc/xive: add flags to the XIVE interrupt source
` [Qemu-devel] [RFC PATCH 09/26] ppc/xive: add an overall memory region for the ESBs
` [Qemu-devel] [RFC PATCH 14/26] ppc/xive: add MMIO handlers to the XIVE interrupt presenter model
` [Qemu-devel] [RFC PATCH 17/26] ppc/xive: add hcalls support
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [RFC PATCH 19/26] ppc/xive: introduce a helper to map the XIVE memory regions
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [RFC PATCH 26/26] spapr: force XIVE exploitation mode for POWER9 (HACK)
  ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] Makefile: add all-user/all-linux-user/all-softmmu meta-targets
 2017-07-25  9:14 UTC  (2+ messages)

[Qemu-devel] [Bug 1181354] [NEW] assert failed in scsi-bus.c line 1539 in SCSI_XFER_NONE
 2017-07-25  8:53 UTC  (2+ messages)
` [Qemu-devel] [Bug 1181354] "

[Qemu-devel] [Bug 1473451] [NEW] Please support the native bios format for dec alpha
 2017-07-25  8:53 UTC  (2+ messages)
` [Qemu-devel] [Bug 1473451] "

[Qemu-devel] [PATCH v3] util: remove the obsolete non-blocking connect
 2017-07-25  9:02 UTC  (5+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] qemu-iotests: Fix reference output for 186
 2017-07-25  8:59 UTC 

[Qemu-devel] [PATCH V2] vhost: fix a migration failed because of vhost region merge
 2017-07-25  8:44 UTC  (4+ messages)

[Qemu-devel] [PATCH] configure: fix qemu-ga missing '.exe' extension on windows
 2017-07-25  8:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] io: Improve websocket support by becoming more RFC compliant
 2017-07-25  8:38 UTC  (2+ messages)

[Qemu-devel] [PATCH for 2.10 00/35] fix bugs reported by Clang Static Analyzer
 2017-07-25  8:37 UTC  (71+ messages)
` [Qemu-devel] [PATCH for 2.10 02/35] loader: check get_image_size() return value
` [Qemu-devel] [PATCH for 2.10 03/35] thunk: check nb_fields is valid before continuing
` [Qemu-devel] [PATCH for 2.10 04/35] ivshmem: fix incorrect error handling in ivshmem_recv_msg()
` [Qemu-devel] [PATCH for 2.10 05/35] nbd: fix memory leak in nbd_opt_go()
` [Qemu-devel] [PATCH for 2.10 06/35] qcow2: remove inconsistent check
` [Qemu-devel] [PATCH for 2.10 07/35] qcow2: fix null pointer dereference
` [Qemu-devel] [PATCH for 2.10 08/35] "
` [Qemu-devel] [PATCH for 2.10 09/35] ui/vnc: fix leak of SocketAddress **
` [Qemu-devel] [PATCH for 2.10 11/35] i2c/exynos4210: correctly check i2c_recv() return value
` [Qemu-devel] [PATCH for 2.10 14/35] vfio/ccw: fix incorrect malloc() size
` [Qemu-devel] [PATCH for 2.10 20/35] arm/boot: fix undefined instruction on secondary smp cpu bootloader
` [Qemu-devel] [PATCH for 2.10 21/35] arm/sysbus-fdt: fix null pointer dereference
` [Qemu-devel] [PATCH for 2.10 22/35] arm/vexpress: fix potential memory leak
` [Qemu-devel] [PATCH for 2.10 23/35] m68k/translate: fix incorrect copy/paste
` [Qemu-devel] [PATCH for 2.10 24/35] linux-user/sh4: fix incorrect memory write
` [Qemu-devel] [PATCH for 2.10 25/35] linux-user: extract is_error() out of syscall.c
` [Qemu-devel] [PATCH for 2.10 26/35] linux-user: use is_error() to avoid warnings and make the code clearer
` [Qemu-devel] [PATCH for 2.10 27/35] syscall: fix dereference of undefined pointer
` [Qemu-devel] [PATCH for 2.10 28/35] syscall: check dup/dup2/dup3() errors, return EBADFD/EINVAL if required
` [Qemu-devel] [PATCH for 2.10 29/35] syscall: fix out-of-bound memory access
` [Qemu-devel] [PATCH for 2.10 30/35] syscall: fix use of uninitialized values
` [Qemu-devel] [PATCH for 2.10 31/35] syscall: replace strcpy() by g_strlcpy()
` [Qemu-devel] [PATCH for 2.10 32/35] timer/pxa2xx: silent warning about out-of-bound memory access
` [Qemu-devel] [RFC PATCH for 2.10 33/35] configure: clang does not support -Wexpansion-to-defined
` [Qemu-devel] [RFC PATCH for 2.10 34/35] docker: add debian 'bleeding' image with gcc7 and clang5
` [Qemu-devel] [RFC PATCH for 2.10 35/35] script to run docker image

[Qemu-devel] [PATCH] io: Always remove an old channel watch before adding a new one
 2017-07-25  8:36 UTC  (3+ messages)

[Qemu-devel] [PATCH for 2.10] ps2: fix sending of PAUSE/BREAK scancodes
 2017-07-25  8:32 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/13] instrument: Add basic event instrumentation
 2017-07-25  8:24 UTC  (4+ messages)
` [Qemu-devel] [PATCH 11/13] instrument: [qapi] Add library loader

[Qemu-devel] [RFC] virtio-mem: paravirtualized memory
 2017-07-25  8:21 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: optimize the downtime
 2017-07-25  8:18 UTC  (10+ messages)

[Qemu-devel] [PATCH v2] hmp/(p)memsave: Allow >32bit file size
 2017-07-25  8:11 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/1] s390x/css: fix ilen in IO instruction handlers
 2017-07-25  7:27 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] target/s390x ilen via unwinding
 2017-07-25  7:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/4] target/s390x: Add ilen to unwind data
` [Qemu-devel] [PATCH 2/4] target/s390x: Use ILEN_UNWIND in trivial cases
` [Qemu-devel] [PATCH 3/4] target/s390x: Use unwind info in STSI
` [Qemu-devel] [PATCH 4/4] target/s390x: Use ilen from unwind in tlb_fill

[Qemu-devel] [PATCH V3] rtc: fix a infinite loop in windows vm startup
 2017-07-25  7:17 UTC  (2+ messages)

[Qemu-devel] virtio-net-pci possible limitation on AArch64
 2017-07-25  6:47 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/11] qemu.py: Pylint/style fixes
 2017-07-25  6:20 UTC  (14+ messages)
` [Qemu-devel] [PATCH 05/11] qemu.py: Use custom exceptions rather than Exception
` [Qemu-devel] [PATCH 06/11] qmp.py: Couple of pylint/style fixes

[Qemu-devel] [PATCH] COLO: use condtion variable instead of semaphore in colo_checkpoint_notify
 2017-07-25 22:36 UTC 

[Qemu-devel] MAINTAINERS: surprising get_maintainer.pl output for ./configure
 2017-07-25  5:48 UTC  (2+ messages)

[Qemu-devel] [PULL 0/4] ppc-for-2.10 queue 20170725
 2017-07-25  5:45 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] spapr_pci: Fix obsolete comment about MSIX encoding in addr/data
` [Qemu-devel] [PULL 2/4] spapr/htab: fix savevm
` [Qemu-devel] [PULL 3/4] spapr: Fix QEMU abort during memory unplug
` [Qemu-devel] [PULL 4/4] pseries: Update SLOF firmware image

[Qemu-devel] [PATCH 00/11] Make memory_region_init_ram() and friends handle migration
 2017-07-25  5:28 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH for 2.10 0/3] some docker fixes
 2017-07-25  4:57 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH for 2.10 1/3] docker: ensure NOUSER for travis images

[Qemu-devel] Can I mount encrypt qcow2?
 2017-07-25  4:26 UTC  (15+ messages)

[Qemu-devel] Software breakpoints in QEMU
 2017-07-25  2:11 UTC 

[Qemu-devel] [PATCHv2 02/04] colo-compare: Processpactkets in the IOThreadofthe primary
 2017-07-25  1:02 UTC 

[Qemu-devel] [PATCH for-2.10] target/arm: Correct MPU trace handling of write vs execute
 2017-07-24 23:05 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] Fix SVM and KVM features reported on "max" CPU model
 2017-07-24 23:04 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] target/i386: Use simple static property for "model-id"

[Qemu-devel] Torn read/write possible on aarch64/x86-64 MTTCG?
 2017-07-24 22:02 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.10 0/2] Test for bug fixes from byte-based block status
 2017-07-24 22:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] iotests: Check dirty bitmap statistics in 124
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [RFC PATCH v2 0/6] Generic PCIE-PCI Bridge
 2017-07-24 21:58 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v2 5/6] hw/pci: add bus_reserve property to pcie-root-port
` [Qemu-devel] [RFC PATCH v2 6/6] hw/pci: add hint capabilty for additional bus reservation "

[Qemu-devel] [PATCH] disas/arm: fix 'instuction' typo
 2017-07-24 21:54 UTC 

[Qemu-devel] [PATCH] qemu-iotests: add a "how to" to ./README
 2017-07-24 21:50 UTC  (4+ messages)
    ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [RFC PATCH] tcg/softmmu: Increase size of TLB cache
 2017-07-24 21:45 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/core/loader: do not check for regions overlap
 2017-07-24 21:21 UTC  (5+ messages)

[Qemu-devel] [PATCH v15 00/32] Generic translation framework
 2017-07-24 21:01 UTC  (35+ messages)
` [Qemu-devel] [PATCH v15 01/32] tcg: Add generic DISAS_NORETURN
` [Qemu-devel] [PATCH v15 02/32] target/i386: Use generic DISAS_* enumerators
` [Qemu-devel] [PATCH v15 03/32] target/arm: Use DISAS_NORETURN
` [Qemu-devel] [PATCH v15 04/32] target: [tcg] Use a generic enum for DISAS_ values
` [Qemu-devel] [PATCH v15 05/32] target/arm: Delay check for magic kernel page
` [Qemu-devel] [PATCH v15 06/32] tcg: Add generic translation framework
` [Qemu-devel] [PATCH v15 07/32] target/i386: [tcg] Port to DisasContextBase
` [Qemu-devel] [PATCH v15 08/32] target/i386: [tcg] Port to init_disas_context
` [Qemu-devel] [PATCH v15 09/32] target/i386: [tcg] Port to insn_start
` [Qemu-devel] [PATCH v15 10/32] target/i386: [tcg] Port to breakpoint_check
` [Qemu-devel] [PATCH v15 11/32] target/i386: [tcg] Port to translate_insn
` [Qemu-devel] [PATCH v15 12/32] target/i386: [tcg] Port to tb_stop
` [Qemu-devel] [PATCH v15 13/32] target/i386: [tcg] Port to disas_log
` [Qemu-devel] [PATCH v15 14/32] target/i386: [tcg] Port to generic translation framework
` [Qemu-devel] [PATCH v15 15/32] target/arm: [tcg] Port to DisasContextBase
` [Qemu-devel] [PATCH v15 16/32] target/arm: [tcg] Port to init_disas_context
` [Qemu-devel] [PATCH v15 17/32] target/arm: [tcg, a64] "
` [Qemu-devel] [PATCH v15 18/32] target/arm: [tcg] Port to tb_start
` [Qemu-devel] [PATCH v15 19/32] target/arm: [tcg] Port to insn_start
` [Qemu-devel] [PATCH v15 20/32] target/arm: [tcg, a64] "
` [Qemu-devel] [PATCH v15 21/32] target/arm: [tcg, a64] Port to breakpoint_check
` [Qemu-devel] [PATCH v15 22/32] target/arm: [tcg] Port to translate_insn
` [Qemu-devel] [PATCH v15 23/32] target/arm: [tcg, a64] "
` [Qemu-devel] [PATCH v15 24/32] target/arm: [tcg] Port to tb_stop
` [Qemu-devel] [PATCH v15 25/32] target/arm: [tcg, a64] "
` [Qemu-devel] [PATCH v15 26/32] target/arm: [tcg] Port to disas_log
` [Qemu-devel] [PATCH v15 27/32] target/arm: [tcg, a64] "
` [Qemu-devel] [PATCH v15 28/32] target/arm: [tcg] Port to generic translation framework
` [Qemu-devel] [PATCH v15 29/32] target/arm: [a64] Move page and ss checks to init_disas_context
` [Qemu-devel] [PATCH v15 30/32] target/arm: Move ss check "
` [Qemu-devel] [PATCH v15 31/32] target/arm: Split out thumb_tr_translate_insn
` [Qemu-devel] [PATCH v15 32/32] target/arm: Perform per-insn cross-page check only for Thumb

[Qemu-devel] [PATCH V2] vhost: fix a migration failed becauseof vhost region merge
 2017-07-24 20:55 UTC  (3+ messages)

[Qemu-devel] [PATCH] spapr: make default PHB optionnal
 2017-07-24 18:59 UTC  (5+ messages)

[Qemu-devel] [Bug 1705717] [NEW] Live migration fails with 'host' cpu when KVM is inserted with nested=1
 2017-07-24 18:42 UTC  (2+ messages)
` [Qemu-devel] [Bug 1705717] "

[Qemu-devel] [PATCH for-2.10] hw/display/sm501: Don't use vmstate_register_ram_global()
 2017-07-24 18:35 UTC  (3+ 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).