qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-26 08:16:29 to 2014-09-26 15:20:40 UTC [more...]

[Qemu-devel] [PATCH 0/2] Virtio-9p live migration patchset
 2014-09-26 15:19 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-9p: Add support for 9p migration

[Qemu-devel] [PATCH v2 0/5] xenfb: Add support for Windows PV frontend
 2014-09-26 15:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/5] xenfb: Unregister keyboard event handler correctly
` [Qemu-devel] [PATCH v2 2/5] xenfb: Activate mouse event handler
` [Qemu-devel] [PATCH v2 3/5] xenfb: Add option to use a grant ref for shared page

[Qemu-devel] [PATCH v2] ui/input: fix event emitting of repeated combined keys
 2014-09-26 15:15 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 00/17] QOMify accelerator code
 2014-09-26 15:12 UTC  (37+ messages)
` [Qemu-devel] [PATCH v2 01/17] vl.c: Small coding style fix
` [Qemu-devel] [PATCH v2 02/17] accel: Move accel code to accel.c
` [Qemu-devel] [PATCH v2 03/17] accel: Create AccelType typedef
` [Qemu-devel] [PATCH v2 04/17] accel: Simplify configure_accelerator() using AccelType *acc variable
` [Qemu-devel] [PATCH v2 05/17] accel: Move accel name lookup to separate function
` [Qemu-devel] [PATCH v2 06/17] accel: Use QOM classes for accel types
` [Qemu-devel] [PATCH v2 07/17] accel: Make AccelClass.available() optional
` [Qemu-devel] [PATCH v2 08/17] accel: Move KVM accel registration to kvm-all.c
` [Qemu-devel] [PATCH v2 09/17] accel: Move Xen registration code to xen-common.c
` [Qemu-devel] [PATCH v2 10/17] accel: Move qtest accel registration to qtest.c
` [Qemu-devel] [PATCH v2 11/17] accel: Remove tcg_available() function
` [Qemu-devel] [PATCH v2 12/17] accel: Move accel init/allowed code to separate function
` [Qemu-devel] [PATCH v2 13/17] accel: Rename 'init' method to 'init_machine'
` [Qemu-devel] [PATCH v2 14/17] accel: Pass MachineState object to accel init functions
` [Qemu-devel] [PATCH v2 15/17] accel: Create accel object when initializing machine
` [Qemu-devel] [PATCH v2 16/17] accel: Save AccelState on MachineState when initializing
` [Qemu-devel] [PATCH v2 17/17] kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct

[Qemu-devel] [PATCH v3 00/23] Split BlockBackend off BDS with an axe
 2014-09-26 15:00 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 13/23] virtio-blk: Rename VirtIOBlkConf variables to conf
` [Qemu-devel] [PATCH v3 14/23] hw: Convert from BlockDriverState to BlockBackend, mostly

[Qemu-devel] [PATCH v7 00/11] target-arm: Parts of the AArch64 EL2/3 exception model
 2014-09-26 14:46 UTC  (11+ messages)
` [Qemu-devel] [PATCH v7 02/11] target-arm: Add SCR_EL3
` [Qemu-devel] [PATCH v7 03/11] target-arm: A64: Refactor aarch64_cpu_do_interrupt
` [Qemu-devel] [PATCH v7 05/11] target-arm: Don't take interrupts targeting lower ELs
` [Qemu-devel] [PATCH v7 06/11] target-arm: A64: Correct updates to FAR and ESR on exceptions
` [Qemu-devel] [PATCH v7 07/11] target-arm: A64: Emulate the HVC insn
` [Qemu-devel] [PATCH v7 08/11] target-arm: Add a Hypervisor Trap exception type
` [Qemu-devel] [PATCH v7 09/11] target-arm: A64: Emulate the SMC insn
` [Qemu-devel] [PATCH v7 10/11] target-arm: Add IRQ and FIQ routing to EL2 and 3
` [Qemu-devel] [PATCH v7 11/11] target-arm: Add support for VIRQ and VFIQ

[Qemu-devel] [PULL 00/11] KVM (and more) patches for 2014-09-26
 2014-09-26 14:38 UTC  (12+ messages)
` [Qemu-devel] [PULL 01/11] pit: fix pit interrupt can't inject into vm after migration
` [Qemu-devel] [PULL 02/11] Introduce cpu_clean_all_dirty
` [Qemu-devel] [PULL 03/11] kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
` [Qemu-devel] [PULL 04/11] kvmclock: Ensure time in migration never goes backward
` [Qemu-devel] [PULL 05/11] hw/dma/i8257: Silence phony error message
` [Qemu-devel] [PULL 06/11] target-i386: update fp status fix
` [Qemu-devel] [PULL 07/11] serial: reset state at startup
` [Qemu-devel] [PULL 08/11] serial: check if backed by a physical serial port at realize time
` [Qemu-devel] [PULL 09/11] kvmvapic: fix migration when VM paused and when not running Windows
` [Qemu-devel] [PULL 10/11] po: fix conflict with %.mo rule in rules.mak
` [Qemu-devel] [PULL 11/11] kvm/valgrind: don't mark memory as initialized

[Qemu-devel] [PATCH v2 1/3] usb-hid: Move descriptor decision to usb-hid initfn
 2014-09-26 14:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/3] usb-hid: Add high speed mouse configuration

[Qemu-devel] [PATCH RESEND 0/9] virtio: fix virtio child recount in transports
 2014-09-26 14:21 UTC  (11+ messages)
` [Qemu-devel] [PATCH RESEND 1/9] virtio-net: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH RESEND 2/9] virtio: fix virtio-net child refcount in transports
` [Qemu-devel] [PATCH RESEND 3/9] virtio/vhost scsi: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH RESEND 4/9] virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transports
` [Qemu-devel] [PATCH RESEND 5/9] virtio-serial: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH RESEND 6/9] virtio-serial: fix virtio-serial child refcount in transports
` [Qemu-devel] [PATCH RESEND 7/9] virtio-rng: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH RESEND 8/9] virtio-rng: fix virtio-rng child refcount in transports
` [Qemu-devel] [PATCH RESEND 9/9] virtio-balloon: fix virtio-balloon "

[Qemu-devel] [PATCH qom v3 00/14] GPIO/IRQ QOMification: Phase 2 - Getting rid of SYSBUS IRQs
 2014-09-26 13:42 UTC  (10+ messages)
` [Qemu-devel] [PATCH qom v3 04/14] qmp: qstring: Handle NULL strings
` [Qemu-devel] [PATCH qom v3 05/14] qom: Allow clearing of a Link property
` [Qemu-devel] [PATCH qom v3 07/14] qdev: gpio: Re-impement qdev_connect_gpio QOM style

[Qemu-devel] [PATCH v3 00/21] target-mips: add MIPS64R6 Instruction Set support
 2014-09-26 14:12 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 03/21] target-mips: add SELEQZ and SELNEZ instructions
` [Qemu-devel] [PATCH v3 04/21] target-mips: move LL and SC instructions

[Qemu-devel] [PATCH v5] Support vhd type VHD_DIFFERENCING
 2014-09-26 13:43 UTC 

[Qemu-devel] [PATCH v4] Support vhd type VHD_DIFFERENCING
 2014-09-26 13:37 UTC  (3+ messages)
` [Qemu-devel] [v4] "

[Qemu-devel] [PATCH V3 0/7] cpu/acpi: convert cpu hot plug to hotplug_handler API
 2014-09-26 13:37 UTC  (10+ messages)
` [Qemu-devel] [PATCH V3 1/7] acpi/cpu: add cpu hotplug callback function to match "
` [Qemu-devel] [PATCH V3 4/7] pc: add cpu hotplug handler to PC_MACHINE
` [Qemu-devel] [PATCH V3 5/7] pc: Update rtc_cmos in pc_cpu_plug
` [Qemu-devel] [PATCH V3 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

[Qemu-devel] [PULL 00/16] Tracing patches
 2014-09-26 13:16 UTC  (18+ messages)
` [Qemu-devel] [PULL 01/16] trace: [ust] Fix format string computation in tcg-enabled events
` [Qemu-devel] [PULL 02/16] trace: docs: add trace file description
` [Qemu-devel] [PULL 03/16] trace: [qmp] Add commands to query and control event tracing state
` [Qemu-devel] [PULL 04/16] trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP
` [Qemu-devel] [PULL 05/16] trace-events: drop orphan virtio_blk_data_plane_complete_request
` [Qemu-devel] [PULL 06/16] trace-events: drop orphan usb_mtp_data_out
` [Qemu-devel] [PULL 07/16] trace-events: drop orphan iscsi trace events
` [Qemu-devel] [PULL 08/16] trace: tighten up trace-events regex to fix bad parse
` [Qemu-devel] [PULL 09/16] cleanup-trace-events.pl: Tighten search for trace event call
` [Qemu-devel] [PULL 10/16] trace-events: Drop unused megasas trace event
` [Qemu-devel] [PULL 11/16] trace-events: Drop orphaned monitor "
` [Qemu-devel] [PULL 12/16] trace-events: Fix comments pointing to source files
` [Qemu-devel] [PULL 13/16] trace: install trace-events file
` [Qemu-devel] [PULL 14/16] scripts/tracetool: don't barf on formats with precision
` [Qemu-devel] [PULL 15/16] ohci: Split long traces to smaller ones
` [Qemu-devel] [PULL 16/16] ohci: drop computed flags from trace events

[Qemu-devel] [PATCH v2 00/36] complete conversion to hotplug-handler API
 2014-09-26 13:06 UTC  (49+ messages)
` [Qemu-devel] [PATCH v2 01/36] test: virtio-scsi: check if hot-plug/unplug works
` [Qemu-devel] [PATCH v2 02/36] test: virtio-serial: "
` [Qemu-devel] [PATCH v2 03/36] test: libqos: add qpci_plug_device_test() and qpci_unplug_acpi_device_test()
` [Qemu-devel] [PATCH v2 04/36] test: virtio-rng: check if hot-plug/unplug works
` [Qemu-devel] [PATCH v2 05/36] test: virtio-net: "
` [Qemu-devel] [PATCH v2 06/36] test: virtio-blk: "
` [Qemu-devel] [PATCH v2 07/36] test: usb: move uhci port test code to libqos/usb.c
` [Qemu-devel] [PATCH v2 08/36] test: usb: add port test to uhci unit test
` [Qemu-devel] [PATCH v2 09/36] test: usb: generic usb device hotplug
` [Qemu-devel] [PATCH v2 10/36] test: usb: usb-storage hotplug test
` [Qemu-devel] [PATCH v2 11/36] test: usb: usb-uas "
` [Qemu-devel] [PATCH v2 12/36] access BusState.allow_hotplug using wraper qbus_is_hotpluggable()
` [Qemu-devel] [PATCH v2 13/36] qdev: do not allow to instantiate non hotpluggable device with device_add
` [Qemu-devel] [PATCH v2 14/36] qdev: HotplugHandler: rename unplug callback to unplug_request
` [Qemu-devel] [PATCH v2 15/36] qdev: HotplugHandler: provide unplug callback
` [Qemu-devel] [PATCH v2 16/36] qdev: add simple/generic unplug callback for HotplugHandler
` [Qemu-devel] [PATCH v2 17/36] qdev: add wrapper to set BUS as HotplugHandler
` [Qemu-devel] [PATCH v2 18/36] qdev: drop hotplug check from bus_add_child()
` [Qemu-devel] [PATCH v2 19/36] target-i386: ICC bus: drop BusState.allow_hotplug
` [Qemu-devel] [PATCH v2 20/36] virtio-pci: "
` [Qemu-devel] [PATCH v2 21/36] virtio-serial: convert to hotplug-handler API
` [Qemu-devel] [PATCH v2 22/36] virtio-mmio: drop useless bus->allow_hotplug = 0
` [Qemu-devel] [PATCH v2 23/36] s390x: drop not used allow_hotplug in event-facility
` [Qemu-devel] [PATCH v2 24/36] s390x: convert s390-virtio to hotplug handler API
  ` [Qemu-devel] [PATCH v3 "
  ` [Qemu-devel] [PATCH v4 "
` [Qemu-devel] [PATCH v2 25/36] s390x: convert virtio-ccw "
` [Qemu-devel] [PATCH v2 26/36] scsi: set SCSI BUS itself as default HotplugHandler
` [Qemu-devel] [PATCH v2 27/36] scsi: convert pvscsi HBA to hotplug handler API
` [Qemu-devel] [PATCH v2 28/36] scsi: convert virtio-scsi "
` [Qemu-devel] [PATCH v2 29/36] scsi: cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields
` [Qemu-devel] [PATCH v2 30/36] usb-bot: mark device as non hotpluggable
` [Qemu-devel] [PATCH v2 31/36] usb-bot: drop not needed "allow_hotplug = 0"
` [Qemu-devel] [PATCH v2 32/36] usb-storage: "
` [Qemu-devel] [PATCH v2 33/36] usb: convert usb-ccid to hotplug handler API
` [Qemu-devel] [PATCH v2 34/36] usb: convert usb devices "
` [Qemu-devel] [PATCH v2 35/36] qdev: drop legacy hotplug fields/methods
` [Qemu-devel] [PATCH v2 36/36] qdev: HotplugHandler: add support for unplugging BUS-less devices

[Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible
 2014-09-26 13:09 UTC 

[Qemu-devel] [PATCH v3 0/7] Dynamic sysbus device allocation support
 2014-09-26 12:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 5/7] sysbus: Add new platform bus helper device

[Qemu-devel] [RFC] arm/virt: mark timer in fdt as armv8-compatible
 2014-09-26 12:34 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/7] add description field in ObjectProperty and PropertyInfo struct
 2014-09-26 12:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 6/7] qmp: print descriptions of object properties

[Qemu-devel] [PATCH v3] pc-dimm/numa: Fix stat of memory size in node when hotplug memory
 2014-09-26 11:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/19] drop qapi nested structs
 2014-09-26 11:40 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 08/19] qapi: Better error messages for bad expressions
` [Qemu-devel] [PATCH v4 13/19] qapi: More rigourous checking of types

[Qemu-devel] [PATCH] main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously
 2014-09-26 11:25 UTC  (3+ messages)

[Qemu-devel] [PULL 00/21] KVM, memory, build, migration changes for 2014-09-11
 2014-09-26 11:18 UTC  (4+ messages)
` [Qemu-devel] [PULL 13/21] apic_common: vapic_paddr synchronization fix

[Qemu-devel] [PULL 0/3] s390x/kvm: some fixes and cleanups
 2014-09-26 11:18 UTC  (7+ messages)
` [Qemu-devel] [PULL 2/3] s390x/css: support format-0 ccws
` [Qemu-devel] [PULL 3/3] s390x/css: catch ccw sequence errors

[Qemu-devel] [PATCH] ohci: Split long traces to smaller ones
 2014-09-26  8:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH] ohci: drop computed flags from trace events

[Qemu-devel] [PATCH] ohci: Fix compile errors without --enable-trace-backend
 2014-09-26  8:32 UTC  (4+ messages)

[Qemu-devel] [PATCH] input: fix send-key monitor command release event ordering
 2014-09-26 10:13 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/23] qom hooks to clean up cpu_exec
 2014-09-26 10:45 UTC  (2+ messages)

[Qemu-devel] [Bug 1307225] Re: Running a virtual machine on a Haswell system produces machine check events
 2014-09-26 10:33 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] xenfb: Document public headers
 2014-09-26 10:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] xenfb: Add comment documentation
  ` [Qemu-devel] [Xen-devel] "

[Qemu-devel] [PACTH v4 0/6] ARM: add PSCI 0.2 support in TCG mode
 2014-09-26 10:17 UTC  (5+ messages)
` [Qemu-devel] [PACTH v4 3/6] target-arm: add hvc and smc exception emulation handling infrastructure
` [Qemu-devel] [PACTH v4 5/6] target-arm: add emulation of PSCI calls for system emulation

[Qemu-devel] [PATCH v1 0/3] monitor: add peripheral device del completion support
 2014-09-26  9:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 2/3] qom: export object_property_is_child()
` [Qemu-devel] [PATCH v1 3/3] monitor: add del completion for peripheral device

[Qemu-devel] [PULL v3 00/15] pci, pc, virtio, misc bugfixes
 2014-09-26  9:19 UTC  (6+ messages)
` [Qemu-devel] [PULL v3 14/15] virtio-pci: fix migration for pci bus master

[Qemu-devel] [PATCH v2] pc-dimm: Don't check dimm->node when there is non-NUMA config
 2014-09-26  9:16 UTC 

[Qemu-devel] [RFC PATCH v0 0/2] target-ppc: Fix an invalid free
 2014-09-26  9:07 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v0 1/2] target-ppc: Use macros in opcodes table handling code
` [Qemu-devel] [RFC PATCH v0 2/2] target-ppc: Fix an invalid free in opcode "

[Qemu-devel] [PATCH] target-xtensa: avoid duplicate timer interrupt delivery
 2014-09-26  8:47 UTC 

[Qemu-devel] [PATCH] ui/input: fix event emitting of repeated combined keys
 2014-09-26  8:45 UTC 

[Qemu-devel] [PATCH v2] vl: Adjust the place of calling mlockall to speedup VM's startup
 2014-09-26  8:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] qga: Rewrite code where using readdir_r
 2014-09-26  8:32 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] os-posix: improve the error message printing
 2014-09-26  8:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] os-posix: change tab to space avoid violating coding style

[Qemu-devel] [PATCH] qemu-ga: added windows support for 'guest-network-get-interfaces'
 2014-09-26  8:27 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/10] target-arm: Parts of the AArch64 EL2/3 exception model
 2014-09-26  8:20 UTC  (8+ messages)
` [Qemu-devel] [PATCH v6 08/10] target-arm: A64: Emulate the SMC insn

[Qemu-devel] [PATCH] kvm/valgrind: dont mark memory as initialized
 2014-09-26  8:18 UTC  (2+ 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).