Show patches with: none      |   434305 patches
« 1 2 ... 533 534 5354343 4344 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[17/57] target-i386: add helper functions to get other flags - - 1 - --- 2013-01-24 Richard Henderson New
[18/57] target-i386: do not compute eflags multiple times consecutively - - 1 - --- 2013-01-24 Richard Henderson New
[19/57] target-i386: no need to flush out cc_op before gen_eob - - - - --- 2013-01-24 Richard Henderson New
[20/57] target-i386: Move CC discards to set_cc_op - - - - --- 2013-01-24 Richard Henderson New
[21/57] target-i386: do not call helper to compute ZF/SF - - 1 - --- 2013-01-24 Richard Henderson New
[22/57] target-i386: use inverted setcond when computing NS or NZ - - 1 - --- 2013-01-24 Richard Henderson New
[23/57] target-i386: convert gen_compute_eflags_c to TCG - - 1 - --- 2013-01-24 Richard Henderson New
[24/57] target-i386: change gen_setcc_slow_T0 to gen_setcc_slow - - 1 - --- 2013-01-24 Richard Henderson New
[25/57] target-i386: optimize setbe - - 1 - --- 2013-01-24 Richard Henderson New
[26/57] target-i386: optimize setle - - - - --- 2013-01-24 Richard Henderson New
[27/57] target-i386: optimize setcc instructions - - - - --- 2013-01-24 Richard Henderson New
[28/57] target-i386: introduce CCPrepare - - - - --- 2013-01-24 Richard Henderson New
[29/57] target-i386: introduce gen_prepare_cc - - - - --- 2013-01-24 Richard Henderson New
[30/57] target-i386: use CCPrepare to generate conditional jumps - - - - --- 2013-01-24 Richard Henderson New
[31/57] target-i386: inline gen_prepare_cc_slow - - - - --- 2013-01-24 Richard Henderson New
[32/57] target-i386: cleanup temporary macros for CCPrepare - - - - --- 2013-01-24 Richard Henderson New
[33/57] target-i386: introduce gen_cmovcc1 - - - - --- 2013-01-24 Richard Henderson New
[34/57] target-i386: expand cmov via movcond - - - - --- 2013-01-24 Richard Henderson New
[35/57] target-i386: kill cpu_T3 - - - - --- 2013-01-24 Richard Henderson New
[36/57] target-i386: use gen_op for cmps/scas - - - - --- 2013-01-24 Richard Henderson New
[37/57] target-i386: introduce gen_jcc1_noeob - - - - --- 2013-01-24 Richard Henderson New
[38/57] target-i386: Update cc_op before TCG branches - - - - --- 2013-01-24 Richard Henderson New
[39/57] target-i386: optimize flags checking after sub using CC_SRC2 - - - - --- 2013-01-24 Richard Henderson New
[40/57] target-i386: Use CC_SRC2 for ADC and SBB - - - - --- 2013-01-24 Richard Henderson New
[41/57] target-i386: Don't reference ENV through most of cc helpers - - - - --- 2013-01-24 Richard Henderson New
[42/57] target-i386: Make helper_cc_compute_all const - - - - --- 2013-01-24 Richard Henderson New
[43/57] target-i386: Tidy prefix parsing - - - - --- 2013-01-24 Richard Henderson New
[44/57] target-i386: Decode the VEX prefixes - - - - --- 2013-01-24 Richard Henderson New
[45/57] target-i386: Implement MOVBE - - - - --- 2013-01-24 Richard Henderson New
[46/57] target-i386: Implement ANDN - - - - --- 2013-01-24 Richard Henderson New
[47/57] target-i386: Implement BEXTR - - - - --- 2013-01-24 Richard Henderson New
[48/57] target-i386: Implement BLSR, BLSMSK, BLSI - - - - --- 2013-01-24 Richard Henderson New
[49/57] target-i386: Implement BZHI - - - - --- 2013-01-24 Richard Henderson New
[50/57] target-i386: Implement MULX - - - - --- 2013-01-24 Richard Henderson New
[51/57] target-i386: Implement PDEP, PEXT - - - - --- 2013-01-24 Richard Henderson New
[52/57] target-i386: Implement SHLX, SARX, SHRX - - - - --- 2013-01-24 Richard Henderson New
[53/57] target-i386: Implement RORX - - - - --- 2013-01-24 Richard Henderson New
[54/57] target-i386: Implement ADX extension - - - - --- 2013-01-24 Richard Henderson New
[55/57] target-i386: Use clz/ctz for bsf/bsr helpers - - - - --- 2013-01-24 Richard Henderson New
[56/57] target-i386: Simplify bsf/bsr flags computation - - - - --- 2013-01-24 Richard Henderson New
[57/57] target-i386: Implement tzcnt and fix lzcnt - - - - --- 2013-01-24 Richard Henderson New
[1/3] vl: skip init accelerator if it's not available - - - - --- 2013-01-24 liguang New
[2/3] vl: correct error message when fail to init kvm - - - - --- 2013-01-24 liguang New
[3/3] accel: change {xen, kvm, tcg, qtest}_allowed from int to bool - - - - --- 2013-01-24 liguang New
[prep,for-1.4,v3,1/2] prep_pci: Create PCIBus and PCIDevice in-place - - - - --- 2013-01-24 Andreas Färber New
[prep,for-1.4,v3,2/2] prep_pci: Convert to QOM realizefn - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,01/12] ppc: Move Mac machines to hw/ppc/ - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,02/12] macio: QOM'ify some more - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,03/12] macio: Delay qdev init until all fields are initialized - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,04/12] macio: Split MacIO in two - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,05/12] mac_nvram: Clean up public API - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,06/12] mac_nvram: Mark as Big Endian - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,07/12] mac_nvram: QOM'ify MacIO NVRAM - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,08/12] ide/macio: QOM'ify MacIO IDE - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,09/12] cuda: QOM'ify CUDA - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,10/12] adb: QOM'ify Apple Desktop Bus - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,11/12] adb: QOM'ify ADB devices - - - - --- 2013-01-24 Andreas Färber New
[for-1.4,v4,12/12] cuda: Move ADB bus into CUDA state - - - - --- 2013-01-24 Andreas Färber New
[v3] PIIX3: reset the VM when the Reset Control Register's RCPU bit gets set - - 1 - --- 2013-01-24 Laszlo Ersek New
[for-1.4] target-cris: Fix typo in D_LOG() macro - - - - --- 2013-01-24 Andreas Färber New
[V11,1/4] add def_value_str and use it in qemu_opts_print - - - - --- 2013-01-24 Dong Xu Wang New
[V11,2/4] Create four opts list related functions - - - - --- 2013-01-24 Dong Xu Wang New
[V11,3/4] Use QemuOpts support in block layer - - - - --- 2013-01-24 Dong Xu Wang New
[V11,4/4] remove QEMUOptionParameter related functions and struct - - - - --- 2013-01-24 Dong Xu Wang New
[1/6] bochs: Fix bdrv_open() error handling - - - - --- 2013-01-24 Kevin Wolf New
[2/6] cloop: Fix bdrv_open() error handling - - - - --- 2013-01-24 Kevin Wolf New
[3/6] vpc: Fix bdrv_open() error handling - - - - --- 2013-01-24 Kevin Wolf New
[4/6] dmg: Fix bdrv_open() error handling - - - - --- 2013-01-24 Kevin Wolf New
[5/6] dmg: Use g_free instead of free - - - - --- 2013-01-24 Kevin Wolf New
[6/6] parallels: Fix bdrv_open() error handling - - - - --- 2013-01-24 Kevin Wolf New
vmware_vga: fix out of bounds and invalid rects updating 1 - 1 - --- 2013-01-24 Michael Tokarev New
s390: Add default support for SCLP console - - - - --- 2013-01-24 Alexander Graf New
ide: Add fall through annotations - - 1 - --- 2013-01-24 Kevin Wolf New
[01/11] s390: Lowcore mapping helper. - - - - --- 2013-01-24 Cornelia Huck New
[02/11] s390: Add mapping helper functions. - - - - --- 2013-01-24 Cornelia Huck New
[03/11] s390: Channel I/O basic definitions. - - - - --- 2013-01-24 Cornelia Huck New
[04/11] s390: I/O interrupt and machine check injection. - - - - --- 2013-01-24 Cornelia Huck New
[05/11] s390: Add channel I/O instructions. - - - - --- 2013-01-24 Cornelia Huck New
[06/11] s390: Virtual channel subsystem support. - - - - --- 2013-01-24 Cornelia Huck New
[07/11] s390: Wire up channel I/O in kvm. - - - - --- 2013-01-24 Cornelia Huck New
[08/11] s390: Add new channel I/O based virtio transport. - - - - --- 2013-01-24 Cornelia Huck New
[09/11] s390-virtio: Factor out some initialization code. - - - - --- 2013-01-24 Cornelia Huck New
[10/11] s390: Add default support for SCLP console - - - - --- 2013-01-24 Cornelia Huck New
[11/11] s390: Add s390-ccw-virtio machine. - - - - --- 2013-01-24 Cornelia Huck New
[PULL,1.4,0/2] Another SCSI pull request for 1.4 - - - - --- 2013-01-24 Paolo Bonzini New
[1/2] iscsi: do not leak acb->buf when commands are aborted - - - - --- 2013-01-24 Paolo Bonzini New
[2/2] iscsi: add support for iovectors - - - - --- 2013-01-24 Paolo Bonzini New
trace: work around ranlib warning for 'nop' backend - - - - --- 2013-01-24 Stefan Hajnoczi New
[1/2] s390: Add new channel I/O based virtio transport. - - - - --- 2013-01-24 Cornelia Huck New
[2/2] s390: Add s390-ccw-virtio machine. - - - - --- 2013-01-24 Cornelia Huck New
[1/7] usb-storage: use scsi_req_enqueue return value - - - - --- 2013-01-24 Gerd Hoffmann New
[2/7] usb-host: move legacy cmd line bits - - - - --- 2013-01-24 Gerd Hoffmann New
[3/7] usb-host: remove usb_host_device_close - - - - --- 2013-01-24 Gerd Hoffmann New
[4/7] usb: add usb_ep_set_halted - - - - --- 2013-01-24 Gerd Hoffmann New
[5/7] usb: make usb_packet_copy operate on combined packets - - - - --- 2013-01-24 Gerd Hoffmann New
[6/7] usb-redir: simplify packet copy - - - - --- 2013-01-24 Gerd Hoffmann New
[7/7,wip] use libusb for usb-host - - - - --- 2013-01-24 Gerd Hoffmann New
[RFC,v5,1/8] oslib-posix: Align to permit transparent hugepages on ARM Linux - - - - --- 2013-01-24 Peter Maydell New
[RFC,v5,2/8] linux-headers: Add ARM KVM headers (not for upstream) - - - - --- 2013-01-24 Peter Maydell New
[RFC,v5,3/8] ARM: KVM: Add support for KVM on ARM architecture - - - - --- 2013-01-24 Peter Maydell New
« 1 2 ... 533 534 5354343 4344 »