qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-27 17:01:49 to 2015-01-28 08:02:37 UTC [more...]

[Qemu-devel] [PATCH v2 0/5] Common unplug and unplug request cb for memory and CPU hot-unplug
 2015-01-28  8:02 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/5] acpi, pc: Add hotunplug request cb for pc machine
` [Qemu-devel] [PATCH v2 2/5] acpi, ich9: Add hotunplug request cb for ich9
` [Qemu-devel] [PATCH v2 3/5] acpi, pc: Add unplug cb for pc machine
` [Qemu-devel] [PATCH v2 4/5] acpi, ich9: Add unplug cb for ich9
` [Qemu-devel] [PATCH v2 5/5] acpi, piix4: Add unplug cb for piix4

[Qemu-devel] [PATCH v2 01/47] acpi: introduce AML composer aml_append()
 2015-01-28  7:56 UTC  (14+ messages)

[Qemu-devel] [PATCH v3 0/8] pc: acpi: various fixes and cleanups
 2015-01-28  7:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 6/8] acpi: add build_append_namestring() helper

[Qemu-devel] [PATCH v2 00/47] ACPI refactoring: replace template patching with C ASL API
 2015-01-28  7:38 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] pc: Fix startup with memory hotplug enabled
 2015-01-28  7:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] vl.c: Fix error messages when parsing maxmem parameters
` [Qemu-devel] [PATCH 2/2] pc: memory: Validate alignment of maxram_size to page size

[Qemu-devel] Submit your Google Summer of Code project ideas and volunteer to mentor
 2015-01-28  6:57 UTC  (4+ messages)

[Qemu-devel] [Bug 1415181] [NEW] Access raw partitions from Windows
 2015-01-28  6:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 1415181] "

[Qemu-devel] [PATCH RESEND 0/2] PoC: Block replication for continuous checkpointing
 2015-01-28  6:42 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/7] eliminate data write in bdrv_write_zeroes on Linux in raw-posix.c
 2015-01-28  6:39 UTC  (16+ messages)
` [Qemu-devel] [PATCH 3/7] block/raw-posix: refactor handle_aiocb_write_zeroes a bit
` [Qemu-devel] [PATCH 4/7] block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroes
` [Qemu-devel] [PATCH 5/7] block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroes
` [Qemu-devel] [PATCH 6/7] block/raw-posix: call plain fallocate in handle_aiocb_write_zeroes
` [Qemu-devel] [PATCH 7/7] block/raw-posix: set max_write_zeroes to INT_MAX for regular files

[Qemu-devel] [RFC PATCH 00/11] Generate ACPI v5.1 tables and expose it to guest over fw_cfg on ARM
 2015-01-28  6:28 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 02/11] hw/arm/virt-acpi-build: Basic framework for building ACPI tables

[Qemu-devel] [PATCH v2 00/15] RCUification of the memory API, parts 1 and 2
 2015-01-28  5:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH 10/15] exec: RCUify AddressSpaceDispatch

[Qemu-devel] [RFC PATCH v1 00/13] CPU and Memory hotplug for PowerPC guests
 2015-01-28  5:41 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v1 06/13] spapr: CPU hotplug support

[Qemu-devel] [PATCH v4 00/47] Postcopy implementation
 2015-01-28  5:36 UTC  (13+ messages)
` [Qemu-devel] [PATCH v4 37/47] Page request: Consume pages off the post-copy queue
` [Qemu-devel] [PATCH v4 43/47] Host page!=target page: Cleanup bitmaps

[Qemu-devel] [PATCHv2 0/8] pseries: Fix and extend PAPR RTC implementation
 2015-01-28  5:31 UTC  (11+ messages)
` [Qemu-devel] [PATCHv2 7/8] pseries: Move rtc_offset into RTC device's state structure
` [Qemu-devel] [PATCHv2 8/8] pseries: Export RTC time via QOM

[Qemu-devel] [PATCH v2] linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_helper()
 2015-01-28  5:42 UTC  (3+ messages)

[Qemu-devel] [v3 3/5] Qemu-Xen-vTPM: Register Xen stubdom vTPM frontend driver
 2015-01-28  5:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/17] spapr: add support for pci hotplug
 2015-01-28  3:56 UTC  (12+ messages)
` [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces
` [Qemu-devel] [PATCH v4 08/17] spapr_events: re-use EPOW event infrastructure for hotplug events

[Qemu-devel] [PATCH v2] linux-user/syscall.c: Free the vec[i] in failure processing code block
 2015-01-28  2:36 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 0/5] block: Add a qemu-iotests case for IO throttling
 2015-01-28  2:28 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 1/5] qemu-io: Account IO by aio_read and aio_write
` [Qemu-devel] [PATCH v6 2/5] qtest: Add scripts/qtest.py
` [Qemu-devel] [PATCH v6 3/5] qemu-iotests: Add VM method qtest() to iotests.py
` [Qemu-devel] [PATCH v6 4/5] qemu-iotests: Allow caller to disable underscore convertion for qmp
` [Qemu-devel] [PATCH v6 5/5] qemu-iotests: Add 093 for IO throttling

[Qemu-devel] [PATCH 0/2] target-openrisc: Add atomic instructions
 2015-01-28  2:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] target-openrisc: Add l.lwa/l.swa support

[Qemu-devel] [PATCH v5 0/5] block: Add a qemu-iotests case for IO throttling
 2015-01-28  1:59 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 5/5] qemu-iotests: Add 093 "

[Qemu-devel] [PATCH] qed: Really remove unused field QEDAIOCB.finished
 2015-01-28  1:51 UTC 

[Qemu-devel] Update boot_order on reset for sPAPR
 2015-01-28  1:48 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/2] bootdevice: update boot_order in MachineState

[Qemu-devel] [PATCH RESEND 00/50] blockdev: BlockBackend and media
 2015-01-27 23:44 UTC  (65+ messages)
` [Qemu-devel] [PATCH RESEND 01/50] blockdev: Allow creation of BDS trees without BB
` [Qemu-devel] [PATCH RESEND 02/50] iotests: Only create BB if necessary
` [Qemu-devel] [PATCH RESEND 03/50] hw/block/fdc: Implement tray status
` [Qemu-devel] [PATCH RESEND 04/50] hw/usb-storage: Check whether BB is inserted
` [Qemu-devel] [PATCH RESEND 05/50] block: Fix BB AIOCB AioContext without BDS
` [Qemu-devel] [PATCH RESEND 06/50] block: Add blk_is_available()
` [Qemu-devel] [PATCH RESEND 07/50] block: Make bdrv_is_inserted() recursive
` [Qemu-devel] [PATCH RESEND 08/50] block/quorum: Implement bdrv_is_inserted()
` [Qemu-devel] [PATCH RESEND 09/50] block: Move guest_block_size into BlockBackend
` [Qemu-devel] [PATCH RESEND 10/50] block: Remove wr_highest_offset from BlockAcctStats
` [Qemu-devel] [PATCH RESEND 11/50] block: Move BlockAcctStats into BlockBackend
` [Qemu-devel] [PATCH RESEND 12/50] block: Move I/O status and error actions into BB
` [Qemu-devel] [PATCH RESEND 13/50] block: Add BlockBackendRootState
` [Qemu-devel] [PATCH RESEND 14/50] block: Make some BB functions fall back to BBRS
` [Qemu-devel] [PATCH RESEND 15/50] block: Fail requests to empty BlockBackend
` [Qemu-devel] [PATCH RESEND 16/50] block: Prepare remaining BB functions for NULL BDS
` [Qemu-devel] [PATCH RESEND 17/50] block: Respect empty BB in bdrv_lookup_bs()
` [Qemu-devel] [PATCH RESEND 18/50] block: Respect empty BB in bdrv_query_info()
` [Qemu-devel] [PATCH RESEND 19/50] blockdev: Use BlockBackend for blockdev-backup TA
` [Qemu-devel] [PATCH RESEND 20/50] blockdev: Check blk_is_available() in sn-del-int-sync
` [Qemu-devel] [PATCH RESEND 21/50] blockdev: Check BB validity in internal snapshot TA
` [Qemu-devel] [PATCH RESEND 22/50] blockdev: Check BB validity in drive-backup TA
` [Qemu-devel] [PATCH RESEND 23/50] blockdev: Catch NULL BDS in block_set_io_throttle
` [Qemu-devel] [PATCH RESEND 24/50] blockdev: Check BB validity in block-stream
` [Qemu-devel] [PATCH RESEND 25/50] blockdev: Check BB validity in block-commit
` [Qemu-devel] [PATCH RESEND 26/50] blockdev: Check BB validity in drive-backup
` [Qemu-devel] [PATCH RESEND 27/50] blockdev: Check BB validity in blockdev-backup
` [Qemu-devel] [PATCH RESEND 28/50] blockdev: Check BB validity in drive-mirror
` [Qemu-devel] [PATCH RESEND 29/50] blockdev: Check BB validity in find_block_job()
` [Qemu-devel] [PATCH RESEND 30/50] blockdev: Check BB validity in change-backing-file
` [Qemu-devel] [PATCH RESEND 31/50] block: Add blk_insert_bs()
` [Qemu-devel] [PATCH RESEND 32/50] blockdev: Check BB validity in eject and change
` [Qemu-devel] [PATCH RESEND 33/50] blockdev: Respect NULL BDS in do_drive_del()
` [Qemu-devel] [PATCH RESEND 34/50] blockdev: Do not create BDS for empty drive
` [Qemu-devel] [PATCH RESEND 35/50] blockdev: Pull out blockdev option extraction
` [Qemu-devel] [PATCH RESEND 36/50] blockdev: Allow more options for BB-less BDS tree
` [Qemu-devel] [PATCH RESEND 37/50] block: Add blk_remove_bs()
` [Qemu-devel] [PATCH RESEND 38/50] blockdev: Add blockdev-open-tray
` [Qemu-devel] [PATCH RESEND 39/50] blockdev: Add blockdev-close-tray
` [Qemu-devel] [PATCH RESEND 40/50] blockdev: Add blockdev-remove-medium
` [Qemu-devel] [PATCH RESEND 41/50] blockdev: Add blockdev-insert-medium
` [Qemu-devel] [PATCH RESEND 42/50] blockdev: Implement eject with basic operations
` [Qemu-devel] [PATCH RESEND 43/50] blockdev: Implement change "
` [Qemu-devel] [PATCH RESEND 44/50] block: Inquire tray state before tray-moved events
` [Qemu-devel] [PATCH RESEND 45/50] qmp: Introduce blockdev-change-medium
` [Qemu-devel] [PATCH RESEND 46/50] hmp: Use blockdev-change-medium for change command
` [Qemu-devel] [PATCH RESEND 47/50] blockdev: Add read-only option to blockdev-change-medium
` [Qemu-devel] [PATCH RESEND 48/50] hmp: Add read-only option to change command
` [Qemu-devel] [PATCH RESEND 49/50] iotests: More options for VM.add_drive()
` [Qemu-devel] [PATCH RESEND 50/50] iotests: Add test for change-related QMP commands

[Qemu-devel] [Bug 1368815] [NEW] qemu-img convert intermittently corrupts output images
 2015-01-28  0:41 UTC  (3+ messages)
` [Qemu-devel] [Bug 1368815] "
` [Qemu-devel] [Bug 1368815] Change abandoned on nova (master)

[Qemu-devel] [RFC][PATCH 1/1] libxl: add one machine property to support IGD GFX passthrough
 2015-01-28  0:42 UTC  (8+ messages)

[Qemu-devel] [PATCH] target-mips: fix CP0.BadVAddr by stopping translation on Address error
 2015-01-28  0:39 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-mips: ll and lld cause AdEL exception for unaligned address
 2015-01-28  0:27 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-mips: fix detection of the end of the page during translation
 2015-01-28  0:14 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/4] target-arm: ARM64: Adding EL1 AARCH32 guest support
 2015-01-27 23:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] target-arm: Add CPU property to disable AArch64
` [Qemu-devel] [PATCH v3 2/4] target-arm: Add feature parsing to virt
` [Qemu-devel] [PATCH v3 3/4] target-arm: Add 32/64-bit register sync
` [Qemu-devel] [PATCH v3 4/4] target-arm: Add AArch32 guest support to KVM64

[Qemu-devel] [PULL 00/11] linux-user-updates
 2015-01-27 23:17 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/11] linux-user/signal.c: Remove current_exec_domain_sig()
` [Qemu-devel] [PULL 02/11] linux-user/alpha: Add define for NR_shmat to enable shmat syscall
` [Qemu-devel] [PULL 03/11] linux-user/arm/nwfpe: Delete unused aCC array
` [Qemu-devel] [PULL 04/11] linux-user/main.c: Call cpu_exec_start/end on all target archs
` [Qemu-devel] [PULL 05/11] linux-user/main.c: Mark end_exclusive() as possibly unused
` [Qemu-devel] [PULL 06/11] linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user
` [Qemu-devel] [PULL 07/11] linux-user: translate resource also for prlimit64
` [Qemu-devel] [PULL 08/11] linux-user: Fix ioctl cmd type mismatch on 64-bit targets
` [Qemu-devel] [PULL 09/11] mips64-linux-user: Fix definition of struct sigaltstack
` [Qemu-devel] [PULL 10/11] linux-user: Fix broken m68k signal handling on 64 bit hosts
` [Qemu-devel] [PULL 11/11] linux-user: support target-to-host SCM_CREDENTIALS

[Qemu-devel] [PATCH v1 1/2] target_arm: Remove memory region init from armv7m_init
 2015-01-27 22:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 2/2] target_arm: Parameterise the irq lines for armv7m_init

[Qemu-devel] [PATCH v2 0/4] target-arm: ARM64: Adding EL1 AARCH32 guest support
 2015-01-27 22:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/4] target-arm: Add 32/64-bit register sync
` [Qemu-devel] [PATCH v2 4/4] target-arm: Add AArch32 guest support to KVM64

[Qemu-devel] [PATCH v2 00/15] ahci-test preliminary refactoring
 2015-01-27 21:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 06/15] libqos: Update QGuestAllocator to be opaque

[Qemu-devel] [PATCH v2] spapr_vio/spapr_iommu: Move VIO bypass where it belongs
 2015-01-27 21:21 UTC  (2+ messages)

[Qemu-devel] VersatilePB bug (or undefined behaviour)
 2015-01-27 20:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/50] blockdev: BlockBackend and media
 2015-01-27 20:02 UTC  (29+ messages)
` [Qemu-devel] [PATCH 01/50] blockdev: Allow creation of BDS trees without BB
` [Qemu-devel] [PATCH 02/50] iotests: Only create BB if necessary
` [Qemu-devel] [PATCH 03/50] hw/block/fdc: Implement tray status
` [Qemu-devel] [PATCH 04/50] hw/usb-storage: Check whether BB is inserted
` [Qemu-devel] [PATCH 05/50] block: Fix BB AIOCB AioContext without BDS
` [Qemu-devel] [PATCH 06/50] block: Add blk_is_available()
` [Qemu-devel] [PATCH 07/50] block: Make bdrv_is_inserted() recursive
` [Qemu-devel] [PATCH 08/50] block/quorum: Implement bdrv_is_inserted()
` [Qemu-devel] [PATCH 09/50] block: Move guest_block_size into BlockBackend
` [Qemu-devel] [PATCH 10/50] block: Remove wr_highest_offset from BlockAcctStats

[Qemu-devel] [PATCH 00/11] target-arm: handle mmu_idx/translation regimes properly
 2015-01-27 19:59 UTC  (8+ messages)
` [Qemu-devel] [PATCH 04/11] target-arm: Define correct mmu_idx values and pass them in TB flags
` [Qemu-devel] [PATCH 09/11] target-arm: Use mmu_idx in get_phys_addr()

[Qemu-devel] [PATCH V2 0/4] target-arm: Initial ARMv8 extended EL support
 2015-01-27 19:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH V2 4/4] target-arm: Add missing SP_ELx register definition

[Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings
 2015-01-27 19:06 UTC  (4+ messages)

[Qemu-devel] [RFC v3 0/2] Add Generic PCI host device update
 2015-01-27 18:48 UTC  (2+ messages)

[Qemu-devel] Qemu with GDB - Query
 2015-01-27 18:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/14] block: Remove "growable", add blk_new_open()
 2015-01-27 17:36 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 10/14] qemu-io: Remove "growable" option
` [Qemu-devel] [PATCH v3 11/14] qemu-io: Use BlockBackend
` [Qemu-devel] [PATCH v3 12/14] block: Clamp BlockBackend requests
` [Qemu-devel] [PATCH v3 13/14] block: Remove "growable" from BDS
` [Qemu-devel] [PATCH v3 14/14] block: Keep bdrv_check*_request()'s return value

[Qemu-devel] [PATCH v2] linux-user/syscall.c: Need call unlock_user() before go to failure return in default case
 2015-01-27 17:24 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] Trivial cleanups around g_malloc()
 2015-01-27 17:22 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/6] rtl8139: g_malloc() can't fail, bury dead error handling
` [Qemu-devel] [PATCH 3/6] kvm: "
` [Qemu-devel] [PATCH 4/6] rdma: g_malloc0() "
` [Qemu-devel] [PATCH 5/6] vnc: g_realloc() "

[Qemu-devel] [PATCH 1/2] qcow2-snapshot: Change filter function to avoid NULL parameter when a snapshot will be created
 2015-01-27 16:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] qcow2-snapshot: Fixing bug of creating snapshots with the same name


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