summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-07-27hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek1-2/+1
2015-07-27hw/acpi/ich9: clear smi_en on resetLaszlo Ersek1-0/+1
2015-07-27virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang1-1/+1
2015-07-27virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang1-1/+9
2015-07-27virtio: get_features() can failJason Wang11-11/+21
2015-07-27virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin1-0/+15
2015-07-27Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell16-103/+133
2015-07-27axienet: Flush queued packets when rx is doneFam Zheng1-4/+13
2015-07-27dp8393x: Flush packets when link comes upFam Zheng1-0/+8
2015-07-27stellaris_enet: Flush queued packets when read doneFam Zheng1-9/+5
2015-07-27mipsnet: Flush queued packets when receiving is enabledFam Zheng1-2/+7
2015-07-27milkymist-minimac2: Flush queued packets when link comes upFam Zheng1-17/+16
2015-07-27mcf_fec: Drop mcf_fec_can_receiveFam Zheng1-8/+1
2015-07-27etsec: Flush queue when rx buffer is consumedFam Zheng3-1/+15
2015-07-27etsec: Move etsec_can_receive into etsec_receiveFam Zheng3-17/+10
2015-07-27usbnet: Drop usbnet_can_receiveFam Zheng1-16/+4
2015-07-27eepro100: Drop nic_can_receiveFam Zheng1-11/+0
2015-07-27pcnet: Drop pcnet_can_receiveFam Zheng4-12/+0
2015-07-27xgmac: Drop packets with eth_can_rx is false.Fam Zheng1-4/+4
2015-07-27hw/net: fix mcf_fec driver receiverGreg Ungerer1-1/+3
2015-07-27hw/net: add simple phy support to mcf_fec driverGreg Ungerer1-2/+48
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin3-4/+1
2015-07-27virtio-9p: fix any_layoutMichael S. Tsirkin1-6/+17
2015-07-27virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin1-1/+2
2015-07-27virtio: hide legacy features from modern guestsMichael S. Tsirkin1-1/+2
2015-07-26ide: Clear DRQ after handling all expected accessesKevin Wolf1-4/+12
2015-07-26ide/atapi: Fix START STOP UNIT command completionKevin Wolf1-0/+1
2015-07-26ide: Check array bounds before writing to io_buffer (CVE-2015-5154)Kevin Wolf1-0/+16
2015-07-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-53/+158
2015-07-24framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini6-51/+137
2015-07-24scsi: Handle no media case for scsi_get_configurationMatthew Rosato1-1/+15
2015-07-24scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)Paolo Bonzini1-1/+6
2015-07-22vfio/pci: Fix bootindexAlex Williamson1-1/+0
2015-07-22vfio/pci: Fix RTL8168 NIC quirksAlex Williamson1-7/+5
2015-07-22qxl: Fix new function name for spice-server libraryFrediano Ziglio1-2/+1
2015-07-21Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-2/+7
2015-07-20Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell6-21/+79
2015-07-20lan9118: Drop lan9118_can_receiveFam Zheng1-6/+0
2015-07-20etraxfs_eth: Drop eth_can_receiveFam Zheng1-6/+0
2015-07-20musicpal: Drop eth_can_receiveFam Zheng1-6/+0
2015-07-20net/vmxnet3: Fix RX TCP/UDP checksum on partially summed packetsDana Rubin1-0/+58
2015-07-20net/vmxnet3: Refactor 'vmxnet_rx_pkt_attach_data'Shmulik Ladkani3-3/+21
2015-07-20ahci: Force ICC bits in PxCMD to zeroStefan Fritsch1-2/+7
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi4-15/+18
2015-07-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-53/+113
2015-07-20virtio-net: remove virtio queues if the guest doesn't support multiqueueWen Congyang1-28/+82
2015-07-20virtio-net: Flush incoming queues when DRIVER_OK is being setFam Zheng1-1/+9
2015-07-20pci_add_capability: remove duplicate commentsChen Hanxiao1-4/+2
2015-07-20virtio-net: unbreak any layoutJason Wang1-5/+18
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin2-12/+2