aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-05-10lsi: Handle removal of selected devicesJan Kiszka
2010-05-10lsi: Adjust some register reset valuesJan Kiszka
2010-05-10lsi: Purge message queue on resetJan Kiszka
2010-05-10scsi-disk: Clear aiocb on read completionJan Kiszka
2010-05-10SCSI: Add disk reset handlerJan Kiszka
2010-05-10iov: Move from hw/ to topdirAmit Shah
2010-05-03hw: better i440 emulationBernhard M. Wiedemann
2010-05-03virtio-9p: Add P9_TFLUSH supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TCLUNK supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWALK supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TSTAT supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TATTACH support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TVERSION supportAnthony Liguori
2010-05-03virtio-9p: Add sg helper functionsAnthony Liguori
2010-05-03virtio-9p: Add stat and mode related helper functions.Anthony Liguori
2010-05-03virtio-9p: Add fid and qid management support.Anthony Liguori
2010-05-03virtio-9p: Add minimal set of FileOperationsAnthony Liguori
2010-05-03virtio-9p: Add string manipulation support.Anthony Liguori
2010-05-03virtio-9p: pdu processing support.Anthony Liguori
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy
2010-05-03virtio-serial: Fix check for 'assert'; prevent NULL derefsAmit Shah
2010-05-03lsi: Properly initialize controller state on resetJan Kiszka
2010-05-03lsi: Purge request queue on soft resetJan Kiszka
2010-05-03Merge remote branch 'qemu-kvm/uq/master' into HEADAnthony Liguori
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl
2010-05-01cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah
2010-04-28iov: Add iov_to_buf and iov_size helpersAmit Shah
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah