Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 523 524 525 526 527 528 529 530 531 ... 567 568 Next »
Filters: State = Action Required remove filter    |    Archived = No remove filter
Patch Date Submitter Delegate State
arm-linux-user: fix elfload.c's AT_HWCAP reflected cpu features. 2011-11-09 Benoit Canet New
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features. 2011-11-09 Benoit Canet New
arm-semi.c: Handle get/put_user() failure accessing arguments 2012-10-14 Peter Maydell New
arm-semi: Provide access to CLI arguments passed through the "-append" option 2011-06-16 vincent New
arm/translate.c: Fix adc_CC/sbc_CC implementation 2013-02-25 Peter Crosthwaite New
arm/zynq: Add software reset 2013-05-08 Sebastian Huber New
arm: Fix compiler warning (fprintf format string) 2010-04-09 Stefan Weil New
arm: Fix missing 'return' in SRS handling. 2010-03-01 Adam Lackorzynski New
arm: a9mpcore: remove un-used ptimer_iomem field 2012-11-19 Peter Crosthwaite New
arm: add device tree support 2012-01-29 Grant Likely New
arm: add device tree support 2012-01-27 Grant Likely New
arm: add device tree support 2012-02-27 Peter Maydell New
arm: add device tree support 2012-01-29 Grant Likely New
arm: add device tree support 2012-02-22 Peter Maydell New
arm: allow machine IDs > 0xffff 2012-01-20 Grant Likely New
arm: fix arm kernel boot for non zero start addr 2010-05-08 Lars Munch New
arm: fix ldrexd/strexd 2010-11-04 Peter Maydell New
arm: higher initrd load addr 2010-08-12 Serge Hallyn New
arm: make RFE usable with any register 2010-03-02 Adam Lackorzynski New
arm: make sure that number of irqs can be represented in GICD_TYPER. 2012-02-19 Rusty Russell New
arm: prevent coprocessor IO reset 2010-05-08 Lars Munch New
arm: translate: comment typo - s/middel/middle/ 2012-08-06 Peter A. G. Crosthwaite New
arm: vexpress: Clear sysctl cfgctrl start bit 2012-12-22 Christoffer Dall New
arm_boot: Change initrd load address to "halfway through RAM" 2012-10-26 Peter Maydell New
arm_boot: support board IDs more than 16 bits wide 2012-01-20 Peter Maydell New
arm_gic: Rename gic_state to GICState 2012-10-10 Peter Maydell New
arm_gic: Send dbg msgs to stderr not stdout 2012-06-18 Peter A. G. Crosthwaite New
arm_gic: handle banked enable bits for per-cpu interrupts 2011-11-06 Peter Maydell New
arm_gic: handle banked enable bits for per-cpu interrupts 2011-10-28 Rabin Vincent New
arm_pic: Fix typo 2011-10-09 Andreas Färber New
armv7m: Guard against no -kernel argument 2012-08-10 Peter A. G. Crosthwaite New
astyle: Formatting rules for QEMU 2012-02-18 Stefan Weil New
astyle: Formatting rules for QEMU 2012-02-18 Blue Swirl New
atapi: Add 'medium ready' to 'medium not ready' transition on cd change 2011-04-18 Amit Shah New
atapi: Indicate 'medium not ready' to 'medium ready' transition via error 2011-04-15 Amit Shah New
audio streaming from usb devices 2010-02-03 David S. Ahern New
audio/alsa: fix comparison between requested and obtained formats 2010-04-21 Serge Ziryukin New
audio/alsa: fix comparison between requested and obtained formats 2010-04-21 Serge Ziryukin New
audio/sdlaudio: remove unused variable 2010-04-22 Serge Ziryukin New
audio/sdlaudio: remove unused variable 2010-04-22 Serge Ziryukin New
audio: Add license to audio_pt_int.c 2012-11-30 Stefan Weil New
audio: Enable all cards 2013-05-01 Jan Kiszka New
audio: Fix support for multiple soft output voices. 2011-01-11 digit@google.com New
audio: Make PC speaker audio card available by default 2012-07-19 Jan Kiszka New
audio: Make pcspk card selectable again 2012-07-20 Jan Kiszka New
audio: consolidate audio_init() 2011-01-21 Isaku Yamahata New
audio: disable timer when idle. 2010-11-15 Gerd Hoffmann New
audio: fix bug in mixeng_template.h build on NetBSD 2012-05-11 Roger Pau Monne New
audio: fix integer overflow expression 2011-05-31 Peter Maydell New
audio: previous audio buffer should be flushed 2012-08-27 munkyu.im New
audio: reset timer when enabling capture mode 2010-12-08 Michael Walle New
audio: split IN_T into two separate constants 2012-05-18 Roger Pau Monne New
audio: split sample conversion and volume mixing 2011-01-05 Michael Walle New
avoid core reading with bdrv_read (qemu-io) 2011-07-19 Frediano Ziglio New
avoid core reading with bdrv_read (qemu-io) 2011-07-19 Kevin Wolf New
avoid repeating contain header file 2012-04-09 Wanpeng Li New
avoid repeating contain header file 2012-04-11 Wanpeng Li New
avoid unreachable statement after break 2010-01-15 Paolo Bonzini New
balloon: Do not save VM state wrt asynchronous virtio operations 2010-03-09 Adam Litke New
balloon: Don't try fetching info if machine is stopped 2010-08-19 Amit Shah New
balloon: Fix overflow when reporting actual memory size 2010-03-25 Adam Litke New
baum: add destroy hook 2010-03-28 Samuel Thibault New
bdrv_co_flush_to_disk() don't flush as expected 2013-01-18 namei.unix@gmail.com New
bdrv_img_create: Fix segfault 2011-06-01 Kevin Wolf New
better describe -net options 2010-03-05 Brian Thomason New
bitbang_i2c: Fix spurious slave read after NACK 2011-05-28 Marcus Comstedt New
bitops.h: Add field32() and field64() functions to extract bitfields 2012-06-25 Peter Maydell New
bitops: fix test_and_change_bit() 2011-02-24 Corentin Chary New
bitops: fix types 2012-07-08 Blue Swirl New
bitops: unify bitops_ffsl with the one in host-utils.h 2013-01-30 Paolo Bonzini New
bitops: unify bitops_flsl with host-utils.h, call it bitops_clzl 2013-02-04 Richard Henderson New
bitops: unroll while loop in find_next_bit(). 2013-03-12 Peter Lieven New
blkverify: Add block driver for verifying I/O 2010-09-03 Stefan Hajnoczi New
blkverify: Handle overlapping I/O vector buffers 2010-09-20 Stefan Hajnoczi New
block migration: propagate return value when bdrv_write() returns < 0 2010-07-20 Yoshiaki Tamura New
block migration: replace tabs by spaces. 2010-07-26 Yoshiaki Tamura New
block migraton: check sectors before shift operation. 2010-07-19 Yoshiaki Tamura New
block stream: close unused files and update ->backing_hd 2012-03-22 Marcelo Tosatti New
block-migration: Flush requests in blk_mig_cleanup 2012-09-25 Kevin Wolf New
block-migration: deprecate block migration for the 1.2 release 2012-08-14 Anthony Liguori New
block.c typo in comment fixed 2011-11-01 matthias.bgg@googlemail.com New
block.c, block/vmdk.c: Fixed major bug in VMDK WRITE and READ handling - FIXES DATA CORRUPTION 2012-11-09 Paolo Bonzini New
block.c, block/vmdk.c: Fixed major bug in VMDK WRITE and READ handling - FIXES DATA CORRUPTION 2012-11-08 Gerhard Wiesinger New
block.h: Make BDRV_SECTOR_SIZE 64 bit safe 2010-05-27 Jes Sorensen New
block.h: bdrv_create2 doesn't exist any more 2010-04-13 Kevin Wolf New
block/cow : return real error code in cow.c 2011-12-08 Zhi Hui Li New
block/curl: Add support for Secure Shell (ssh/sftp) block device 2013-03-22 Richard W.M. Jones New
block/curl: Handle failed reads gracefully. 2011-08-15 Nicholas Thomas New
block/qcow.c : return real error code in qcow_open 2011-12-15 Zhi Hui Li New
block/qcow2.c : call qcow2_free_snapshots in the function of qcow2_close 2011-12-07 Zhi Hui Li New
block/raw-posix.c: add BLKDISCARD support 2011-11-11 e-t172 New
block/raw-posix: Abort on pread beyond end of non-growable file 2010-01-22 Kevin Wolf New
block/raw-posix: Linux compat-ioctl warning workaround 2011-06-29 Johannes Stezenbach New
block/raw-posix: detect readonly LVM volumes using BLKROGET 2013-02-04 Stefan Hajnoczi New
block/raw-posix: get right partition size 2011-05-23 Christoph Egger New
block/raw-posix: get right partition size 2011-05-23 Christoph Egger New
block/raw-posix: get right size of partition size 2011-05-23 Christoph Egger New
block/raw-posix: use a character device if a block device is given 2011-05-24 Christoph Egger New
block/raw-posix: use a character device if a block device is given 2011-05-23 Christoph Egger New
block/ssh: Add missing gcc format attributes 2013-04-18 Stefan Weil New