messages from 2013-01-07 13:55:46 to 2013-01-07 20:16:27 UTC [more...]
[Qemu-devel] [PATCH 00/61] Virtio refactoring
2013-01-07 20:15 UTC (65+ messages)
` [Qemu-devel] [PATCH 01/61] qdev : add a maximum device allowed field for the bus
` [Qemu-devel] [PATCH 02/61] virtio-bus : introduce virtio-bus
` [Qemu-devel] [PATCH 03/61] virtio-pci-bus : introduce virtio-pci-bus
` [Qemu-devel] [PATCH 04/61] virtio-pci : refactor virtio-pci device
` [Qemu-devel] [PATCH 05/61] virtio-device : refactor virtio-device
` [Qemu-devel] [PATCH 06/61] virtio-s390-bus : add virtio-s390-bus
` [Qemu-devel] [PATCH 07/61] virtio-s390-device : create a virtio-s390-bus during init
` [Qemu-devel] [PATCH 08/61] virtio-blk : show VirtIOBlock structure
` [Qemu-devel] [PATCH 09/61] virtio-blk : don't use pointer for configuration
` [Qemu-devel] [PATCH 10/61] virtio-blk : add the virtio-blk device
` [Qemu-devel] [PATCH 11/61] virtio-blk-pci : switch to new API
` [Qemu-devel] [PATCH 12/61] virtio-blk-s390 : switch to the "
` [Qemu-devel] [PATCH 13/61] virtio-blk : cleanup : use QOM cast
` [Qemu-devel] [PATCH 14/61] virtio-blk : cleanup : remove qdev field
` [Qemu-devel] [PATCH 15/61] virtio-net : show the VirtIONet structure
` [Qemu-devel] [PATCH 16/61] virtio-net : add the virtio-net device
` [Qemu-devel] [PATCH 17/61] virtio-net-pci : switch to the new API
` [Qemu-devel] [PATCH 18/61] virtio-net-s390 "
` [Qemu-devel] [PATCH 19/61] virtio-net : cleanup : use QOM cast
` [Qemu-devel] [PATCH 20/61] virtio-net : cleanup : init and exit function
` [Qemu-devel] [PATCH 21/61] virtio-net : cleanup : remove qdev field
` [Qemu-devel] [PATCH 22/61] virtio-scsi : show the VirtIOSCSI structure
` [Qemu-devel] [PATCH 23/61] virtio-scsi : don't use pointer for configuration
` [Qemu-devel] [PATCH 24/61] virtio-scsi : allocate cmd_vqs array separately
` [Qemu-devel] [PATCH 25/61] virtio-scsi : moving host_features from properties to transport properties
` [Qemu-devel] [PATCH 26/61] virtio-scsi : add the virtio-scsi device
` [Qemu-devel] [PATCH 27/61] virtio-scsi-pci : switch to new API
` [Qemu-devel] [PATCH 28/61] virtio-scsi-s390 : switch to the "
` [Qemu-devel] [PATCH 29/61] virtio-scsi : cleanup : use QOM casts
` [Qemu-devel] [PATCH 30/61] virtio-scsi : cleanup : init and exit functions
` [Qemu-devel] [PATCH 31/61] virtio-scsi : cleanup : remove qdev field
` [Qemu-devel] [PATCH 32/61] virtio-balloon : show the VirtIOBalloon structure
` [Qemu-devel] [PATCH 33/61] virtio-balloon : add the virtio-balloon device
` [Qemu-devel] [PATCH 34/61] virtio-balloon-pci : switch to the new API
` [Qemu-devel] [PATCH 35/61] virtio-balloon : cleanup : init and exit function
` [Qemu-devel] [PATCH 36/61] virtio-balloon : cleanup : QOM casts
` [Qemu-devel] [PATCH 37/61] virtio-balloon : cleanup : remove qdev field
` [Qemu-devel] [PATCH 38/61] virtio-rng : show the VirtIORNG structure
` [Qemu-devel] [PATCH 39/61] virtio-rng : don't use pointer for configuration
` [Qemu-devel] [PATCH 40/61] virtio-rng : add virtio-rng device
` [Qemu-devel] [PATCH 41/61] virtio-rng-s390 : switch to the new API
` [Qemu-devel] [PATCH 42/61] virtio-rng-pci "
` [Qemu-devel] [PATCH 43/61] virtio-rng.c : cleanup : init and exit functions
` [Qemu-devel] [PATCH 44/61] virtio-rng.c : cleanup : remove qdev field
` [Qemu-devel] [PATCH 45/61] virtio-rng.c : cleanup : use QOM casts
` [Qemu-devel] [PATCH 46/61] virtio-serial : show structures
` [Qemu-devel] [PATCH 47/61] virtio-serial : add the virtio-serial device
` [Qemu-devel] [PATCH 48/61] virtio-serial-pci : switch to the new API
` [Qemu-devel] [PATCH 49/61] virtio-serial-s390 "
` [Qemu-devel] [PATCH 50/61] virtio-serial : cleanup : init and exit functions
` [Qemu-devel] [PATCH 51/61] virtio-serial : cleanup : use QOM casts
` [Qemu-devel] [PATCH 52/61] virtio-serial : cleanup : remove qdev field
` [Qemu-devel] [PATCH 53/61] virtio-9p : add the virtio-9p device
` [Qemu-devel] [PATCH 54/61] virtio-9p-pci : switch to the new API
` [Qemu-devel] [PATCH 55/61] virtio-9p : cleanup : init function
` [Qemu-devel] [PATCH 56/61] virtio-9p : cleanup : QOM casts
` [Qemu-devel] [PATCH 57/61] virtio : remove the function pointer
` [Qemu-devel] [PATCH 58/61] virtio-pci : cleanup : init, exit and reset functions
` [Qemu-devel] [PATCH 59/61] s390-virtio-bus : cleanup
` [Qemu-devel] [PATCH 60/61] virtio : remove virtiobindings
` [Qemu-devel] [PATCH 61/61] virtio : cleanup : init and exit function
[Qemu-devel] [RFC PATCH v6 0/6] Virtio refactoring
2013-01-07 20:14 UTC (10+ messages)
[Qemu-devel] [RFC PATCH 0/4] MSI affinity for assigned devices
2013-01-07 20:14 UTC (2+ messages)
[Qemu-devel] [PATCH] qdev: obey no_user
2013-01-07 20:12 UTC (7+ messages)
[Qemu-devel] [PATCH v2 0/3] qtest: add migration testing
2013-01-07 20:04 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 2/3] qtest: extend qtest_qmp() to fill in the reply
[Qemu-devel] [PATCH 00/15] qdev: make reset semantics more clear and consistent, reset qbuses under virtio devices
2013-01-07 19:57 UTC (9+ messages)
[Qemu-devel] [PATCH 0/1] Exogenous memory management via -mem-path
2013-01-07 19:55 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/1] exec: make -mem-path filenames deterministic
[Qemu-devel] [PATCH 0/3 v5] vnc: added initial websocket protocol support
2013-01-07 19:52 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/3] vnc: added buffer_advance function
` [Qemu-devel] [PATCH 2/3] vnc: added initial websocket protocol support
[Qemu-devel] [PATCH v2 0/7] I2C libqos and tmp105 qtest support
2013-01-07 19:37 UTC (3+ messages)
[Qemu-devel] [PATCH ppc-next 0/3] openpic: improve GCR register handling
2013-01-07 19:21 UTC (4+ messages)
` [Qemu-devel] [PATCH ppc-next 1/3] openpic: move gcr write into a function
` [Qemu-devel] [PATCH ppc-next 2/3] openpic: unify gcr mode mask updates
` [Qemu-devel] [PATCH ppc-next 3/3] openpic: set mixed mode as supported
[Qemu-devel] Request - How to compile change User Mode Networking address space?
2013-01-07 19:17 UTC
[Qemu-devel] [PATCH] PPC: Bring EPR support closer to reality
2013-01-07 19:04 UTC (4+ messages)
[Qemu-devel] [RFC PATCH 0/3] Time resync support by qemu-ga
2013-01-07 19:01 UTC (2+ messages)
[Qemu-devel] [PATCH qom-cpu 0/7] QOM CPUState, part 7: CPU_COMMON for topology
2013-01-07 18:21 UTC (4+ messages)
` [Qemu-devel] [PATCH qom-cpu 1/7] cpu: Move nr_{cores, threads} fields to CPUState
[Qemu-devel] [PATCH 7/7] KVM regsync: Fix do_kvm_cpu_synchronize_state data integrity issue
2013-01-07 18:42 UTC (19+ messages)
[Qemu-devel] [PATCH qom-cpu] qemu-common.h: Make qemu_init_vcpu() stub static inline
2013-01-07 18:27 UTC (3+ messages)
[Qemu-devel] [PATCH qom-cpu 0/7] disable kvm_mmu + -cpu "enforce" fixes (v3)
2013-01-07 18:20 UTC (8+ messages)
` [Qemu-devel] [PATCH qom-cpu 1/7] kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific code
` [Qemu-devel] [PATCH qom-cpu 2/7] target-i386: Don't set any KVM flag by default if KVM is disabled
` [Qemu-devel] [PATCH qom-cpu 3/7] target-i386: Disable kvm_mmu by default
` [Qemu-devel] [PATCH qom-cpu 4/7] target-i386/cpu: Introduce FeatureWord typedefs
` [Qemu-devel] [PATCH qom-cpu 5/7] target-i386: kvm_check_features_against_host(): Use feature_word_info
` [Qemu-devel] [PATCH qom-cpu 6/7] target-i386/cpu.c: Add feature name array for ext4_features
` [Qemu-devel] [PATCH qom-cpu 7/7] target-i386: check/enforce: Check all feature words
[Qemu-devel] [PATCH] hw/i386: Fix broken build for MinGW
2013-01-07 18:14 UTC (4+ messages)
[Qemu-devel] [PATCH qom-cpu 00/11] disable-kvm_mmu + -cpu check/enforce fixes (v2)
2013-01-07 18:04 UTC (8+ messages)
` [Qemu-devel] [PATCH qom-cpu 10/11] target-i386: Call kvm_check_features_against_host() only if CONFIG_KVM is set
[Qemu-devel] [PATCH v2] linux-user/syscall.c: fix copy_to_user_fdset for fds over 30
2013-01-07 18:03 UTC (2+ messages)
[Qemu-devel] [PATCH] qga/channel-posix.c: Explicitly include string.h
2013-01-07 17:50 UTC (3+ messages)
[Qemu-devel] [PATCH V2 00/10] snapshot: take block snapshots in unified way
2013-01-07 17:12 UTC (3+ messages)
` [Qemu-devel] [PATCH V2 04/10] oslib-win32: add lock for time functions
[Qemu-devel] KVM call agenda for 2013-01-08
2013-01-07 17:03 UTC
[Qemu-devel] [PULL] target-s390x rewrite
2013-01-06 19:15 UTC
[Qemu-devel] [PATCH s390-next] target-s390x: Unregister reset callback on finalization
2013-01-07 16:54 UTC (2+ messages)
[Qemu-devel] [PATCH 0/6] snapshot: take snapshots in unified way
2013-01-07 16:43 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/6] snapshot: export function in block.c
[Qemu-devel] [PULL 00/31] ppc patch queue 2013-01-07
2013-01-07 16:40 UTC (34+ messages)
` [Qemu-devel] [PATCH 01/31] openpic: symbolicize some magic numbers
` [Qemu-devel] [PATCH 02/31] openpic: remove pcsr (CPU sensitivity register)
` [Qemu-devel] [PATCH 03/31] openpic: support large vectors on FSL mpic
` [Qemu-devel] [PATCH 04/31] openpic: BRR1 is not a CPU-specific register
` [Qemu-devel] [PATCH 05/31] openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/
` [Qemu-devel] [PATCH 06/31] openpic: don't crash on a register access without a CPU context
` [Qemu-devel] [PATCH 07/31] powerpc: linux header sync script includes epapr_hcalls.h
` [Qemu-devel] [PATCH 08/31] openpic: fix coding style issues
` [Qemu-devel] [PATCH 09/31] PPC: Reset qemu timers when guest reset
` [Qemu-devel] [PATCH 10/31] PPC: fix segfault in signal handling code
` [Qemu-devel] [PATCH 11/31] openpic: fix debug prints
` [Qemu-devel] [PATCH 12/31] openpic: lower interrupt when reading the MSI register
` [Qemu-devel] [PATCH 13/31] ppc/booke: fix crit/mcheck/debug exceptions
` [Qemu-devel] [PATCH 14/31] openpic: make register names correspond better with hw docs
` [Qemu-devel] [PATCH 15/31] openpic: rework critical interrupt support
` [Qemu-devel] [PATCH 16/31] openpic: make ctpr signed
` [Qemu-devel] [PATCH 17/31] openpic/fsl: critical interrupts ignore mask before v4.1
` [Qemu-devel] [PATCH 18/31] openpic: always call IRQ_check from IRQ_get_next
` [Qemu-devel] [PATCH 19/31] Revert "openpic: Accelerate pending irq search"
` [Qemu-devel] [PATCH 20/31] openpic: use standard bitmap operations
` [Qemu-devel] [PATCH 21/31] openpic: add some bounds checking for IRQ numbers
` [Qemu-devel] [PATCH 22/31] openpic: fix sense and priority bits
` [Qemu-devel] [PATCH 23/31] openpic: IRQ_check: search the queue a word at a time
` [Qemu-devel] [PATCH 24/31] openpic: move IACK to its own function
` [Qemu-devel] [PATCH 25/31] openpic: fix CTPR and de-assertion of interrupts
` [Qemu-devel] [PATCH 26/31] kvm: Update kernel headers
` [Qemu-devel] [PATCH 27/31] PPC: KVM: set has-idle in guest device tree
` [Qemu-devel] [PATCH 28/31] PPC: Bring EPR support closer to reality
` [Qemu-devel] [PATCH 29/31] target-ppc: Slim conversion of model definitions to QOM subclasses
` [Qemu-devel] [PATCH 30/31] target-ppc: Error out for -cpu host on unknown PVR
` [Qemu-devel] [PATCH 31/31] PPC: linux-user: Calculate context pointer explicitly
[Qemu-devel] [PULL 0/6] s390 patch queue 2013-01-07
2013-01-07 16:09 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/6] s390: new contributions GPLv2 or later
` [Qemu-devel] [PATCH 2/6] s390: Move IPL code into a separate device
` [Qemu-devel] [PATCH 3/6] S390: Enable -cpu help and QMP query-cpu-definitions
` [Qemu-devel] [PATCH 4/6] s390x: Remove inline function ebcdic_put and related data from cpu.h
` [Qemu-devel] [PATCH 5/6] s390: Add CPU reset handler
` [Qemu-devel] [PATCH 6/6] s390x: fix indentation
[Qemu-devel] [PATCH] virtio-pci: replace byte swap hack
2013-01-07 16:11 UTC (5+ messages)
[Qemu-devel] [RESEND PATCH] pci-assign: Enable MSIX on device to match guest
2013-01-07 16:01 UTC (2+ messages)
[Qemu-devel] [PULL 0/5] s390 patch queue 2013-01-07
2013-01-07 15:53 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/5] s390: new contributions GPLv2 or later
` [Qemu-devel] [PATCH 2/5] s390: Move IPL code into a separate device
` [Qemu-devel] [PATCH 3/5] S390: Enable -cpu help and QMP query-cpu-definitions
` [Qemu-devel] [PATCH 4/5] s390x: Remove inline function ebcdic_put and related data from cpu.h
` [Qemu-devel] [PATCH 5/5] s390: Add CPU reset handler
[Qemu-devel] [PATCH v4] s390: Add CPU reset handler
2013-01-07 15:45 UTC (5+ messages)
[Qemu-devel] [PATCH] Modification to remove a h2g() call and calculate properly instead
2013-01-07 15:22 UTC (2+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH ppc-next v2 0/2] PowerPCCPU subclasses
2013-01-07 15:15 UTC (2+ messages)
[Qemu-devel] [PATCH] pci-assign: Enable MSIX on device to match guest
2013-01-07 15:09 UTC (10+ messages)
[Qemu-devel] [PATCH V8 0/5] VMXNET3 paravirtual NIC device implementation
2013-01-07 15:01 UTC (12+ messages)
` [Qemu-devel] [PATCH V8 2/5] Adding utility function net_checksum_add_iov() for iovec checksum calculation
` [Qemu-devel] [PATCH V8 3/5] Adding common definitions for VMWARE devices
` [Qemu-devel] [PATCH V8 4/5] Adding packet abstraction for VMWARE network devices
` [Qemu-devel] [PATCH V8 5/5] Adding VMXNET3 device implementation
[Qemu-devel] [PATCH 0/2] fix tests
2013-01-07 14:37 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/2] rtc-test: skip year-2038 overflow check in case time_t is 32bit only
` [Qemu-devel] [PATCH 2/2] m48t59-test: don't touch watchdog
[Qemu-devel] [PATCH] esp: enable busmaster
2013-01-07 14:29 UTC (4+ messages)
` [Qemu-devel] SeaBIOS release for QEMU 1.3 (was Re: [PATCH] esp: enable busmaster)
` [Qemu-devel] [SeaBIOS] "
[Qemu-devel] unbounded qemu NetQue's ?
2013-01-07 14:27 UTC (3+ messages)
[Qemu-devel] [PATCH] fix bits 39:32 of the final physical address when using 4M page
2013-01-07 13:40 UTC (4+ messages)
[Qemu-devel] [PATCH 1/1] Support abstract socket namespace in AF_UNIX socket family
2013-01-07 14:07 UTC (2+ messages)
[Qemu-devel] [PATCH v2] qdev: Don't assume existence of parent bus on unparenting
2013-01-07 14:02 UTC (3+ messages)
[Qemu-devel] [PATCH] add chardev_hotplug test
2013-01-07 13:57 UTC
[Qemu-devel] [PATCH 00/11] chardev hotplug patch series
2013-01-07 13:55 UTC (2+ messages)
` [Qemu-devel] [PATCH 06/11] chardev: add file chardev support to chardev-add (qmp)
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).