Show patches with: none      |   431616 patches
« 1 2 ... 417 418 4194316 4317 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[13/14] qapi: convert change - - - - --- 2011-08-24 Anthony Liguori New
[12/14] qapi: introduce change-blockdev - - - - --- 2011-08-24 Anthony Liguori New
[11/14] qapi: add change-vnc-listen - - - - --- 2011-08-24 Anthony Liguori New
[10/14] qapi: add change-vnc-password - - - - --- 2011-08-24 Anthony Liguori New
[09/14] qapi: convert block_passwd and add set-blockdev-password - - - - --- 2011-08-24 Anthony Liguori New
[08/14] qapi: convert eject (qmp and hmp) to QAPI - - - - --- 2011-08-24 Anthony Liguori New
[07/14] qerror: add additional parameter to QERR_DEVICE_ENCRYPTED - - - - --- 2011-08-24 Anthony Liguori New
[06/14] monitor: expose readline state - - - - --- 2011-08-24 Anthony Liguori New
[05/14] block: add unsafe_probe - - - - --- 2011-08-24 Anthony Liguori New
[04/14] qapi: convert query-name - - - - --- 2011-08-24 Anthony Liguori New
[03/14] qapi: use middle mode in QMP server - - - - --- 2011-08-24 Anthony Liguori New
[02/14] qapi: add code generation support for middle mode - - - - --- 2011-08-24 Anthony Liguori New
[01/14] qerror: add qerror_report_err() - - - - --- 2011-08-24 Anthony Liguori New
[2/2,RFC] time: refactor QEMU timer to use GHRTimer - - - - --- 2011-08-22 Anthony Liguori New
[1/2] main: add high resolution GSource based timer - - - - --- 2011-08-22 Anthony Liguori New
main: force enabling of I/O thread - - - - --- 2011-08-22 Anthony Liguori New
[2/2] main: switch qemu_set_fd_handler to g_io_add_watch - - - - --- 2011-08-22 Anthony Liguori New
[1/2] Add glib support to main loop - - - - --- 2011-08-22 Anthony Liguori New
Wire g_new() and friends to the qemu_malloc() family - - - - --- 2011-08-21 Anthony Liguori New
[14/14] char: document the functions that will be the public interface - - - - --- 2011-08-15 Anthony Liguori New
[13/14] char: remove qemu_chr_send_event() - - - - --- 2011-08-15 Anthony Liguori New
[12/14] char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd() - - - - --- 2011-08-15 Anthony Liguori New
[11/14] char: rename qemu_chr_close() -> qemu_chr_delete() - - - - --- 2011-08-15 Anthony Liguori New
[10/14] char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() - - - - --- 2011-08-15 Anthony Liguori New
[09/14] char: rename qemu_chr_open() -> qemu_chr_new() - - - - --- 2011-08-15 Anthony Liguori New
[08/14] char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo() - - - - --- 2011-08-15 Anthony Liguori New
[07/14] char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() - - - - --- 2011-08-15 Anthony Liguori New
[06/14] char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() - - - - --- 2011-08-15 Anthony Liguori New
[05/14] char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() - - - - --- 2011-08-15 Anthony Liguori New
[04/14] char: rename qemu_chr_can_read() -> qemu_chr_be_can_read() - - - - --- 2011-08-15 Anthony Liguori New
[03/14] char: rename qemu_chr_read() -> qemu_chr_be_write() - - - - --- 2011-08-15 Anthony Liguori New
[02/14] char: rename qemu_chr_printf() -> qemu_chr_fe_printf() - - - - --- 2011-08-15 Anthony Liguori New
[01/14] char: rename qemu_chr_write() -> qemu_chr_fe_write() - - - - --- 2011-08-15 Anthony Liguori New
[2/2,FYI] coverage test for Linux installs - - - - --- 2011-08-08 Anthony Liguori New
[1/2] pc: make vgabios exit port more useful - - - - --- 2011-08-08 Anthony Liguori New
Revert "floppy: save and restore DIR register" - - - - --- 2011-08-04 Anthony Liguori New
migration: remove subsections in fdc and rtl8139 and bump versions (v2) - - - - --- 2011-08-03 Anthony Liguori New
migration: remove subsections in fdc and rtl8139 and bump versions - - - - --- 2011-08-02 Anthony Liguori New
[FYI] Scripts to generate project stats - - - - --- 2011-08-02 Anthony Liguori New
[12/12] char: enforce the use of qemu_chr_guest_open() - - - - --- 2011-08-01 Anthony Liguori New
[11/12] char: make all devices do qemu_chr_fe_open() - - - - --- 2011-08-01 Anthony Liguori New
[10/12] char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() - - - - --- 2011-08-01 Anthony Liguori New
[09/12] char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() - - - - --- 2011-08-01 Anthony Liguori New
[08/12] char: make monitor use new style interface - - - - --- 2011-08-01 Anthony Liguori New
[07/12] char: add backend edge notification interface - - - - --- 2011-08-01 Anthony Liguori New
[06/12] char: add an edge event API for the front ends - - - - --- 2011-08-01 Anthony Liguori New
[05/12] char: add read functions for backend and frontend - - - - --- 2011-08-01 Anthony Liguori New
[04/12] char: introduce backend tx queue - - - - --- 2011-08-01 Anthony Liguori New
[03/12] char: introduce tx queue to enable Unix style flow control - - - - --- 2011-08-01 Anthony Liguori New
[02/12] char: rename qemu_chr_[can_]read() to qemu_chr_be_[can_]write(). - - - - --- 2011-08-01 Anthony Liguori New
[01/12] char: rename qemu_chr_write() to qemu_chr_fe_write() - - - - --- 2011-08-01 Anthony Liguori New
[RFC] Add glib support to main loop - - - - --- 2011-07-27 Anthony Liguori New
[21/21] qom-chrdrv: add UnixServer - - - - --- 2011-07-25 Anthony Liguori New
[20/21] qom-chrdrv: add TCPServer class - - - - --- 2011-07-25 Anthony Liguori New
[19/21] qom-chrdrv: add Socket base class - - - - --- 2011-07-25 Anthony Liguori New
[18/21] qom-chrdrv: add memory character driver - - - - --- 2011-07-25 Anthony Liguori New
[17/21] qom: add CharDriver class - - - - --- 2011-07-25 Anthony Liguori New
[16/21] qom-devices: add a Pin class - - - - --- 2011-07-25 Anthony Liguori New
[15/21] qom: add Device class - - - - --- 2011-07-25 Anthony Liguori New
[14/21] qom: add example qsh command - - - - --- 2011-07-25 Anthony Liguori New
[13/21] qom: add plug_destroy command - - - - --- 2011-07-25 Anthony Liguori New
[12/21] qom: add plug_list_props QMP command - - - - --- 2011-07-25 Anthony Liguori New
[11/21] qom: add plug_set QMP command - - - - --- 2011-07-25 Anthony Liguori New
[10/21] qom: add plug_get QMP command - - - - --- 2011-07-25 Anthony Liguori New
[09/21] qom: add plug_list QMP command - - - - --- 2011-07-25 Anthony Liguori New
[08/21] qom: add plug_create QMP command - - - - --- 2011-07-25 Anthony Liguori New
[07/21] plug: add generated property types - - - - --- 2011-07-25 Anthony Liguori New
[06/21] plug: add socket property type - - - - --- 2011-07-25 Anthony Liguori New
[05/21] plug: add Plug property type - - - - --- 2011-07-25 Anthony Liguori New
[04/21] qom: add Plug class - - - - --- 2011-07-25 Anthony Liguori New
[03/21] qom: Add core type system - - - - --- 2011-07-25 Anthony Liguori New
[02/21] qom: convert QAPI to use Qconfig build system - - - - --- 2011-07-25 Anthony Liguori New
[01/21] qom: add make infrastructure - - - - --- 2011-07-25 Anthony Liguori New
[2/2] guest-agent: only enable FSFREEZE when it's supported by the kernel - - - - --- 2011-07-23 Anthony Liguori New
[1/2] qemu-ga: remove dependency on gio and gthread - - - - --- 2011-07-23 Anthony Liguori New
guest-agent: only enable FSFREEZE when it's supported by the kernel - - - - --- 2011-07-23 Anthony Liguori New
qemu-ga: remove dependency on gio and gthread - - - - --- 2011-07-23 Anthony Liguori New
guest-agent: fix build with OpenBSD - - - - --- 2011-07-22 Anthony Liguori New
timer: drop HPET and RTC 1 - - - --- 2011-05-31 Anthony Liguori New
qdev device documentation (Re: [PATCH 0/2] usb-linux: physical port handling.) - - - - --- 2011-05-13 Anthony Liguori New
qdev device documentation (Re: [PATCH 0/2] usb-linux: physical port handling.) - - - - --- 2011-05-12 Anthony Liguori New
lm32: fix build breakage due to uninitialized variable 'r' - - - - --- 2011-04-13 Anthony Liguori New
[RFC] qed: add support for Copy-on-Read - - - - --- 2011-03-31 Anthony Liguori New
[11/11] test-vmstate: add test case to verify we don't change VMState - - - - --- 2011-03-23 Anthony Liguori New
[10/11] vl: add a new -vmstate-dump option to write a VMState JSON schema - - - - --- 2011-03-23 Anthony Liguori New
[09/11] pckbd: make non-ISA pckbd use a unique name - - - - --- 2011-03-23 Anthony Liguori New
[08/11] fw_cfg: make sure all VMState fields are unique. - - - - --- 2011-03-23 Anthony Liguori New
[07/11] eeprom93xx: Use the new hack macro to avoid duplicate field names - - - - --- 2011-03-23 Anthony Liguori New
[06/11] fdc: fix migration of non-ISA fdc devices - - - - --- 2011-03-23 Anthony Liguori New
[05/11] vga-isa: fix migration by breaking it - - - - --- 2011-03-23 Anthony Liguori New
[04/11] sb16: fix migration quirk - - - - --- 2011-03-23 Anthony Liguori New
[03/11] vmstate: for vmstate types that reuse the same field, make sure name is unique - - - - --- 2011-03-23 Anthony Liguori New
[02/11] vmstate: register all VMStateDescriptions - - - - --- 2011-03-23 Anthony Liguori New
[01/11] Add hard build dependency on glib - - - - --- 2011-03-23 Anthony Liguori New
Supsend/resume regression in c995b4 WAS: Re: [Qemu-devel] [PATCH] Fix migration uint8 arrys handled - - - - --- 2011-03-22 Anthony Liguori New
[15/15] qapi: generate HTML report for test-libqmp - - - - --- 2011-03-11 Anthony Liguori New
[14/15] qapi: add test-libqmp - - - - --- 2011-03-11 Anthony Liguori New
[13/15] qapi: add code generator for libqmp (v2) - - - - --- 2011-03-11 Anthony Liguori New
[12/15] qapi: add QMP put-event command - - - - --- 2011-03-11 Anthony Liguori New
[11/15] qapi: add QMP qmp_capabilities command - - - - --- 2011-03-11 Anthony Liguori New
« 1 2 ... 417 418 4194316 4317 »