Show patches with: Archived = No       |   430957 patches
« 1 2 ... 534 535 5364309 4310 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
tcg-optimize: Fold sub r,0,x to neg r,x - - - - --- 2013-02-19 Richard Henderson New
[1/4] configure: Add --enable-migration-from-qemu-kvm - - - - --- 2013-02-19 Cole Robinson New
[2/4] acpi_piix4: Drop minimum_version_id to handle qemu-kvm migration - - - - --- 2013-02-19 Cole Robinson New
[3/4] i8254: Fix migration from qemu-kvm < 1.1 - - - - --- 2013-02-19 Cole Robinson New
[4/4] pc_piix: Add compat handling for qemu-kvm VGA mem size - - - - --- 2013-02-19 Cole Robinson New
.gitignore: Ignore optionrom/*.asm - - - - --- 2013-02-19 Cole Robinson New
[1/8] virtio-net: replace redundant config_size field with config_len - - - - --- 2013-02-19 Jesse Larrew New
[2/8] virtio: put struct VirtIOFeature in a header - - - - --- 2013-02-19 Jesse Larrew New
[3/8] virtio: pass host features to driver init functions - - - - --- 2013-02-19 Jesse Larrew New
[4/8] virtio: set config size using host features - - - - --- 2013-02-19 Jesse Larrew New
[5/8] virtio-balloon: fill in the table of feature_sizes - - - - --- 2013-02-19 Jesse Larrew New
[6/8] virtio-serial: fill in the feature table - - - - --- 2013-02-19 Jesse Larrew New
[7/8] virtio-scsi: fill in table of feature sizes - - - - --- 2013-02-19 Jesse Larrew New
[8/8] virtio-blk: fill in the feature table - - - - --- 2013-02-19 Jesse Larrew New
[v2,1/5] arm: mptimer: CamelCased type names - - 1 - --- 2013-02-20 Peter Crosthwaite New
[v2,2/5] arm: *mpcore.c: CamelCased type names - - - - --- 2013-02-20 Peter Crosthwaite New
[v2,3/5] arm: mptimer: Remove WDT distinction - - - - --- 2013-02-20 Peter Crosthwaite New
[v2,4/5] a9mpcore: remove old_timer_status field - - - - --- 2013-02-20 Peter Crosthwaite New
[v2,5/5] arm: a9mpcore: Coreify the SCU - - - - --- 2013-02-20 Peter Crosthwaite New
ICH9 LPC: Reset Control Register, basic implementation - - - - --- 2013-02-20 Laszlo Ersek New
[v9,1/3] iov: Factor out hexdumper - - - - --- 2013-02-20 Peter Crosthwaite New
[v10,1/3] hw: introduce standard SD host controller - - 1 - --- 2013-02-20 Peter Crosthwaite New
[v10,2/3] vl.c: allow for repeated -sd arguments 1 - 1 - --- 2013-02-20 Peter Crosthwaite New
[v10,3/3] xilinx_zynq: Added SD controllers - - 1 - --- 2013-02-20 Peter Crosthwaite New
target-mips: fix mips16 MULT/DIV (broken by ASE_DSP) - - - - --- 2013-02-20 Leon Yu New
[v1,1/6] i2c: support address ranges - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,2/6] i2c: Add no_init version of i2c_create_slave - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,3/6] cadence_i2c: first revision - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,4/6] hw: M24Cxx I2C EEPROM device model - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,5/6] hw: pca9548: Device model - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,6/6] xilinx_zynq: Add i2c components - - - - --- 2013-02-20 Peter Crosthwaite New
[v2,1/2] vl: add trace_runstate_set() - - - - --- 2013-02-20 Kazuya Saito New
[v2,2/2] migration: add migrate_set_state(), add trace_migrate_set_state() - - - - --- 2013-02-20 Kazuya Saito New
machine: correct macro name for default boot_order - - - - --- 2013-02-20 liguang New
spapr pci: getting rid of "busname" property - - - - --- 2013-02-20 Alexey Kardashevskiy New
[v1,1/5] xilinx_spips: Set unused IRQs to NULL - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,2/5] xilinx_spips: Fix bus setup conditional check - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,3/5] xilinx_spips: Add missing dual-bus snoop commands - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,4/5] xilinx_spips: QOM styling fixes - - - - --- 2013-02-20 Peter Crosthwaite New
[v1,5/5] xilinx_spips: seperate SPI and QSPI as two classes - - - - --- 2013-02-20 Peter Crosthwaite New
[01/38] tcg: Make 32-bit multiword operations optional for 64-bit hosts - - - - --- 2013-02-20 Richard Henderson New
[02/38] tcg-i386: Always implement 32-bit multiword ops - - - - --- 2013-02-20 Richard Henderson New
[03/38] tcg-sparc: Always implement 32-bit multiword ops - - - - --- 2013-02-20 Richard Henderson New
[04/38] tcg: Add 64-bit multiword arithmetic operations - - - - --- 2013-02-20 Richard Henderson New
[05/38] tcg: Add signed multiword multiplication operations - - - - --- 2013-02-20 Richard Henderson New
[06/38] tcg: Implement a 64-bit to 32-bit extraction helper - - - - --- 2013-02-20 Richard Henderson New
[07/38] tcg: Implement multiword multiply helpers - - - - --- 2013-02-20 Richard Henderson New
[08/38] tcg: Implement multiword addition helpers - - - - --- 2013-02-20 Richard Henderson New
[09/38] tcg-i386: Implement multiword arithmetic ops - - - - --- 2013-02-20 Richard Henderson New
[10/38] tcg-arm: Implement muls2_i32 - - - - --- 2013-02-20 Richard Henderson New
[11/38] target-i386: Use mulu2 and muls2 - - - - --- 2013-02-20 Richard Henderson New
[12/38] target-i386: Use add2 to implement the ADX extension - - - - --- 2013-02-20 Richard Henderson New
[13/38] tcg: Implement muls2 with mulu2 - - - - --- 2013-02-20 Richard Henderson New
[14/38] tcg: Apply life analysis to 64-bit multiword arithmetic ops - - - - --- 2013-02-20 Richard Henderson New
[15/38] target-alpha: Use mulu2 for umulh insn - - - - --- 2013-02-20 Richard Henderson New
[16/38] target-s390x: Use mulu2 for mlgr insn - - - - --- 2013-02-20 Richard Henderson New
[17/38] target-arm: Use mul[us]2 in gen_mul[us]_i64_i32 - - - - --- 2013-02-20 Richard Henderson New
[18/38] target-arm: Use mul[us]2 and add2 in umlal et al - - - - --- 2013-02-20 Richard Henderson New
[19/38] target-arm: Use add2 in gen_add_CC - - - - --- 2013-02-20 Richard Henderson New
[20/38] target-arm: Implement adc_cc inline - - - - --- 2013-02-20 Richard Henderson New
[21/38] target-arm: Implement sbc_cc inline - - - - --- 2013-02-20 Richard Henderson New
[22/38] target-mips: Use mul[us]2 in [D]MULT[U] insns - - - - --- 2013-02-20 Richard Henderson New
[23/38] target-cris: Use mul*2 in mul* insns - - - - --- 2013-02-20 Richard Henderson New
[24/38] target-ppc: Use mul*2 in mulh* insns - - - - --- 2013-02-20 Richard Henderson New
[25/38] target-ppc: Split out SO, OV, CA fields from XER - - - - --- 2013-02-20 Richard Henderson New
[26/38] target-ppc: Use setcond in gen_op_cmp - - - - --- 2013-02-20 Richard Henderson New
[27/38] target-ppc: Compute addition overflow without branches - - - - --- 2013-02-20 Richard Henderson New
[28/38] target-ppc: Compute addition carry with setcond - - - - --- 2013-02-20 Richard Henderson New
[29/38] target-ppc: Use add2 for carry generation - - - - --- 2013-02-20 Richard Henderson New
[30/38] target-ppc: Implement neg in terms of subf - - - - --- 2013-02-20 Richard Henderson New
[31/38] target-ppc: Compute arithmetic shift carry without branches - - - - --- 2013-02-20 Richard Henderson New
[32/38] target-ppc: Compute mullwo without branches - - - - --- 2013-02-20 Richard Henderson New
[33/38] target-sparc: Use official add2/sub2 interfaces for addx/subx - - - - --- 2013-02-20 Richard Henderson New
[34/38] target-sparc: Use mul*2 for multiply - - - - --- 2013-02-20 Richard Henderson New
[35/38] target-sh4: Use mul*2 for dmul* - - - - --- 2013-02-20 Richard Henderson New
[36/38] target-unicore32: Use mul*2 for do_mult 1 - - - --- 2013-02-20 Richard Henderson New
[37/38] target-xtensa: Use mul*2 for mul*hi - - - - --- 2013-02-20 Richard Henderson New
[38/38] target-xtensa: Use add2/sub2 for mac - - - - --- 2013-02-20 Richard Henderson New
[v2] vga: fix byteswapping. - - - - --- 2013-02-20 Gerd Hoffmann New
tap: forbid creating multiqueue tap when hub is used - - - - --- 2013-02-20 Jason Wang New
[v4,1/6] add documenation for new backup framework - - - - --- 2013-02-20 Dietmar Maurer New
[v4,2/6] add basic backup support to block driver - - - - --- 2013-02-20 Dietmar Maurer New
[v4,3/6] add backup related monitor commands - - - - --- 2013-02-20 Dietmar Maurer New
[v4,4/6] introduce new vma archive format - - - - --- 2013-02-20 Dietmar Maurer New
[v4,5/6] add regression tests for backup - - - - --- 2013-02-20 Dietmar Maurer New
[v4,6/6] add vm state to backups - - - - --- 2013-02-20 Dietmar Maurer New
doc: document -netdev hubport - - - - --- 2013-02-20 Stefan Hajnoczi New
help: add docs for multiqueue tap options - - 1 - --- 2013-02-20 Jason Wang New
[RESEND,for,1.4-stable] net: reduce memory allocation when multiqueue is not used - - - - --- 2013-02-20 Jason Wang New
[v4,01/10] main-loop: fix select_ret uninitialized variable warning - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,02/10] main-loop: switch to g_poll() on POSIX hosts - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,03/10] main-loop: switch POSIX glib integration to GPollFD - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,04/10] slirp: slirp/slirp.c coding style cleanup - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,05/10] slirp: switch to GPollFD - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,06/10] iohandler: switch to GPollFD - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,07/10] main-loop: drop rfds/wfds/xfds for good - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,08/10] aio: extract aio_dispatch() from aio_poll() - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,09/10] aio: convert aio_poll() to g_poll(3) - - - - --- 2013-02-20 Stefan Hajnoczi New
[v4,10/10] aio: support G_IO_HUP and G_IO_ERR - - - - --- 2013-02-20 Stefan Hajnoczi New
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses - - 1 - --- 2013-02-20 Peter Maydell New
« 1 2 ... 534 535 5364309 4310 »