qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-13 13:49:26 to 2015-01-14 09:49:11 UTC [more...]

[Qemu-devel] [RFC PATCH v7 00/21] Deterministic replay core
 2015-01-14  9:49 UTC  (14+ messages)
` [Qemu-devel] [RFC PATCH v7 08/21] replay: interrupts and exceptions
` [Qemu-devel] [RFC PATCH v7 15/21] replay: checkpoints

[Qemu-devel] [PATCH v2 0/2] e1000: fixes for Phar Lap ETS
 2015-01-14  9:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 2/2] e1000: decrement RDT if equal to RDH

[Qemu-devel] [PULL 00/15] Misc patches for 2015-01-14
 2015-01-14  9:41 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] char: restore stdio echo on resume from suspend
` [Qemu-devel] [PULL 02/15] vl.c: fix regression when reading machine type from config file
` [Qemu-devel] [PULL 03/15] 9pfs: changed to use event_notifier instead of qemu_pipe
` [Qemu-devel] [PULL 04/15] vl: Avoid unnecessary 'if' nesting
` [Qemu-devel] [PULL 05/15] vl: fix max_cpus check
` [Qemu-devel] [PULL 06/15] vl: Don't silently change topology when all -smp options were set
` [Qemu-devel] [PULL 07/15] vl.c: fix regression when reading memory size from config file
` [Qemu-devel] [PULL 08/15] target-i386: fix movntsd on big-endian hosts
` [Qemu-devel] [PULL 09/15] target-i386: do not memcpy in and out of xmm_regs
` [Qemu-devel] [PULL 10/15] qemu-common.h: optimise muldiv64 if int128 is available
` [Qemu-devel] [PULL 11/15] hw/scsi/lsi53c895a: add support for additional diag / debug registers
` [Qemu-devel] [PULL 12/15] rules.mak: Fix module build
` [Qemu-devel] [PULL 13/15] scsi: fix cancellation when I/O was completed but DMA was not
` [Qemu-devel] [PULL 14/15] qemu-timer: rename timer_init to timer_init_tl
` [Qemu-devel] [PULL 15/15] cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timer

[Qemu-devel] Fedora FC21 - Bug: 100% CPU and hangs in gettimeofday(&tp, NULL); forever
 2015-01-14  9:15 UTC  (14+ messages)

[Qemu-devel] question about live migration with storage
 2015-01-14  9:06 UTC  (6+ messages)

[Qemu-devel] [Bug 1409246] [NEW] ARM GIC / PL061 error on uni-processor system
 2015-01-14  8:56 UTC  (4+ messages)
` [Qemu-devel] [Bug 1409246] "

[Qemu-devel] [PATCH v3] PPC: E500: Add FSL i2c controller and integrate RTC with it
 2015-01-14  7:38 UTC 

[Qemu-devel] a question for control queue
 2015-01-14  8:04 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support
 2015-01-14  7:45 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/11] x86: add x86_cpu_unrealizefn() for cpu apic remove
` [Qemu-devel] [PATCH v2 02/11] acpi/cpu: add cpu hot unplug request callback function
` [Qemu-devel] [PATCH v2 03/11] acpi/piix4: add cpu hot unplug request callback support
` [Qemu-devel] [PATCH v2 04/11] acpi/ich9: "
` [Qemu-devel] [PATCH v2 05/11] pc: "
` [Qemu-devel] [PATCH v2 06/11] acpi/cpu: add cpu hot unplug callback function
` [Qemu-devel] [PATCH v2 07/11] acpi/piix4: add cpu hot unplug callback support
` [Qemu-devel] [PATCH v2 08/11] acpi/ich9: add cpu hot unplug support
` [Qemu-devel] [PATCH v2 09/11] pc: add cpu hot unplug callback support
` [Qemu-devel] [PATCH v2 10/11] cpu hotplug: implement function cpu_status_write() for vcpu ejection
` [Qemu-devel] [PATCH v2 11/11] cpus: reclaim allocated vCPU objects

[Qemu-devel] [PATCH] AIO: Reduce number of threads for 32bit hosts
 2015-01-14  7:37 UTC  (2+ messages)

[Qemu-devel] [Bug 1410288] Re: qemu-img conversion to qcow2 hangs with blank image less than 100kiB
 2015-01-14  7:29 UTC 

[Qemu-devel] [PATCH v3 0/7] cpu: add device_add foo-x86_64-cpu support
 2015-01-14  7:27 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/7] cpu: introduce CpuTopoInfo structure for argument simplification
` [Qemu-devel] [PATCH v3 2/7] qom/cpu: move register_vmstate to common CPUClass.realizefn
` [Qemu-devel] [PATCH v3 3/7] qom/cpu: move apic vmstate register into x86_cpu_apic_realize
` [Qemu-devel] [PATCH v3 4/7] monitor: use cc->get_arch_id as the cpu index
` [Qemu-devel] [PATCH v3 5/7] acpi:cpu hotplug: set pcmachine as icc bus' hotplug handler
` [Qemu-devel] [PATCH v3 6/7] cpu: add device_add foo-x86_64-cpu support
` [Qemu-devel] [PATCH v3 7/7] i386/cpu: add instance finalize callback

[Qemu-devel] [PATCH 0/9] qmp hmp balloon: Cleanups around error reporting
 2015-01-14  7:23 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/9] qmp hmp: Factor out common "using spice" test
` [Qemu-devel] [PATCH 2/9] qmp hmp: Improve error messages when SPICE is not in use
` [Qemu-devel] [PATCH 3/9] hmp: Compile hmp_info_spice() only with CONFIG_SPICE
` [Qemu-devel] [PATCH 4/9] qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy
` [Qemu-devel] [PATCH 5/9] qmp: Simplify recognition of capability negotiation command
` [Qemu-devel] [PATCH 6/9] qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro
` [Qemu-devel] [PATCH 7/9] balloon: Inline qemu_balloon(), qemu_balloon_status()
` [Qemu-devel] [PATCH 8/9] balloon: Factor out common "is balloon active" test
` [Qemu-devel] [PATCH 9/9] balloon: Eliminate silly QERR_ macros

[Qemu-devel] [PATCH v11 00/13] block: Incremental backup series
 2015-01-14  6:29 UTC  (14+ messages)
` [Qemu-devel] [PATCH v11 01/13] block: fix spoiling all dirty bitmaps by mirror and migration
` [Qemu-devel] [PATCH v11 08/13] block: Add bitmap successors
` [Qemu-devel] [PATCH v11 09/13] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
` [Qemu-devel] [PATCH v11 13/13] block: BdrvDirtyBitmap miscellaneous fixup

[Qemu-devel] [RFC PATCH] spapr_vio/spapr_iommu: Move VIO bypass where it belongs
 2015-01-14  2:42 UTC  (6+ messages)

[Qemu-devel] [PATCH v3] spapr-pci: Enable huge BARs
 2015-01-14  2:51 UTC  (2+ messages)

[Qemu-devel] [PATCH] pseries: Limit PCI host bridge "index" value
 2015-01-14  2:33 UTC 

[Qemu-devel] [RESEND PATCH 0/2] QEMUSizedBuffer/QEMUFile fixes
 2015-01-14  2:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v15 0/2] EEH Support for VFIO Devices
 2015-01-14  1:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH v15 1/2] sPAPR: Implement EEH RTAS calls
` [Qemu-devel] [PATCH v15 2/2] sPAPR: Implement sPAPRPHBClass::eeh_handler

[Qemu-devel] [PATCH] Fixes key mapping so all keys work
 2015-01-14  0:29 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] RCUification of the memory API, part 1
 2015-01-13 22:07 UTC  (14+ messages)
` [Qemu-devel] [PATCH 1/8] tls: require compiler support for __thread
` [Qemu-devel] [PATCH 2/8] rcu: add rcu library
` [Qemu-devel] [PATCH 3/8] rcu: add rcutorture
` [Qemu-devel] [PATCH 4/8] rcu: allow nesting of rcu_read_lock/rcu_read_unlock
` [Qemu-devel] [PATCH 5/8] rcu: add call_rcu
` [Qemu-devel] [PATCH 6/8] memory: remove assertion on memory_region_destroy
` [Qemu-devel] [PATCH 7/8] memory: protect current_map by RCU
` [Qemu-devel] [PATCH 8/8] memory: avoid ref/unref in memory_region_find

[Qemu-devel] Patch Round-up for stable 2.1.3, freeze on 2015-01-14
 2015-01-13 21:03 UTC  (10+ messages)
` [Qemu-devel] [Qemu-stable] "

[Qemu-devel] [PATCH] block: update string sizes for filename, backing_file, exact_filename
 2015-01-13 20:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/19] write/create for Parallels images with reasonable performance
 2015-01-13 20:16 UTC  (12+ messages)
` [Qemu-devel] [PATCH 10/19] block/parallels: support parallels image creation
  ` [Qemu-devel] [PATCH 13/19] block/parallels: store ParallelsHeader to the BDRVParallelsState
  ` [Qemu-devel] [PATCH 14/19] block/parallels: create catalog_offset helper
  ` [Qemu-devel] [PATCH 15/19] block/parallels: rename catalog_ names to bat_
  ` [Qemu-devel] [PATCH 16/19] block/parallels: no need to flush on each block allocation table update

[Qemu-devel] [PULL 0/2] Xen tree 2015-01-13
 2015-01-13 20:14 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/2] xen-pt: Fix PCI devices re-attach failed
` [Qemu-devel] [PULL 2/2] xen-hvm: increase maxmem before calling xc_domain_populate_physmap

[Qemu-devel] [PATCH for 2.3 v2 1/1] xen-hvm: increase maxmem before calling xc_domain_populate_physmap
 2015-01-13 20:11 UTC  (4+ messages)

[Qemu-devel] [PATCH v6] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD
 2015-01-13 20:07 UTC 

[Qemu-devel] [PATCH 0/2] cpu_ldst.h: Minor cleanups in ld/st macros
 2015-01-13 19:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] cpu_ldst.h: Remove unused ldul_ macros
` [Qemu-devel] [PATCH 2/2] cpu_ldst.h: Collapse laddr() and saddr() into ldst_get_host_addr()

[Qemu-devel] [PATCH 0/3] target-i386: rework how AVX/AVX512 registers are stored
 2015-01-13 19:49 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/4] target-i386: fix movntsd on big-endian hosts
` [Qemu-devel] [PATCH 2/4] target-i386: do not memcpy in and out of xmm_regs

[Qemu-devel] [PATCH v5 0/5] Geometry and blocksize detection for backing devices
 2015-01-13 19:07 UTC  (12+ messages)
` [Qemu-devel] [PATCH v5 2/5] raw-posix: Refactor logical block size detection

[Qemu-devel] [PATCH v5] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD
 2015-01-13 18:54 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/1] pci: allow 0 address for PCI IO/MEM regions
 2015-01-13 18:42 UTC  (8+ messages)

[Qemu-devel] Question regarding two variables in qemu migration code
 2015-01-13 18:11 UTC  (4+ messages)

[Qemu-devel] [PATCH v4] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD
 2015-01-13 18:05 UTC  (6+ messages)

[Qemu-devel] [PATCH 1/1] Print PID and time in stderr traces
 2015-01-13 17:10 UTC 

[Qemu-devel] [PATCH 0/8] Dirty bitmaps migration
 2015-01-13 17:08 UTC  (11+ messages)
` [Qemu-devel] [PATCH 4/9] hbitmap: store / restore
` [Qemu-devel] [PATCH 9/9] block-migration: add named dirty bitmaps migration

[Qemu-devel] [PATCH 0/8] block: persistent dirty bitmaps (RFC)
 2015-01-13 17:02 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/8] spec: add qcow2-dirty-bitmaps specification
` [Qemu-devel] [PATCH 2/8] hbitmap: store / restore
` [Qemu-devel] [PATCH 3/8] qcow2: add dirty-bitmaps feature
` [Qemu-devel] [PATCH 4/8] block: store persistent dirty bitmaps
` [Qemu-devel] [PATCH 5/8] block: add bdrv_load_dirty_bitmap
` [Qemu-devel] [PATCH 6/8] qemu: command line option for dirty bitmaps
` [Qemu-devel] [PATCH 7/8] qmp: print dirty bitmap
` [Qemu-devel] [PATCH 8/8] iotests: test internal persistent "

[Qemu-devel] [PATCH] spice: add unix address support
 2015-01-13 16:57 UTC 

[Qemu-devel] [PATCH v10 00/13] block: Incremental backup series (RFC)
 2015-01-13 16:45 UTC  (8+ messages)
` [Qemu-devel] [PATCH v10 06/13] block: Add bdrv_copy_dirty_bitmap and bdrv_clear_dirty_bitmap

[Qemu-devel] [PATCH 00/14] ahci-test preliminary refactoring
 2015-01-13 16:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/14] libqos: Split apart pc_alloc_init

[Qemu-devel] [PATCH 0/2] tcg-arm: fix and extend instruction execution control
 2015-01-13 15:48 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] tcg-aarch64: user doesn't need R/W access to exec
` [Qemu-devel] [PATCH 2/2] tcg-arm: more instruction execution control

[Qemu-devel] [PATCH] tcg-arm: more instruction execution control
 2015-01-13 15:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] qemu is freezing in rebooting after CPU hot-unplug
 2015-01-13 15:41 UTC  (2+ messages)

[Qemu-devel] nested VMX with IA32_FEATURE_CONTROL MSR(addr: 0x3a) value of ZERO
 2015-01-13 14:44 UTC  (3+ messages)

[Qemu-devel] [PULL v3 00/38] Block patches
 2015-01-13 14:37 UTC  (21+ messages)
` [Qemu-devel] [PULL v3 19/38] migration/block: fix pending() return value
` [Qemu-devel] [PULL v3 20/38] libqos: Convert malloc-pc allocator to a generic allocator
` [Qemu-devel] [PULL v3 22/38] qemu-iotests: Replace "/bin/true" with "true"
` [Qemu-devel] [PULL v3 23/38] qemu-iotests: Add "_supported_os Linux" to 058
` [Qemu-devel] [PULL v3 24/38] qemu-iotests: Add supported os parameter for python tests
` [Qemu-devel] [PULL v3 25/38] coroutine-ucontext: use __thread
` [Qemu-devel] [PULL v3 26/38] qemu-thread: add per-thread atexit functions
` [Qemu-devel] [PULL v3 27/38] test-coroutine: avoid overflow on 32-bit systems
` [Qemu-devel] [PULL v3 28/38] QSLIST: add lock-free operations
` [Qemu-devel] [PULL v3 29/38] coroutine: rewrite pool to avoid mutex
` [Qemu-devel] [PULL v3 30/38] coroutine: drop qemu_coroutine_adjust_pool_size
` [Qemu-devel] [PULL v3 31/38] coroutine: try harder not to delete coroutines
` [Qemu-devel] [PULL v3 32/38] block: limited request size in write zeroes unsupported path
` [Qemu-devel] [PULL v3 33/38] block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}
` [Qemu-devel] [PULL v3 34/38] ide: Implement VPD response for ATAPI
` [Qemu-devel] [PULL v3 35/38] nvme: Fix get/set number of queues feature
` [Qemu-devel] [PULL v3 36/38] MAINTAINERS: Update email addresses for Chrysostomos Nanakos
` [Qemu-devel] [PULL v3 37/38] MAINTAINERS: Add migration/block* to block subsystem
` [Qemu-devel] [PULL v3 38/38] NVMe: Set correct VS Value for 1.1 Compliant Controllers

[Qemu-devel] [Bug 1338957] [NEW] RFE: add an event to report block devices watermark
 2015-01-13 14:09 UTC  (2+ messages)
` [Qemu-devel] [Bug 1338957] "

[Qemu-devel] [PATCH v3 0/5] libqos: Virtio MMIO driver
 2015-01-13 14:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v5] block: add event when disk usage exceeds threshold
 2015-01-13 13:59 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).