summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* smbios: move smbios code into a common folderWei Huang2015-08-137-7/+8
* smbios: remove dependency on x86 e820 tablesWei Huang2015-08-132-8/+24
* smbios: extract x86 smbios building code into a functionWei Huang2015-08-131-16/+22
* acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange2015-08-131-0/+1
* virtio-net: remove useless codesJason Wang2015-08-131-6/+2
* pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-132-3/+10
* pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost2015-08-133-11/+9
* pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost2015-08-133-17/+9
* pc: Remove redundant arguments from *load_linux()Eduardo Habkost2015-08-132-21/+13
* pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost2015-08-133-8/+5
* pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2015-08-132-23/+27
* pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost2015-08-133-4/+4
* pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost2015-08-133-9/+11
* pc: Eliminate pc_default_machine_options()Eduardo Habkost2015-08-133-2/+2
* pc: Eliminate pc_common_machine_options()Eduardo Habkost2015-08-132-2/+1
* pc: Rename pc_machine variables to pcmsEduardo Habkost2015-08-133-22/+22
* pc: Use error_abort when registering propertiesEduardo Habkost2015-08-131-8/+8
* pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2015-08-132-44/+0
* piix: Document coreboot-specific RAM size config registerEduardo Habkost2015-08-131-1/+6
* make: load only required dependency files.Victor Kaplansky2015-08-131-1/+7
* make: fix where dependency *.d are stored.Victor Kaplansky2015-08-132-1/+1
* virtio: fix 1.0 virtqueue migrationJason Wang2015-08-051-0/+56
* Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)Stefano Stabellini2015-08-031-0/+7
* Merge remote-tracking branch 'remotes/stefanha/tags/rtl8139-cplus-tx-input-va...Peter Maydell2015-08-031-173/+190
|\
| * rtl8139: check TCP Data Offset field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
| * rtl8139: skip offload on short TCP header (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
| * rtl8139: check IP Total Length field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-1/+6
| * rtl8139: check IP Header Length field (CVE-2015-5165)Stefan Hajnoczi2015-08-031-11/+8
| * rtl8139: skip offload on short Ethernet/IP header (CVE-2015-5165)Stefan Hajnoczi2015-08-031-0/+5
| * rtl8139: drop tautologous if (ip) {...} statement (CVE-2015-5165)Stefan Hajnoczi2015-08-031-154/+151
| * rtl8139: avoid nested ifs in IP header parsing (CVE-2015-5165)Stefan Hajnoczi2015-08-031-19/+22
* | ahci: fix ICC mask definitionJohn Snow2015-07-311-1/+1
* | macio: re-add TRIM supportAurelien Jarno2015-07-311-0/+28
|/
* virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini2015-07-291-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-07-282-34/+35
|\
| * xen: Drop net_rx_okFam Zheng2015-07-281-24/+1
| * hw/net: handle flow control in mcf_fec driver receiverGreg Ungerer2015-07-281-10/+34
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-2814-26/+68
|\ \
| * | virtio: minor cleanupMichael S. Tsirkin2015-07-271-1/+0
| * | acpi: fix pvpanic device is not shown in uiGal Hammer2015-07-271-2/+2
| * | virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang2015-07-271-1/+1
| * | virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang2015-07-271-1/+9
| * | virtio: get_features() can failJason Wang2015-07-2711-11/+21
| * | virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin2015-07-271-0/+15
| * | virtio: set any_layout in virtio coreMichael S. Tsirkin2015-07-273-4/+1
| * | virtio-9p: fix any_layoutMichael S. Tsirkin2015-07-271-6/+17
| * | virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin2015-07-271-1/+2
| * | virtio: hide legacy features from modern guestsMichael S. Tsirkin2015-07-271-1/+2
* | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150728' into stagingPeter Maydell2015-07-281-7/+10
|\ \ \
| * | | net/dp8393x: do not use memory_region_init_rom_device with NULLHervé Poussineau2015-07-281-2/+8
OpenPOWER on IntegriCloud