aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+16
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek3-4/+5
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek4-20/+25
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost1-3/+1
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2-23/+19
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2-10/+7
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost3-8/+3
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2-7/+5
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost5-22/+11
2016-02-06acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost1-3/+0
2016-02-06acpi: Remove guest_info parameters from functionsEduardo Habkost1-14/+21
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost2-4/+3
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost3-8/+7
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost1-17/+10
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 Goater1-28/+44
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-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 Bonzini2-13/+100
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini4-19/+21
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini15-134/+202
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini1-2/+1
2016-02-04pc: acpi: merge SSDT into DSDTIgor Mammedov1-135/+111
2016-02-04Fix virtio migrationDr. David Alan Gilbert1-4/+4
2016-02-03Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-0/+2
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann3-0/+26
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann2-2/+6
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann1-17/+36
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann1-1/+2
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini2-0/+2
2016-02-02Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...Peter Maydell3-34/+121
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into s...Peter Maydell1-4/+7
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz1-0/+55
2016-02-02virtio-blk: Functions for op blocker managementMax Reitz1-18/+59
2016-02-02Revert "hw/block/fdc: Implement tray status"Max Reitz1-16/+7
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20160202-1' into...Peter Maydell18-5/+18
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-fwcfg-20160202-1' into...Peter Maydell1-36/+4
2016-02-02ehci: update irq on resetGerd Hoffmann1-0/+1