qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-07 15:39:43 to 2013-01-07 23:15:04 UTC [more...]

[Qemu-devel] [PATCH] linux-user,alpha: correct select()
 2013-01-07 23:14 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user, alpha: l_type of fcntl() flock differs
 2013-01-07 23:06 UTC  (2+ messages)

[Qemu-devel] [RESEND PATCH] pci-assign: Enable MSIX on device to match guest
 2013-01-07 22:41 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v6 0/6] Virtio refactoring
 2013-01-07 22:50 UTC  (19+ messages)

[Qemu-devel] [PATCH] qdev: obey no_user
 2013-01-07 22:48 UTC  (12+ messages)

[Qemu-devel] [PATCH v3 0/6] I2C libqos and tmp105 qtest support
 2013-01-07 22:42 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] libqtest: Prepare I2C libqos
` [Qemu-devel] [PATCH v3 2/6] tmp105: Split out I2C message constants from header
` [Qemu-devel] [PATCH v3 3/6] tmp105: Fix I2C protocol bug
` [Qemu-devel] [PATCH v3 4/6] tests: Add tmp105 qtest test case
` [Qemu-devel] [PATCH v3 5/6] tmp105: QOM'ify
` [Qemu-devel] [PATCH v3 6/6] tmp105: Add temperature QOM property

[Qemu-devel] [RFC PATCH 0/3] Time resync support by qemu-ga
 2013-01-07 22:26 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/3] qga: add support to get host time
` [Qemu-devel] [PATCH 2/3] qga: add guest-get-time command
` [Qemu-devel] [PATCH 3/3] qga: add guest-set-time command

[Qemu-devel] [PATCH 0/3] Towards vfio-base VGA device assignment
 2013-01-07 22:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] qemu: [NOT FOR COMMIT] Update linux headers for vfio VGA
` [Qemu-devel] [PATCH 2/3] vfio-pci: [NOT FOR COMMIT] Add support for VGA MMIO and I/O port access
` [Qemu-devel] [PATCH 3/3] vfio-pci: [NOT FOR COMMIT] Hack around HD5450 I/O port backdoor

[Qemu-devel] [PATCH] qga/channel-posix.c: Explicitly include string.h
 2013-01-07 22:12 UTC  (4+ messages)

[Qemu-devel] [PATCH] Replace remaining gmtime, localtime by gmtime_r, localtime_r
 2013-01-07 22:08 UTC 

[Qemu-devel] [PATCH 00/61] Virtio refactoring
 2013-01-07 21:53 UTC  (69+ 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] [PATCH] linux-user: correct reboot()
 2013-01-07 21:46 UTC  (6+ messages)
` [Qemu-devel] [PATCH][v2] "

[Qemu-devel] [PATCH] readline: avoid memcpy() of overlapping regions
 2013-01-07 21:36 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/4] MSI affinity for assigned devices
 2013-01-07 21:22 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/11] add qmp/hmp interfaces for snapshot info
 2013-01-07 21:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH 08/11] qmp: add interface query-snapshot

[Qemu-devel] [PATCH] savevm: Remove MinGW specific code which is no longer needed
 2013-01-07 21:20 UTC 

[Qemu-devel] [PATCH v3 0/2] Qemu boot order patch series
 2013-01-07 21:19 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/15] qdev: make reset semantics more clear and consistent, reset qbuses under virtio devices
 2013-01-07 20:51 UTC  (12+ messages)

[Qemu-devel] [PATCH 00/11] qdev: correct reference counting
 2013-01-07 20:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH 04/11] qdev: add reference count to a device for the BusChild
` [Qemu-devel] [PATCH 07/11] qdev: add reference for the bus while it is referred to by the DeviceState

[Qemu-devel] [PATCH 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
 2013-01-07 20:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 "
  ` [Qemu-devel] Ping "

[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 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] [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  (2+ messages)

[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 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  (6+ messages)
` [Qemu-devel] [PATCH 26/31] kvm: Update kernel headers
` [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] [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] [PULL 0/5] s390 patch queue 2013-01-07
 2013-01-07 15:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v4] s390: Add CPU reset handler
 2013-01-07 15:45 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).