Show patches with: none      |   431524 patches
« 1 2 ... 825 826 8274315 4316 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,1/4] vl.c: generalise qemu_get_machine_opts() - - - - --- 2014-04-18 Peter Crosthwaite New
[v2,2/4] vl.c: Add qemu_get_boot_opts() - - - - --- 2014-04-18 Peter Crosthwaite New
[v2,3/4] vl.c: Use qemu_get_boot_opts - - - - --- 2014-04-18 Peter Crosthwaite New
[v2,4/4] nvram: fw_cfg: Fix -boot options in nvram/fw_cfg - - - - --- 2014-04-18 Peter Crosthwaite New
qemu-img: Exit with code 0 if there is no error - - - - --- 2014-04-18 Fam Zheng New
configure: Exit with code 0 with --help - - - - --- 2014-04-18 Fam Zheng New
[PULL] Trivial patches for 2014-04-18 - - - - --- 2014-04-18 Michael Tokarev New
[v3] doc: grammify "allows to" - - - - --- 2014-04-18 Michael Tokarev New
[v2] configure: Improve help behavior - - - - --- 2014-04-18 Fam Zheng New
[v2] glib: fix g_poll early timeout on windows - - - - --- 2014-04-18 Stanislav Vorobiov New
po/Makefile: Fix source path for in-tree builds - - - - --- 2014-04-18 Stefan Weil Accepted
po: Update all *.po files - - - - --- 2014-04-18 Stefan Weil Superseded
vmdk: Optimize cluster allocation - - - - --- 2014-04-18 Fam Zheng New
[1/4] Replace acpi_pcihp_get_bsel with generic object_property_get_int - - - - --- 2014-04-18 Kirill Batuzov New
[2/4] acpi-build: properly decrement objects' reference counters - - - - --- 2014-04-18 Kirill Batuzov New
[3/4] graphic_console_init: do not receive unneeded error descriptions - - - - --- 2014-04-18 Kirill Batuzov New
[4/4] PortioList: fix PortioList uses so they do not leak memory - - - - --- 2014-04-18 Kirill Batuzov New
[01/37] libdecnumber: Introduce libdecnumber Code - - - - --- 2014-04-18 Tom Musta New
[02/37] libdecnumber: Eliminate #include *Symbols.h - - - - --- 2014-04-18 Tom Musta New
[03/37] libdecnumber: Prepare libdecnumber for QEMU include structure - - - - --- 2014-04-18 Tom Musta New
[04/37] libdecnumber: Modify dconfig.h to Integrate with QEMU - - - - --- 2014-04-18 Tom Musta New
[05/37] libdecnumber: Change gstdint.h to stdint.h - - - - --- 2014-04-18 Tom Musta New
[06/37] libdecnumber: Eliminate redundant declarations - - - - --- 2014-04-18 Tom Musta New
[07/37] libdecnumber: Eliminate Unused Variable in decSetSubnormal - - - - --- 2014-04-18 Tom Musta New
[08/37] target-ppc: Enable Building of libdecnumber - - - - --- 2014-04-18 Tom Musta New
[09/37] libdecnumber: Introduce decNumberFrom[U]Int64 - - - - --- 2014-04-18 Tom Musta New
[10/37] libdecnumber: Introduce decNumberIntegralToInt64 - - - - --- 2014-04-18 Tom Musta New
[11/37] libdecnumber: Fix decNumberSetBCD - - - - --- 2014-04-18 Tom Musta New
[12/37] target-ppc: Define FPR Pointer Type for Helpers - - - - --- 2014-04-18 Tom Musta New
[13/37] target-ppc: Introduce Generator Macros for DFP Arithmetic Forms - - - - --- 2014-04-18 Tom Musta New
[14/37] target-ppc: Introduce Decoder Macros for DFP - - - - --- 2014-04-18 Tom Musta New
[15/37] target-ppc: Introduce DFP Helper Utilities - - - - --- 2014-04-18 Tom Musta New
[16/37] target-ppc: Introduce DFP Post Processor Utilities - - - - --- 2014-04-18 Tom Musta New
[17/37] target-ppc: Introduce DFP Add - - - - --- 2014-04-18 Tom Musta New
[18/37] target-ppc: Introduce DFP Subtract - - - - --- 2014-04-18 Tom Musta New
[19/37] target-ppc: Introduce DFP Multiply - - - - --- 2014-04-18 Tom Musta New
[20/37] target-ppc: Introduce DFP Divide - - - - --- 2014-04-18 Tom Musta New
[21/37] target-ppc: Introduce DFP Compares - - - - --- 2014-04-18 Tom Musta New
[22/37] target-ppc: Introduce DFP Test Data Class - - - - --- 2014-04-18 Tom Musta New
[23/37] target-ppc: Introduce DFP Test Data Group - - - - --- 2014-04-18 Tom Musta New
[24/37] target-ppc: Introduce DFP Test Exponent - - - - --- 2014-04-18 Tom Musta New
[25/37] target-ppc: Introduce DFP Test Significance - - - - --- 2014-04-18 Tom Musta New
[26/37] target-ppc: Introduce DFP Quantize - - - - --- 2014-04-18 Tom Musta New
[27/37] target-ppc: Introduce DFP Reround - - - - --- 2014-04-18 Tom Musta New
[28/37] target-ppc: Introduce DFP Round to Integer - - - - --- 2014-04-18 Tom Musta New
[29/37] target-ppc: Introduce DFP Convert to Long/Extended - - - - --- 2014-04-18 Tom Musta New
[30/37] target-ppc: Introduce Round to DFP Short/Long - - - - --- 2014-04-18 Tom Musta New
[31/37] target-ppc: Introduce DFP Convert to Fixed - - - - --- 2014-04-18 Tom Musta New
[32/37] target-ppc: Introduce DFP Convert to Fixed - - - - --- 2014-04-18 Tom Musta New
[33/37] target-ppc: Introduce DFP Decode DPD to BCD - - - - --- 2014-04-18 Tom Musta New
[34/37] target-ppc: Introduce DFP Encode BCD to DPD - - - - --- 2014-04-18 Tom Musta New
[35/37] target-ppc: Introduce DFP Extract Biased Exponent - - - - --- 2014-04-18 Tom Musta New
[36/37] target-ppc: Introduce DFP Insert Biased Exponent - - - - --- 2014-04-18 Tom Musta New
[37/37] target-ppc: Introduce DFP Shift Significand - - - - --- 2014-04-18 Tom Musta New
[v3] glib: fix g_poll early timeout on windows - - - - --- 2014-04-18 Stanislav Vorobiov New
qapi: generate space in c_type() to fix coding style - - 1 - --- 2014-04-19 Amos Kong New
virtfs-proxy-helper: fix call to accept - - 1 - --- 2014-04-19 Mike Frysinger New
blockdev: insert blockdev into QemuOptsList when hotplug via blockdev-add - - - - --- 2014-04-20 lijun New
blockdev: insert blockdev into QemuOptsList when hotplug via blockdev-add - - - - --- 2014-04-20 lijun New
[trivial] vl: Avoid to close stdout after finish 'writeconfig' option - - 1 - --- 2014-04-20 Chen Gang New
pc: Fix disabling of vapic for compat PC models - - - - --- 2014-04-20 Jan Kiszka New
armv7m_nvic: fix CPUID Base Register - - 1 - --- 2014-04-20 Rabin Vincent New
configure: add more detailed hint of old libfdt-dev missing libfdt_env.h - - - - --- 2014-04-21 john.liuli New
qemu-img: Improve error messages - - - - --- 2014-04-21 Fam Zheng New
libcacard: actually use the symbols file - - - - --- 2014-04-21 Michael Tokarev New
[Bug,1310324,NEW] Commit 0f842f8a introduces regression when using tcg-interpreter - - - - --- 2014-04-21 Stefan Weil Superseded
[v2,000/124] VMState Simplification (Massive) - - - - --- 2014-04-21 Juan Quintela New
[001/124] savevm: Ignore minimum_version_id_old if there is no load_state_old - - 1 - --- 2014-04-21 Juan Quintela New
[002/124] savevm: Remove all the unneded version_minimum_id_old (usb) 1 - - - --- 2014-04-21 Juan Quintela New
[003/124] savevm: Remove all the unneded version_minimum_id_old (ppc) 1 - - - --- 2014-04-21 Juan Quintela New
[004/124] savevm: Remove all the unneded version_minimum_id_old (arm) - - 1 - --- 2014-04-21 Juan Quintela New
[005/124] savevm: Remove all the unneded version_minimum_id_old (x86) 1 - 1 - --- 2014-04-21 Juan Quintela New
[006/124] savevm: Remove all the unneded version_minimum_id_old (rest) - - - - --- 2014-04-21 Juan Quintela New
[007/124] vmstate: Return error in case of error - - - - --- 2014-04-21 Juan Quintela New
[008/124] vmstate: Reduce code duplication - - - - --- 2014-04-21 Juan Quintela New
[009/124] vmstate: Refactor opening of files - - 2 - --- 2014-04-21 Juan Quintela New
[010/124] vmstate: Refactor & increase tests for primitive types - - - - --- 2014-04-21 Juan Quintela New
[011/124] vmstate: Port versioned tests to new format - - - - --- 2014-04-21 Juan Quintela New
[012/124] vmstate: Create test functions for versions until 15 - - - - --- 2014-04-21 Juan Quintela New
[013/124] vmstate: Remove VMSTATE_UINTL_EQUAL_V - - - - --- 2014-04-21 Juan Quintela New
[014/124] vmstate: Change VMSTATE_INTTL_V to VMSTATE_INTTL_TEST - - - - --- 2014-04-21 Juan Quintela New
[015/124] vmstate: Remove unused VMSTATE_UINTTL_ARRAY_V - - - - --- 2014-04-21 Juan Quintela New
[016/124] vmstate: Test for VMSTATE_BOOL_TEST - - - - --- 2014-04-21 Juan Quintela New
[017/124] vmstate: Test for VMSTATE_INT8_TEST - - - - --- 2014-04-21 Juan Quintela New
[018/124] vmstate: Test for VMSTATE_INT16_TEST - - - - --- 2014-04-21 Juan Quintela New
[019/124] vmstate: Test for VMSTATE_INT32_TEST - - - - --- 2014-04-21 Juan Quintela New
[020/124] vmstate: test for VMSTATE_INT64_TEST - - - - --- 2014-04-21 Juan Quintela New
[021/124] vmstate: Test for VMSTATE_UINT8_TEST - - - - --- 2014-04-21 Juan Quintela New
[022/124] vmstate: Test for VMSTATE_UINT16_TEST - - - - --- 2014-04-21 Juan Quintela New
[023/124] vmstate: Test for VMSTATE_UINT32_TEST - - - - --- 2014-04-21 Juan Quintela New
[024/124] vmstate: Test for VMSTATE_UINT64_TEST - - - - --- 2014-04-21 Juan Quintela New
[025/124] vmstate: Test for VMSTATE_FLOAT64 - - - - --- 2014-04-21 Juan Quintela New
[026/124] vmstate: Test for VMSTATE_UNUSED - - - - --- 2014-04-21 Juan Quintela New
[027/124] vmstate: Test for VMSTATE_BITMAP - - - - --- 2014-04-21 Juan Quintela New
[028/124] vmstate: Test for VMSTATE_UINT8_EQUAL - - - - --- 2014-04-21 Juan Quintela New
[029/124] vmstate: Test for VMSTATE_UINT16_EQUAL - - - - --- 2014-04-21 Juan Quintela New
[030/124] vmstate: Test for VMSTATE_UINT32_EQUAL - - - - --- 2014-04-21 Juan Quintela New
[031/124] vmstate: Test for VMSTATE_UINT64_EQUAL - - - - --- 2014-04-21 Juan Quintela New
[032/124] vmstate: Test for VMSTATE_INT32_EQUAL - - - - --- 2014-04-21 Juan Quintela New
[033/124] vmstate: Test for VMSTATE_INT32_LE - - - - --- 2014-04-21 Juan Quintela New
« 1 2 ... 825 826 8274315 4316 »