qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-18 11:18:56 to 2014-06-18 16:18:08 UTC [more...]

[Qemu-devel] [PULL v2 000/106] pc, pci, virtio, hotplug fixes, enhancements
 2014-06-18 16:18 UTC  (42+ messages)
` [Qemu-devel] [PULL v2 001/106] pc: create custom generic PC machine type
` [Qemu-devel] [PULL v2 002/106] pc: ACPI BIOS: use enum for defining memory affinity flags
` [Qemu-devel] [PULL v2 003/106] object_add: allow completion handler to get canonical path
` [Qemu-devel] [PULL v2 004/106] vl.c: daemonize before guest memory allocation
` [Qemu-devel] [PULL v2 005/106] add memdev backend infrastructure
` [Qemu-devel] [PULL v2 007/106] qdev: hotplug for bus-less devices
` [Qemu-devel] [PULL v2 008/106] qdev: expose DeviceState.hotplugged field as a property
` [Qemu-devel] [PULL v2 009/106] pc: implement pc-dimm device abstraction
` [Qemu-devel] [PULL v2 010/106] memory: add memory_region_is_mapped() API
` [Qemu-devel] [PULL v2 011/106] pc-dimm: do not allow setting an in-use memdev
` [Qemu-devel] [PULL v2 012/106] pc: initialize memory hotplug address space
` [Qemu-devel] [PULL v2 013/106] pc: exit QEMU if number of slots more than supported 256
` [Qemu-devel] [PULL v2 014/106] pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
` [Qemu-devel] [PULL v2 015/106] pc: exit QEMU if compat machine doesn't support memory hotlpug
` [Qemu-devel] [PULL v2 016/106] pc: add memory hotplug handler to PC_MACHINE
` [Qemu-devel] [PULL v2 017/106] pc-dimm: add busy address check and address auto-allocation
` [Qemu-devel] [PULL v2 018/106] pc-dimm: add busy slot check and slot auto-allocation
` [Qemu-devel] [PULL v2 020/106] acpi: memory hotplug ACPI hardware implementation
` [Qemu-devel] [PULL v2 021/106] trace: add acpi memory hotplug IO region events
` [Qemu-devel] [PULL v2 022/106] trace: pc: add PC_DIMM slot & address allocation
` [Qemu-devel] [PULL v2 023/106] acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
` [Qemu-devel] [PULL v2 024/106] acpi:piix4: add memory hotplug handling
` [Qemu-devel] [PULL v2 025/106] pc: ich9 lpc: make it work with global/compat properties
` [Qemu-devel] [PULL v2 026/106] acpi:ich9: add memory hotplug handling
` [Qemu-devel] [PULL v2 027/106] pc: migrate piix4 & ich9 MemHotplugState
` [Qemu-devel] [PULL v2 028/106] pc: add acpi-device link to PCMachineState
` [Qemu-devel] [PULL v2 029/106] pc: propagate memory hotplug event to ACPI device
` [Qemu-devel] [PULL v2 030/106] pc: ACPI BIOS: implement memory hotplug interface
` [Qemu-devel] [PULL v2 031/106] pc: add "hotplug-memory-region-size" property to PC_MACHINE
` [Qemu-devel] [PULL v2 032/106] pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
` [Qemu-devel] [PULL v2 033/106] pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines
` [Qemu-devel] [PULL v2 034/106] acpi: update generated files
` [Qemu-devel] [PULL v2 035/106] acpi-test: update expected tables
` [Qemu-devel] [PULL v2 036/106] virtio: Drop superfluous conditionals around g_free()
` [Qemu-devel] [PULL v2 037/106] virtio: Drop superfluous conditionals around g_strdup()
` [Qemu-devel] [PULL v2 038/106] ich: get rid of spaces in type name
` [Qemu-devel] [PULL v2 039/106] pc: q35: acpi: report error to user on unsupported unplug request
` [Qemu-devel] [PULL v2 040/106] migration: export SELF_ANNOUNCE_ROUNDS
` [Qemu-devel] [PULL v2 041/106] migration: introduce self_announce_delay()
` [Qemu-devel] [PULL v2 042/106] virtio-net: announce self by guest
` [Qemu-devel] [PULL v2 043/106] Add kvm_eventfds_enabled function

[Qemu-devel] [PATCH v2 0/7] virtio-scsi: do not rely on iov boundaries
 2014-06-18 16:17 UTC  (3+ messages)

[Qemu-devel] [RFC 0/3] image-fuzzer: Initial image generator and extended runner
 2014-06-18 16:14 UTC  (4+ messages)
` [Qemu-devel] [RFC 1/3] image-fuzzer: Added execution of multiple tests to the test runner
` [Qemu-devel] [RFC 2/3] image-fuzzer: Initial generator of qcow2 fuzzed images
` [Qemu-devel] [RFC 3/3] image-fuzzer: Added description for the qcow2 image generator

[Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18
 2014-06-18 16:07 UTC  (21+ messages)
` [Qemu-devel] [PULL 01/14] block/iscsi: handle BUSY condition
` [Qemu-devel] [PULL 02/14] block/iscsi: fix potential segfault on early callback
` [Qemu-devel] [PULL 03/14] block/iscsi: use 16 byte CDBs only when necessary
` [Qemu-devel] [PULL 04/14] scsi-disk.c: Fix compilation with -DDEBUG_SCSI
` [Qemu-devel] [PULL 05/14] scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c
` [Qemu-devel] [PULL 06/14] scsi: Print command name in debug
` [Qemu-devel] [PULL 07/14] megasas: use PCI DMA API
` [Qemu-devel] [PULL 08/14] util: add return value to qemu_iovec_concat_iov
` [Qemu-devel] [PULL 09/14] virtio-scsi: start preparing for any_layout
` [Qemu-devel] [PULL 10/14] virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields
` [Qemu-devel] [PULL 11/14] virtio-scsi: add extra argument and return type to qemu_sgl_concat
` [Qemu-devel] [PULL 12/14] virtio-scsi: prepare sense data handling for any_layout
` [Qemu-devel] [PULL 13/14] virtio-scsi: introduce virtio_scsi_complete_cmd_req
` [Qemu-devel] [PULL 14/14] virtio-scsi: add support for the any_layout feature

[Qemu-devel] [PATCH v1] virtio-scsi: fix object check failure
 2014-06-18 16:05 UTC  (6+ messages)

[Qemu-devel] [PATCH] block/iscsi: bump libiscsi requirement to 1.8.0
 2014-06-18 16:05 UTC  (2+ messages)

[Qemu-devel] [PULL 00/15] SCSI changes for 2014-06-18
 2014-06-18 16:04 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] block/iscsi: handle BUSY condition
` [Qemu-devel] [PULL 02/15] block/iscsi: fix potential segfault on early callback
` [Qemu-devel] [PULL 03/15] block/iscsi: use 16 byte CDBs only when necessary
` [Qemu-devel] [PULL 04/15] scsi-disk.c: Fix compilation with -DDEBUG_SCSI
` [Qemu-devel] [PULL 05/15] scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c
` [Qemu-devel] [PULL 06/15] scsi: Print command name in debug
` [Qemu-devel] [PULL 07/15] megasas: use PCI DMA API
` [Qemu-devel] [PULL 08/15] util: add return value to qemu_iovec_concat_iov
` [Qemu-devel] [PULL 09/15] virtio-scsi: start preparing for any_layout
` [Qemu-devel] [PULL 10/15] virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields
` [Qemu-devel] [PULL 11/15] virtio-scsi: add extra argument and return type to qemu_sgl_concat
` [Qemu-devel] [PULL 12/15] virtio-scsi: prepare sense data handling for any_layout
` [Qemu-devel] [PULL 13/15] virtio-scsi: introduce virtio_scsi_complete_cmd_req
` [Qemu-devel] [PULL 14/15] virtio-scsi: add support for the any_layout feature
` [Qemu-devel] [PULL 15/15] block/iscsi: bump libiscsi requirement to 1.9.0

[Qemu-devel] [v5 PATCH] target-mips: implement UserLocal Register
 2014-06-18 15:57 UTC  (2+ messages)

[Qemu-devel] [PATCH] vhost: fix resource leak in error handling
 2014-06-18 15:57 UTC 

[Qemu-devel] [PATCH v4 12/18] target-i386: Support check/enforce flags in TCG mode, too
 2014-06-18 15:54 UTC  (4+ messages)

[Qemu-devel] [v4 PATCH] target-mips: implement UserLocal Register
 2014-06-18 15:52 UTC  (5+ messages)

[Qemu-devel] [PATCH] qapi: fix input visitor bugs
 2014-06-18 15:44 UTC  (3+ messages)

[Qemu-devel] [PATCH] qapi/string-putput-visitor: fix bugs
 2014-06-18 15:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests: simplify code
 2014-06-18 15:42 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 00/20] virtio endian-ambivalent target
 2014-06-18 15:41 UTC  (16+ messages)

[Qemu-devel] [RFC 0/3] image-fuzzer: Initial image generator and extended runner
 2014-06-18 15:35 UTC  (5+ messages)
` [Qemu-devel] [RFC 1/3] image-fuzzer: runner: Added execution of multiple tests
` [Qemu-devel] [RFC 2/3] image-fuzzer: Initial generator of qcow2 fuzzed images
` [Qemu-devel] [RFC 3/3] image-fuzzer: docs: Added description for the qcow2 image generator

[Qemu-devel] [PULL 00/11] Memory API changes for 2014-06-18
 2014-06-18 15:28 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/11] MAINTAINERS: Add myself as Memory API maintainer
` [Qemu-devel] [PULL 02/11] exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr
` [Qemu-devel] [PULL 03/11] unset RAMBlock idstr when unregister MemoryRegion
` [Qemu-devel] [PULL 04/11] memory: Don't update all memory region when ioeventfd changed
` [Qemu-devel] [PULL 05/11] memory: Simplify mr_add_subregion() if-else
` [Qemu-devel] [PULL 06/11] exec: dummy_section: Pass address space through
` [Qemu-devel] [PULL 07/11] qtest: fix qtest_clock_warp() for no deadline case
` [Qemu-devel] [PULL 08/11] memory: MemoryRegion: factor out subregion add functionality
` [Qemu-devel] [PULL 09/11] memory: MemoryRegion: factor out memory region re-adder
` [Qemu-devel] [PULL 10/11] memory: MemoryRegion: rename parent to container
` [Qemu-devel] [PULL 11/11] memory: Don't call memory_region_update_coalesced_range if nothing changed

[Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD
 2014-06-18 15:22 UTC  (3+ messages)

[Qemu-devel] [PATCH] libvixl: Add gcc format attribute
 2014-06-18 15:19 UTC  (6+ messages)

[Qemu-devel] [PATCH] virtio-scsi: fix object check failure
 2014-06-18 15:11 UTC  (8+ messages)

[Qemu-devel] Using virtio for inter-VM communication
 2014-06-18 15:10 UTC  (21+ messages)
      ` [Qemu-devel] Why I advise against using ivshmem (was: Using virtio for inter-VM communication)
        ` [Qemu-devel] Why I advise against using ivshmem

[Qemu-devel] [PULL 000/103] pc, pci, virtio, hotplug fixes, enhancements for 2.1
 2014-06-18 15:02 UTC  (8+ messages)
` [Qemu-devel] [PULL 007/103] qdev: hotplug for buss-less devices
` [Qemu-devel] [PULL 092/103] qapi: make string output visitor parse int list

[Qemu-devel] [PATCH v5 00/12] KVM Support for MIPS32 Processors
 2014-06-18 15:00 UTC  (2+ messages)

[Qemu-devel] [PATCH qom v2 0/4] QOMify IRQs
 2014-06-18 14:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH qom v2 2/4] hw: Fix qemu_allocate_irqs() leaks
` [Qemu-devel] [PATCH qom v2 4/4] irq: Slim conversion of qemu_irq to QOM

[Qemu-devel] [PATCH] vhost: block migration if backend does not log memory
 2014-06-18 14:22 UTC 

[Qemu-devel] vhost-user: migration?
 2014-06-18 14:13 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/2] block: Fix unset "filename" for certain drivers
 2014-06-18 13:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] block: Do not prematurely remove "filename"
` [Qemu-devel] [PATCH 2/2] iotests: Add test for set "filename" for NBD

[Qemu-devel] [PATCH v6 for 2.1 00/10] Modify block jobs to use node-names
 2014-06-18 13:31 UTC  (11+ messages)
` [Qemu-devel] [PATCH v6 for 2.1 01/10] block: Auto-generate node_names for each BDS entry
` [Qemu-devel] [PATCH v6 for 2.1 05/10] block: Accept node-name arguments for block-commit
` [Qemu-devel] [PATCH v6 for 2.1 07/10] block: add ability for block-stream to use node-name
` [Qemu-devel] [PATCH v6 for 2.1 10/10] block: add QAPI command to allow live backing file change

[Qemu-devel] [PATCH v5 0/3] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
 2014-06-18 13:28 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 2/3] pc & q35: Add new machine opt max-ram-below-4g
        ` [Qemu-devel] [Xen-devel] "

[Qemu-devel] [PATCH 0/4] s390-ccw.img: s390-ccw.img fixes
 2014-06-18 13:06 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] pc-bios/s390-ccw: virtio_load_direct() can't load max number of sectors
` [Qemu-devel] [PATCH 2/4] pc-bios/s390-ccw: do a subsystem reset before running the guest
` [Qemu-devel] [PATCH 3/4] pc-bios/s390-ccw: fix for fragmented SCSI bootmap
` [Qemu-devel] [PATCH 4/4] pc-bios/s390-ccw: update s390-ccw.img binary

[Qemu-devel] [RFC] qemu VGA endian swap low level drawing changes
 2014-06-18 13:03 UTC  (7+ messages)

[Qemu-devel] [PATCH] vscclient: Restore sockets.h include to fix build on FreeBBSD
 2014-06-18 13:03 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] dataplane: introduce virtio-blk.iothread property
 2014-06-18 13:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] virtio-blk: replace x-iothread with iothread link property

[Qemu-devel] Help needed testing on ppc
 2014-06-18 12:40 UTC  (14+ messages)
              ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH 0/4] console: more pixman conversion work
 2014-06-18 12:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] console: add qemu_pixelformat_from_pixman
` [Qemu-devel] [PATCH 2/4] console: add qemu_default_pixman_format
` [Qemu-devel] [PATCH 3/4] console: reimplement qemu_default_pixelformat
` [Qemu-devel] [PATCH 4/4] console: stop using PixelFormat

[Qemu-devel] [PATCH] vfio: Make BARs native endian
 2014-06-18 11:35 UTC 

[Qemu-devel] [PATCH v8] net: L2TPv3 transport
 2014-06-18 11:35 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/18] migration: add static analysis tool to check vmstate compat
 2014-06-18 11:32 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 02/18] vmstate-static-checker: script to validate vmstate changes


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