messages from 2014-06-18 13:27:28 to 2014-06-18 16:21:05 UTC [more...]
[Qemu-devel] [PULL v2 000/106] pc, pci, virtio, hotplug fixes, enhancements
2014-06-18 16:21 UTC (83+ 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] [PULL v2 044/106] Add chardev API qemu_chr_fe_read_all
` [Qemu-devel] [PULL v2 045/106] Add chardev API qemu_chr_fe_set_msgfds
` [Qemu-devel] [PULL v2 046/106] Add chardev API qemu_chr_fe_get_msgfds
` [Qemu-devel] [PULL v2 047/106] Add G_IO_HUP handler for socket chardev
` [Qemu-devel] [PULL v2 048/106] vhost: add vhost_get_features and vhost_ack_features
` [Qemu-devel] [PULL v2 049/106] vhost_net should call the poll callback only when it is set
` [Qemu-devel] [PULL v2 050/106] Refactor virtio-net to use generic get_vhost_net
` [Qemu-devel] [PULL v2 051/106] vhost_net_init will use VhostNetOptions to get all its arguments
` [Qemu-devel] [PULL v2 052/106] Add vhost_ops to vhost_dev struct and replace all relevant ioctls
` [Qemu-devel] [PULL v2 053/106] Add vhost-backend and VhostBackendType
` [Qemu-devel] [PULL v2 054/106] Add vhost-user as a vhost backend
` [Qemu-devel] [PULL v2 055/106] vhost-net: vhost-user feature bits support
` [Qemu-devel] [PULL v2 056/106] Add new vhost-user netdev backend
` [Qemu-devel] [PULL v2 057/106] Add the vhost-user netdev backend to the command line
` [Qemu-devel] [PULL v2 058/106] Add vhost-user protocol documentation
` [Qemu-devel] [PULL v2 059/106] libqemustub: add stubs to be able to use qemu-char.c
` [Qemu-devel] [PULL v2 060/106] Add qtest for vhost-user
` [Qemu-devel] [PULL v2 061/106] NUMA: move numa related code to new file numa.c
` [Qemu-devel] [PULL v2 062/106] NUMA: check if the total numa memory size is equal to ram_size
` [Qemu-devel] [PULL v2 063/106] NUMA: Add numa_info structure to contain numa nodes info
` [Qemu-devel] [PULL v2 064/106] NUMA: convert -numa option to use OptsVisitor
` [Qemu-devel] [PULL v2 065/106] NUMA: expand MAX_NODES from 64 to 128
` [Qemu-devel] [PULL v2 066/106] man: improve -numa doc
` [Qemu-devel] [PULL v2 067/106] qmp: improve error reporting for -object and object-add
` [Qemu-devel] [PULL v2 068/106] numa: introduce memory_region_allocate_system_memory
` [Qemu-devel] [PULL v2 069/106] memory: reorganize file-based allocation
` [Qemu-devel] [PULL v2 070/106] memory: move preallocation code out of exec.c
` [Qemu-devel] [PULL v2 071/106] memory: move RAM_PREALLOC_MASK to exec.c, rename
` [Qemu-devel] [PULL v2 072/106] configure: add Linux libnuma detection
` [Qemu-devel] [PULL v2 073/106] Introduce signed range
` [Qemu-devel] [PULL v2 074/106] qom: introduce object_property_get_enum and object_property_get_uint16List
` [Qemu-devel] [PULL v2 075/106] numa: add -numa node, memdev= option
` [Qemu-devel] [PULL v2 076/106] memory: move mem_path handling to memory_region_allocate_system_memory
` [Qemu-devel] [PULL v2 077/106] memory: add error propagation to file-based RAM allocation
` [Qemu-devel] [PULL v2 078/106] vl: redo -object parsing
` [Qemu-devel] [PULL v2 079/106] pc: pass MachineState to pc_memory_init
` [Qemu-devel] [PULL v2 080/106] backend:hostmem: replace hostmemory with host_memory
` [Qemu-devel] [PULL v2 081/106] hostmem: separate allocation from UserCreatable complete method
` [Qemu-devel] [PULL v2 082/106] hostmem: add file-based HostMemoryBackend
` [Qemu-devel] [PULL v2 083/106] hostmem: add merge and dump properties
` [Qemu-devel] [PULL v2 084/106] hostmem: allow preallocation of any memory region
[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 (16+ messages)
` [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 (5+ messages)
` [Qemu-devel] [PATCH v6 for 2.1 01/10] block: Auto-generate node_names for each BDS entry
[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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).