]> Git Repo - qemu.git/history - hw
lsi: Purge message queue on reset
[qemu.git] / hw /
2010-05-10 Jan Kiszkalsi: Purge message queue on reset
2010-05-10 Jan Kiszkascsi-disk: Clear aiocb on read completion
2010-05-10 Jan KiszkaSCSI: Add disk reset handler
2010-05-10 Amit Shahiov: Move from hw/ to topdir
2010-05-03 Bernhard M. Wiedemannhw: better i440 emulation
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TFLUSH support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREMOVE support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCREATE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWRITE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCLUNK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREAD support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TOPEN support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWALK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TATTACH support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TVERSION support
2010-05-03 Anthony Liguorivirtio-9p: Add sg helper functions
2010-05-03 Anthony Liguorivirtio-9p: Add stat and mode related helper functions.
2010-05-03 Anthony Liguorivirtio-9p: Add fid and qid management support.
2010-05-03 Anthony Liguorivirtio-9p: Add minimal set of FileOperations
2010-05-03 Anthony Liguorivirtio-9p: Add string manipulation support.
2010-05-03 Anthony Liguorivirtio-9p: pdu processing support.
2010-05-03 Anthony Liguorivirtio-9p: Add a virtio 9p device to qemu
2010-05-03 Gautham R Shenoyvirtio-9p: Create a commandline option -fsdev
2010-05-03 Amit Shahvirtio-serial: Fix check for 'assert'; prevent NULL...
2010-05-03 Jan Kiszkalsi: Properly initialize controller state on reset
2010-05-03 Jan Kiszkalsi: Purge request queue on soft reset
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-05-02 Blue SwirlFix missing '|' in '|=', spotted by clang analyzer
2010-05-01 Igor V. Kovalenkocmd646: fix abort due to changed opaque pointer for...
2010-05-01 Igor V. Kovalenkocmd646: pass pci_dev as it needs it
2010-04-28 Marcelo Tosattivga: fix typo in length passed to kvm_log_stop
2010-04-28 Amit Shahvirtio-serial: Implement flow control for individual...
2010-04-28 Amit Shahvirtio-serial: Discard data that guest sends us when...
2010-04-28 Amit Shahvirtio-serial: Apps should consume all data that guest...
2010-04-28 Amit Shahvirtio-serial: Handle scatter/gather input from the...
2010-04-28 Amit Shahvirtio-serial: Handle scatter-gather buffers for contro...
2010-04-28 Amit Shahiov: Add iov_to_buf and iov_size helpers
2010-04-28 Amit Shahiov: Introduce a new file for helpers around iovs,...
2010-04-28 Amit Shahvirtio-serial: Send out guest data to ports only if...
2010-04-28 Amit Shahvirtio-serial: Propagate errors in initialising ports...
2010-04-28 Amit Shahvirtio-serial: Update copyright year to 2010
2010-04-28 Amit Shahvirtio-serial: Remove redundant check for 0-sized write...
2010-04-28 Amit Shahvirtio-serial: whitespace: match surrounding code
2010-04-28 Amit Shahvirtio-serial: Use control messages to notify guest...
2010-04-28 Amit Shahvirtio-serial: save/load: Send target host connection...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure we have hot-plugged...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure nr_ports on src and...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure target has enough...
2010-04-25 Blue Swirlsh4: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlppc: add missing 'break', spotted by clang analyzer
2010-04-25 Blue Swirlppc: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlalpha: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlmicroblaze: remove dead assignments, spotted by clang...
2010-04-25 Blue Swirlcris: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlarm: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlx86: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue SwirlRemove dead assignments in various common files, spotte...
2010-04-25 Blue Swirlusb: remove dead assignments, spotted by clang analyzer
2010-04-25 Blue Swirlbt: remove dead assignments, spotted by clang analyzer
2010-04-23 Blue SwirlFix harmless if statement with empty body, spotted...
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Bruce RogersRemove un-needed code
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-23 Kevin WolfMake qemu-config available for tools
2010-04-22 Andrzej Zaborowskibt-sdp: Fix an excessive ; and assignment of the wrong...
2010-04-22 Blue Swirlbt-l2cap: fix if statement with empty body, spotted...
2010-04-20 Isaku Yamahatapci: fix pci_find_bus().
2010-04-18 M. Mohan KumarCheck for invalid initrd file
2010-04-18 Kevin Wolfvirtio-blk: Fix use after free in error case
2010-04-18 Markus Armbrustererror: Use QERR_INVALID_PARAMETER_VALUE instead of...
2010-04-18 Markus Armbrustererror: Drop extra messages after qemu_opts_set() and...
2010-04-18 Markus Armbrustermonitor: convert do_device_del() to QObject, QError
2010-04-18 Markus Armbrusterqdev: Convert qdev_unplug() to QError
2010-04-18 Blue SwirlFix harmless if statements with empty body, spotted...
2010-04-18 Artyom Tarasenkosparc32 use empty_slot for missing RAM v1
2010-04-18 Artyom Tarasenkocreate empty_slot device
2010-04-18 Blue SwirlFix harmless if statements with empty body, spotted...
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-13 Marcelo Tosattivhost.c: include <linux/vhost.h> last
2010-04-13 Michael S. Tsirkinvhost-net: disable mergeable buffers
2010-04-13 David L Stevensvhost: fix features ack
2010-04-13 Aurelien Jarnosh_pci: fix memory and I/O access
2010-04-13 Aurelien Jarnor2d: always enable IDE and flash
2010-04-11 Aurelien Jarnohw/r2d: add initrd support
2010-04-11 Marcelo Tosattivhost.c: include <linux/vhost.h> last
2010-04-11 Michael S. Tsirkinvhost-net: disable mergeable buffers
2010-04-11 David L Stevensvhost: fix features ack
2010-04-11 Michael S. Tsirkineepro100: convert to new capability API
2010-04-11 Michael S. Tsirkinpci: add API to add capability at a known offset
2010-04-11 Aurelien Jarnohw/r2d: add flash memory
2010-04-09 Alexander GrafImplement virtio reset
2010-04-09 Gerd Hoffmannlsi: fix segfault in lsi_command_complete
2010-04-09 Paolo Bonzinimove targphys.h and hw/poison.h inclusion to cpu-common.h
2010-04-09 Paolo Bonzinimove two variable declarations out of vl.c
2010-04-08 Adam LackorzynskiDebugcon: Fix debugging printf
2010-04-08 Thomas Monjalone1000: fix build on Ubuntu with _FORTIFY_SOURCE
2010-04-08 Lars Munchsmc91c111: allow access to reserved register
next
This page took 0.076226 seconds and 7 git commands to generate.