qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-10 21:19:57 to 2015-05-11 13:30:54 UTC [more...]

[Qemu-devel] [PATCH v3 0/8] qcow2 L2/refcount cache improvements
 2015-05-11 13:30 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/8] qcow2: use one single memory block for the L2/refcount cache tables
` [Qemu-devel] [PATCH 2/8] qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
` [Qemu-devel] [PATCH 3/8] qcow2: use an LRU algorithm to replace entries from the L2 cache
` [Qemu-devel] [PATCH 4/8] qcow2: remove qcow2_cache_find_entry_to_replace()
` [Qemu-devel] [PATCH 5/8] qcow2: use a hash to look for entries in the L2 cache
` [Qemu-devel] [PATCH 6/8] qcow2: make qcow2_cache_put() a void function
` [Qemu-devel] [PATCH 7/8] qcow2: style fixes in qcow2-cache.c
` [Qemu-devel] [PATCH 8/8] docs: document how to configure the qcow2 L2/refcount caches

[Qemu-devel] [PATCH v4] ui/cocoa.m: Adds console items to the View menu
 2015-05-11 13:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] target-mips: Add support for misaligned accesses
 2015-05-11 13:15 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/2] target-mips: Misaligned memory accesses for R6
` [Qemu-devel] [PATCH v2 2/2] target-mips: Misaligned memory accesses for MSA

[Qemu-devel] [PATCH v3 00/10] block: incremental backup transactions
 2015-05-11 13:10 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 01/10] qapi: Add transaction support to block-dirty-bitmap operations
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [Bug 1426472] [NEW] Recent regression: segfault on startup with -snapshot
 2015-05-11 12:52 UTC  (2+ messages)
` [Qemu-devel] [Bug 1426472] "

[Qemu-devel] [PATCH v6 0/6] QEMU:Xen stubdom vTPM for HVM virtual machine(QEMU Part)
 2015-05-11 12:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 3/6] Qemu-Xen-vTPM: Xen frontend driver infrastructure

[Qemu-devel] [PATCH] target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd
 2015-05-11 12:56 UTC 

[Qemu-devel] [PULL 00/10] QMP queue
 2015-05-11 12:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 00/10] qcow2: Allow refcount_bits amendment
 2015-05-11 12:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 10/10] iotests: Extend test 112 for qemu-img amend
  ` [Qemu-devel] [Qemu-block] "
  ` [Qemu-devel] [Qemu-block] [PATCH v8 00/10] qcow2: Allow refcount_bits amendment

[Qemu-devel] [PULL 00/28] pc, virtio enhancements
 2015-05-11 12:48 UTC  (29+ messages)
` [Qemu-devel] [PULL 01/28] acpi-build: close } in comment
` [Qemu-devel] [PULL 02/28] hw/i386: Move ACPI header definitions in an arch-independent location
` [Qemu-devel] [PULL 03/28] hw/i386/acpi-build: move generic acpi building helpers into dedictated file
` [Qemu-devel] [PULL 04/28] vhost-user: Send VHOST_RESET_OWNER on vhost stop
` [Qemu-devel] [PULL 05/28] virtio-net: fix the upper bound when trying to delete queues
` [Qemu-devel] [PULL 06/28] pc: add 2.4 machine types
` [Qemu-devel] [PULL 07/28] spapr: add machine type specific instance init function
` [Qemu-devel] [PULL 08/28] ppc: spapr: add 2.4 machine type
` [Qemu-devel] [PULL 09/28] monitor: replace the magic number 255 with MAX_QUEUE_NUM
` [Qemu-devel] [PULL 10/28] monitor: check return value of qemu_find_net_clients_except()
` [Qemu-devel] [PULL 11/28] virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueue
` [Qemu-devel] [PULL 12/28] virtio: introduce vector to virtqueues mapping
` [Qemu-devel] [PULL 13/28] virtio-pci: speedup MSI-X masking and unmasking
` [Qemu-devel] [PULL 14/28] pci: remove hard-coded bar size in msix_init_exclusive_bar()
` [Qemu-devel] [PULL 15/28] virtio: coding style tweak
` [Qemu-devel] [PULL 16/28] docs: update documentation for memory hot unplug
` [Qemu-devel] [PULL 17/28] acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatus
` [Qemu-devel] [PULL 18/28] acpi, mem-hotplug: add unplug request cb for memory device
` [Qemu-devel] [PULL 19/28] acpi, mem-hotplug: add unplug "
` [Qemu-devel] [PULL 20/28] acpi: extend aml_field() to support UpdateRule
` [Qemu-devel] [PULL 21/28] acpi: fix "Memory device control fields" register
` [Qemu-devel] [PULL 22/28] acpi: add hardware implementation for memory hot unplug
` [Qemu-devel] [PULL 23/28] qmp-event: add event notification for memory hot unplug error
` [Qemu-devel] [PULL 24/28] acpi: add a missing backslash to the \_SB scope
` [Qemu-devel] [PULL 25/28] pci: Merge pci_nic_init() into pci_nic_init_nofail()
` [Qemu-devel] [PULL 26/28] virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-net
` [Qemu-devel] [PULL 27/28] virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsi
` [Qemu-devel] [PULL 28/28] acpi: update expected files for memory unplug

[Qemu-devel] [PULL v2 0/9] KVM, QOM, NBD, build fixes for 2015-05-08
 2015-05-11 12:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v15 00/10] KVM platform device passthrough
 2015-05-11 12:37 UTC  (2+ messages)

[Qemu-devel] [PULL 0/5] tricore-patches
 2015-05-11 12:30 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/5] target-tricore: Fix LOOP using wrong register for compare
` [Qemu-devel] [PULL 2/5] target-tricore: fix SLR_LD_W and SLR_LD_W_POSTINC insn being a 2 byte memory access insted of 4
` [Qemu-devel] [PULL 3/5] target-tricore: fix BO_OFF10_SEXT calculating the wrong offset
` [Qemu-devel] [PULL 4/5] target-tricore: fix rslcx restoring the upper context instead of the lower
` [Qemu-devel] [PULL 5/5] target-tricore: fix rfe not restoring the PC

[Qemu-devel] [PATCH] ich9: implement SMI_LOCK
 2015-05-11 12:11 UTC  (2+ messages)

[Qemu-devel] qmp block-mirror hang, lots of nfs op/s on nfs source disk
 2015-05-11 12:03 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] virtio-balloon: use alias property
 2015-05-11 12:02 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init
` [Qemu-devel] [PATCH 2/3] hw/virtio/virtio-pci: use alias property for virtio-balloon-pci
` [Qemu-devel] [PATCH 3/3] hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccw

[Qemu-devel] [PATCH v8 0/14] migration: Add a new feature to do live migration
 2015-05-11 11:58 UTC  (3+ messages)
` [Qemu-devel] [v8 13/14] migration: Add qmp commands to set and query parameters

[Qemu-devel] [PATCHv2] parallel: Allow to disable CONFIG_PARALLEL
 2015-05-11 10:11 UTC  (6+ messages)

[Qemu-devel] [PULL 00/16] Migration pull request (v2)
 2015-05-11 11:47 UTC  (7+ messages)

[Qemu-devel] [PULL 0/5] gtk patch queue
 2015-05-11 11:00 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] Add virt-v3 machine that uses GIC-500
 2015-05-11 11:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/47] Postcopy implementation
 2015-05-11 11:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 02/47] Split header writing out of qemu_savevm_state_begin

[Qemu-devel] [PATCH RFC 0/3] Checkpoint-assisted migration proposal
 2015-05-11 11:13 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC, Ping "

[Qemu-devel] [PATCH RFC 0/2] virt bare-metal payload infrastructure with atomic test case
 2015-05-11 10:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] atomic-test: Add spinlock "

[Qemu-devel] [RFC PATCH 00/34] Multi Architecture System Emulation
 2015-05-11 10:44 UTC  (47+ messages)
` [Qemu-devel] [RFC PATCH 01/34] cpu-all: Prototype cpu_exec and cpu_signal_handler
` [Qemu-devel] [RFC PATCH 02/34] tcg+qom: QOMify core CPU defintions
` [Qemu-devel] [RFC PATCH 03/34] target-multi: Add
` [Qemu-devel] [RFC PATCH 04/34] mb: Change target long to 64b
` [Qemu-devel] [RFC PATCH 05/34] mb: cpu: Delete MMAP_SHIFT definition
` [Qemu-devel] [RFC PATCH 06/34] mb: rename EXCP macros
` [Qemu-devel] [RFC PATCH 07/34] mb: Remove ELF_MACHINE from cpu.h
` [Qemu-devel] [RFC PATCH 08/34] mb: cpu.h: Move cpu-all include
` [Qemu-devel] [RFC PATCH 09/34] mb: delete dummy prototypes
` [Qemu-devel] [RFC PATCH 10/34] HACK: microblaze: rename clz helper
` [Qemu-devel] [RFC PATCH 11/34] mb: cpu: Remove MMUx macros
` [Qemu-devel] [RFC PATCH 12/34] mb: cpu: Move CPU_COMMON to front of env
` [Qemu-devel] [RFC PATCH 13/34] mb: cpu: Change phys and virt address ranges
` [Qemu-devel] [RFC PATCH 14/34] mb: Use qomified tcg defintions
` [Qemu-devel] [RFC PATCH 15/34] hw: mb: Explicitly include cpu.h for consumers
` [Qemu-devel] [RFC PATCH 16/34] mb: cpu: Guard cpu_init definition for user mode
` [Qemu-devel] [RFC PATCH 17/34] mb: cpu: Multi-define guard deep CPU specifics
` [Qemu-devel] [RFC PATCH 18/34] mb: cpu-qom: Put the ENV first
` [Qemu-devel] [RFC PATCH 19/34] mb: Enable multi-arch
` [Qemu-devel] [RFC PATCH 20/34] configure: Unify arm and aarch64 disas configury
` [Qemu-devel] [RFC PATCH 21/34] arm: Rename all exceptions
` [Qemu-devel] [RFC PATCH 22/34] arm: Remove ELF_MACHINE from cpu.h
` [Qemu-devel] [RFC PATCH 23/34] arm: cpu.h: Move cpu-all include
` [Qemu-devel] [RFC PATCH 24/34] arm: delete dummy prototypes
` [Qemu-devel] [RFC PATCH 25/34] arm: cpu: Move CPU_COMMON to front of env
` [Qemu-devel] [RFC PATCH 26/34] arm: Use qomified tcg defintions
` [Qemu-devel] [RFC PATCH 27/34] hw: arm: Explicitly include cpu.h for consumers
` [Qemu-devel] [RFC PATCH 28/34] arm: cpu: Guard cpu_init definition for user mode
` [Qemu-devel] [RFC PATCH 29/34] arm: cpu: Multi-define guard deep CPU specifics
` [Qemu-devel] [RFC PATCH 30/34] arm: Enable multi-arch
` [Qemu-devel] [RFC PATCH 31/34] arm: boot: Don't assume all CPUs are ARM
` [Qemu-devel] [RFC PATCH 32/34] arm: xilinx_zynq: Add a microblaze
` [Qemu-devel] [RFC PATCH 33/34] HACK: mb: boot: Assume using -firmware for mb software
` [Qemu-devel] [RFC PATCH 34/34] HACK: mb: boot: Disable dtb load in multi-arch

[Qemu-devel] [PATCH v2 0/5] Some fixes related to scsi-generic
 2015-05-11 10:21 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/5] block: Use bdrv_is_sg() everywhere
` [Qemu-devel] [PATCH v2 2/5] Fix migration in case of scsi-generic
` [Qemu-devel] [PATCH v2 3/5] raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT
` [Qemu-devel] [PATCH v2 4/5] raw-posix: Use DPRINTF for DEBUG_FLOPPY

[Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci
 2015-05-11  9:42 UTC  (4+ messages)
` [Qemu-devel] [PULL 18/19] usb: usb-serial QOMify

[Qemu-devel] [RFC 0/5] Slow-path for atomic instruction translation
 2015-05-11  9:10 UTC  (17+ messages)
` [Qemu-devel] [RFC 1/5] exec: Add new exclusive bitmap to ram_list
` [Qemu-devel] [RFC 2/5] Add new TLB_EXCL flag
` [Qemu-devel] [RFC 3/5] softmmu: Add helpers for a new slow-path
` [Qemu-devel] [RFC 4/5] tcg-op: create new TCG qemu_ldlink and qemu_stcond instructions

[Qemu-devel] clang -fsanitize=undefined warnings in the string visitors
 2015-05-11  9:07 UTC  (4+ messages)

[Qemu-devel] [PULL 0/8] s390x: various patches
 2015-05-11  8:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v4] Makefile.target: set icon for binary file on Mac OS X
 2015-05-11  8:34 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] block: Mirror discarded sectors
 2015-05-11  8:33 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] block: Fix dirty bitmap in bdrv_co_discard

[Qemu-devel] [PATCH 0/9] qapi: Mostly generator cleanups
 2015-05-11  7:24 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] tests: Add missing dependencies on $(qapi-py)
` [Qemu-devel] [PATCH 2/9] qapi: qapi-event.py option -b does nothing, drop it
` [Qemu-devel] [PATCH 3/9] qapi: qapi-commands.py option --type is unused, "
` [Qemu-devel] [PATCH 4/9] qapi: Factor parse_command_line() out of the generators
` [Qemu-devel] [PATCH 5/9] qapi: Fix generators to report command line errors decently
` [Qemu-devel] [PATCH 6/9] qapi: Turn generators' mandatory option -i into an argument
` [Qemu-devel] [PATCH 7/9] qapi: Factor open_output(), close_output() out of generators
` [Qemu-devel] [PATCH 8/9] qapi: Drop pointless flush() before close()
` [Qemu-devel] [PATCH 9/9] qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()

[Qemu-devel] [PATCH v4 0/2] Fix guest-fstrim behaviour
 2015-05-11  6:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] qga/commands-posix: Fix bug in guest-fstrim
` [Qemu-devel] [PATCH v4 2/2] qga/qmp_guest_fstrim: Return per path fstrim result

[Qemu-devel] [PATCH] ui/cocoa.m: Give laptop users ability to scroll in monitor
 2015-05-11  6:53 UTC  (13+ messages)

[Qemu-devel] [PATCH target-arm v8 00/14] Next Generation Xilinx Zynq SoC
 2015-05-11  4:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH target-arm v8 04/14] arm: xlnx-zynqmp: Add GIC

[Qemu-devel] [RFC v1 PATCH 0/3] cpus: Convert cpu_index into a bitmap
 2015-05-11  3:37 UTC  (6+ messages)
` [Qemu-devel] [RFC v1 PATCH 2/3] "

[Qemu-devel] [patch] ui/cocoa.m: Add Machine menu with pause and resume items
 2015-05-11  3:23 UTC 

[Qemu-devel] KVM call for agenda 2015-05-12
 2015-05-10 23:35 UTC 

[Qemu-devel] [PATCH 00/10 v10] tilegx: Firstly add tilegx target for linux-user
 2015-05-10 22:46 UTC  (10+ messages)
` [Qemu-devel] [PATCH 01/10 v10] linux-user: tilegx: Firstly add architecture related features
` [Qemu-devel] [PATCH 02/10 v10] linux-user: Support tilegx architecture in linux-user
` [Qemu-devel] [PATCH 03/10 v10] linux-user/syscall.c: Conditionalize syscalls which are not defined in tilegx
` [Qemu-devel] [PATCH 04/10 v10] target-tilegx: Add opcode basic implementation from Tilera Corporation
` [Qemu-devel] [PATCH 06/10 v10] target-tilegx: Add special register information "
` [Qemu-devel] [PATCH 07/10 v10] target-tilegx: Add cpu basic features for linux-user
` [Qemu-devel] [PATCH 08/10 v10] target-tilegx: Add helper "
` [Qemu-devel] [PATCH 09/10 v10] target-tilegx: Generate tcg instructions to execute to _init_malloc in glib
` [Qemu-devel] [PATCH 10/10 v10] target-tilegx: Add TILE-Gx building files

[Qemu-devel] [PATCH 0/6] ui/cocoa: Fix OSX 10.10 warnings (and drop 10.4 support)
 2015-05-10 22:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] ui/cocoa: Drop tests for CGImageCreateWithImageInRect support
` [Qemu-devel] [PATCH 2/6] ui/cocoa: Remove compatibility ifdefs for OSX 10.4
` [Qemu-devel] [PATCH 3/6] ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int
` [Qemu-devel] [PATCH 4/6] ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate
` [Qemu-devel] [PATCH 5/6] ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up
` [Qemu-devel] [PATCH 6/6] ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants

[Qemu-devel] [Bug 1453612] [NEW] set_password command of monitor has poor feedback on failure
 2015-05-10 21:26 UTC 

[Qemu-devel] [Bug 1453613] [NEW] the help message of the set_password subcommand of the qemu monitor isn't usable
 2015-05-10 21:28 UTC 

[Qemu-devel] [Bug 1453608] [NEW] explain what pcsys_monitor in manpage
 2015-05-10 21:11 UTC 

[Qemu-devel] [PATCH v2] Fixes several full screen issues on Mac OS X
 2015-05-10 21:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3] "


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