aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost4-13/+11
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost2-17/+12
2016-02-06pc: Move PcGuestInfo declaration to top of fileEduardo Habkost1-15/+16
2016-02-06ipmi: add ACPI power and GUID commandsCédric Le Goater1-0/+49
2016-02-06ipmi: add GET_SYS_RESTART_CAUSE chassis commandCédric Le Goater1-1/+15
2016-02-06ipmi: add get and set SENSOR_TYPE commandsCédric Le Goater1-1/+44
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater2-28/+89
2016-02-06ipmi: fix SDR length valueCédric Le Goater1-6/+6
2016-02-06ipmi: cleanup error_report messagesCédric Le Goater1-2/+2
2016-02-06ipmi: replace *_MAXCMD definesCédric Le Goater1-13/+8
2016-02-06ipmi: replace goto by a return statementCédric Le Goater1-99/+41
2016-02-06hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum1-0/+7
2016-02-06vhost-user-test: use correct ROM to speed up and avoid spurious failuresPaolo Bonzini1-3/+2
2016-02-06hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum1-0/+2
2016-02-06virtio: combine write of an entry into used ringVincenzo Maffione1-13/+12
2016-02-06virtio: read avail_idx from VQ only when necessaryVincenzo Maffione1-4/+22
2016-02-06virtio: cache used_idx in a VirtQueue fieldVincenzo Maffione1-3/+9
2016-02-06virtio: combine the read of a descriptorPaolo Bonzini1-51/+35
2016-02-06vring: slim down allocation of VirtQueueElementsPaolo Bonzini1-17/+36
2016-02-06virtio: slim down allocation of VirtQueueElementsPaolo Bonzini1-31/+51
2016-02-06virtio: introduce virtqueue_alloc_elementPaolo Bonzini3-17/+105
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini5-19/+23
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini22-142/+209
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini3-10/+8
2016-02-04tests: pc: acpi: add expected DSDT.bridge blobs and update DSDT blobsIgor Mammedov4-0/+0
2016-02-04tests: pc: acpi: drop not needed 'expected SSDT' blobsIgor Mammedov4-0/+0
2016-02-04pc: acpi: merge SSDT into DSDTIgor Mammedov1-135/+111
2016-02-04Fix virtio migrationDr. David Alan Gilbert2-13/+13
2016-02-03Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell57-137/+293
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell7-20/+85
2016-02-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...Peter Maydell3-13/+12
2016-02-03log: add "-d trace:PATTERN"Paolo Bonzini1-3/+13
2016-02-03trace: switch default backend to "log"Paolo Bonzini1-1/+1
2016-02-03trace: convert stderr backend to logPaolo Bonzini7-7/+24
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann4-0/+27
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann3-2/+8
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann2-17/+37
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann1-1/+2
2016-02-03console: block rendering until client is doneGerd Hoffmann2-0/+12
2016-02-03zap qemu_egl_has_ext in include/ui/egl-helpers.hGerd Hoffmann1-1/+0
2016-02-03log: move qemu-log.c into util/ directoryDenis V. Lunev3-1/+1
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini41-59/+99
2016-02-03trace: add "-trace help"Paolo Bonzini3-1/+29
2016-02-03trace: add "-trace enable=..."Paolo Bonzini4-24/+54
2016-02-03trace: no need to call trace_backend_init in different branches nowDenis V. Lunev1-10/+2
2016-02-03trace: split trace_init_file out of trace_init_backendsPaolo Bonzini6-17/+38
2016-02-03trace: split trace_init_events out of trace_init_backendsPaolo Bonzini4-11/+19
2016-02-03trace: fix documentationPaolo Bonzini1-5/+5
2016-02-03trace: track enabled events in a separate arrayPaolo Bonzini5-8/+14
2016-02-03trace: count number of enabled eventsPaolo Bonzini2-1/+5