summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-09-06s390x/cpumodel: "host" and "qemu" as CPU subclassesDavid Hildenbrand1-1/+5
2016-09-05s390x/css: handle cssid 255 correctlyCornelia Huck1-5/+3
2016-09-05s390x: wrap flic savevm calls into vmstateCornelia Huck1-19/+23
2016-09-05s390/sclp: cache the sclp deviceChristian Borntraeger1-1/+6
2016-09-05s390x/pci: assert zpci always existingYi Min Zhao1-5/+1
2016-09-05s390x/pci: return directly if create zpci failedYi Min Zhao1-0/+1
2016-09-05s390x: add compat machine for 2.8Cornelia Huck1-1/+17
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz2-9/+32
2016-08-309pfs: forbid . and .. in file namesGreg Kurz1-0/+51
2016-08-309pfs: forbid illegal path namesGreg Kurz1-0/+56
2016-08-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+16
2016-08-23virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi1-0/+1
2016-08-23virtio: recalculate vq->inuse after migrationStefan Hajnoczi1-0/+15
2016-08-22e1000e: remove internal interrupt flagCao jin1-7/+1
2016-08-18net: vmxnet: use g_new for pkt initialisationLi Qiang1-3/+2
2016-08-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160815' into...Peter Maydell2-0/+28
2016-08-15Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160812-tag-2' in...Peter Maydell1-3/+2
2016-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell26-26/+26
2016-08-15Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin1-67/+60
2016-08-13ppc: parse cpu features onceGreg Kurz2-0/+28
2016-08-12Xen: fix converity warning of xen_pt_config_init()Cao jin1-3/+2
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier26-26/+26
2016-08-11virtio-console: set frontend open permanently for console devsDaniel P. Berrange1-4/+21
2016-08-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-50/+89
2016-08-10vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena1-60/+67
2016-08-10vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena1-0/+32
2016-08-10vhost: check for vhost_ops before using.Ilya Maximets1-1/+1
2016-08-10hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth2-18/+22
2016-08-10spapr: remove extra type variableCédric Le Goater1-9/+6
2016-08-09atapi: fix halted DMA resetJohn Snow1-0/+1
2016-08-09hw/net: Fix a heap overflow in xlnx.xps-ethernetlitechaojianhu1-0/+4
2016-08-09net: vmxnet3: check for device_active before writeLi Qiang1-0/+4
2016-08-09net: check fragment length during fragmentationPrasad J Pandit1-1/+1
2016-08-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+10
2016-08-08Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160808' into stagingPeter Maydell1-1/+1
2016-08-08hw/sparc/leon3: Don't call get_image_size() on a NULL pointerPeter Maydell1-1/+5
2016-08-08Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...Peter Maydell5-5/+5
2016-08-08Merge remote-tracking branch 'remotes/elmarco/tags/leaks-for-2.7-pull-request...Peter Maydell5-2/+22
2016-08-08block/qdev: Let 'drive' property fall back to node nameKevin Wolf1-1/+10
2016-08-08s390x/pci: fix null pointer bugYi Min Zhao1-1/+1
2016-08-08error: Fix error_printf() calls lacking newlinesMarkus Armbruster1-1/+1
2016-08-08vfio: Use error_report() instead of error_printf() for errorsMarkus Armbruster1-1/+1
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster3-3/+3
2016-08-08spapr: Fix undefined behaviour in spapr_tce_reset()David Gibson1-1/+3
2016-08-08macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland1-0/+1
2016-08-08spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2-20/+11
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau2-2/+2
2016-08-08usb: free leaking pathMarc-André Lureau1-0/+1
2016-08-08usb: free USBDevice.stringsMarc-André Lureau1-0/+7
2016-08-08virtio-input: free config listMarc-André Lureau1-0/+11