summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-01virtio: make virtio_should_notify staticPaolo Bonzini2-2/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin12-24/+58
2017-02-01hcd-xhci: check & correct param before using itCao jin1-19/+18
2017-02-01msix: Follow CODING_STYLECao jin1-2/+6
2017-02-01hw/i386: check if nvdimm is enabled before pluggingHaozhong Zhang1-0/+5
2017-02-01hw/pcie: Introduce Generic PCI Express Root PortMarcel Apfelbaum3-1/+90
2017-02-01hw/ioh3420: derive from PCI Express Root Port base classMarcel Apfelbaum1-106/+15
2017-02-01hw/pcie: Introduce a base class for PCI Express Root PortsMarcel Apfelbaum6-0/+194
2017-02-01intel_iommu: fix and simplify size calculation in process_device_iotlb_desc()Jason Wang1-1/+9
2017-02-01pci: mark ROMs read-onlyMichael S. Tsirkin1-1/+1
2017-02-01ARRAY_SIZE: check that argument is an arrayMichael S. Tsirkin1-1/+8
2017-02-01compiler: expression version of QEMU_BUILD_BUG_ONMichael S. Tsirkin1-0/+3
2017-02-01compiler: rework BUG_ON using a structMichael S. Tsirkin1-3/+7
2017-02-01QEMU_BUILD_BUG_ON: use __COUNTER__Michael S. Tsirkin1-1/+5
2017-02-01ppc: switch to constants within BUILD_BUG_ONMichael S. Tsirkin1-8/+10
2017-01-31char: headers clean-upMarc-André Lureau6-44/+5
2017-01-31char: move parallel chardev in its own fileMarc-André Lureau4-286/+350
2017-01-31char: move serial chardev to its own fileMarc-André Lureau4-276/+356
2017-01-31char: move pty chardev in its own fileMarc-André Lureau3-258/+301
2017-01-31char: move pipe chardev in its own fileMarc-André Lureau3-166/+192
2017-01-31char: move console in its own fileMarc-André Lureau3-3/+54
2017-01-31char: move stdio in its own fileMarc-André Lureau3-120/+165
2017-01-31char: move file chardev in its own fileMarc-André Lureau3-106/+140
2017-01-31char: move udp chardev in its own fileMarc-André Lureau3-198/+234
2017-01-31char: move socket chardev to its own fileMarc-André Lureau4-978/+1020
2017-01-31char: move win-stdio into its own fileMarc-André Lureau4-229/+298
2017-01-31char: move win chardev base class in its own fileMarc-André Lureau4-250/+322
2017-01-31char: move fd chardev in its own fileMarc-André Lureau4-145/+217
2017-01-31char: move QIOChannel-related stuff to char-io.hMarc-André Lureau4-173/+240
2017-01-31char: remove unused READ_RETRIESMarc-André Lureau1-1/+0
2017-01-31char: rename and move to header CHR_READ_BUF_LENMarc-André Lureau2-7/+7
2017-01-31char: move ringbuf/memory to its own fileMarc-André Lureau3-218/+250
2017-01-31char: move mux to its own fileMarc-André Lureau5-351/+426
2017-01-31char: move null chardev to its own fileMarc-André Lureau3-23/+55
2017-01-31char: make null_chr_write() the default methodMarc-André Lureau1-8/+13
2017-01-31char: create chardev-obj-yMarc-André Lureau5-9/+15
2017-01-31Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170131-2' into st...Peter Maydell9-53/+80
2017-01-31trace: clean up trace-events filesStefan Hajnoczi12-23/+2
2017-01-31qapi: add missing trace_visit_type_enum() callStefan Hajnoczi1-0/+1
2017-01-31trace: improve error reporting when parsing simpletrace headerDaniel P. Berrange1-3/+7
2017-01-31trace: update docs to reflect new code generation approachDaniel P. Berrange1-11/+44
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange44-209/+283
2017-01-31trace: move setting of group name into MakefilesDaniel P. Berrange3-14/+21
2017-01-31trace: move hw/i386/xen events to correct subdirDaniel P. Berrange3-7/+7
2017-01-31trace: move hw/xen events to correct subdirDaniel P. Berrange3-10/+14
2017-01-31trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange3-5/+7
2017-01-31make: move top level dir to end of include search pathDaniel P. Berrange1-7/+23
2017-01-31console: fix console resizeGerd Hoffmann1-1/+1
2017-01-31gtk: Hardcode LC_CTYPE as C.utf-8Kevin Wolf1-1/+5
2017-01-31qxl: switch to constants within BUILD_BUG_ONMichael S. Tsirkin1-5/+4