aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois1-27/+27
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois1-0/+2
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois1-1/+1
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois1-2/+2
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois1-3/+3
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman5-0/+4366
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman4-320/+573
2016-06-02e1000_regs: Add definitions for Intel 82574-specific bitsDmitry Fleytman1-3/+342
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman3-28/+44
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman4-117/+813
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman1-5/+0
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman6-196/+196
2016-06-02vmxnet3: Use common MAC address tracing macrosDmitry Fleytman2-7/+4
2016-06-02vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman1-7/+5
2016-06-02pcie: Introduce function for DSN capability creationDmitry Fleytman1-0/+10
2016-06-02pcie: Add support for PCIe CAP v1Dmitry Fleytman1-18/+66
2016-06-02msix: make msix_clr_pending() visible for clientsDmitry Fleytman1-1/+1
2016-05-25net: mipsnet: check packet length against bufferPrasad J Pandit1-0/+3
2016-05-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+13
2016-05-23hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie1-1/+10
2016-05-23hw/net/opencores_eth: use mii.hMax Filippov1-17/+16
2016-05-23pc: Set CPU model-id on compat_props for pc <= 2.4Eduardo Habkost1-0/+13
2016-05-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-31/+67
2016-05-23nmi: remove x86 specific nmi handlingBandan Das2-25/+1
2016-05-23target-i386: add a generic x86 nmi handlerBandan Das1-0/+20
2016-05-23esp: check dma length before reading scsi command(CVE-2016-4441)Prasad J Pandit1-4/+7
2016-05-23esp: check command buffer length before write(CVE-2016-4439)Prasad J Pandit1-1/+5
2016-05-23ioapic: clear remote irr bit for edge-triggered interruptsPeter Xu1-0/+29
2016-05-23ioapic: keep RO bits for IOAPIC entryPeter Xu1-0/+4
2016-05-23i386: kvmvapic: initialise imm32 variablePrasad J Pandit1-1/+1
2016-05-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160523-1' into s...Peter Maydell6-50/+1198
2016-05-23usb/ohci: Fix crash with when specifying too many num-portsThomas Huth1-0/+6
2016-05-23vga: add sr_vbe register setGerd Hoffmann2-22/+29
2016-05-23xen: add pvUSB backendJuergen Gross3-0/+1087
2016-05-23virtio-gpu: fix ui idx checkMarc-André Lureau1-1/+1
2016-05-23xen: write information about supported backendsJuergen Gross2-50/+65
2016-05-23virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTSMarc-André Lureau1-2/+2
2016-05-23xen: introduce dummy system deviceJuergen Gross1-0/+40
2016-05-23virtio-gpu: check max_outputs onlyMarc-André Lureau2-5/+4
2016-05-23virtio-gpu: check max_outputs valueMarc-André Lureau1-0/+6
2016-05-23virtio-vga: propagate on gpu realized errorMarc-André Lureau2-1/+8
2016-05-23virtio-gpu: check early scanout idMarc-André Lureau1-10/+9
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov5-22/+10
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost4-4/+27
2016-05-20milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()Eduardo Habkost2-5/+3
2016-05-20aspeed: include qemu/log.hPaolo Bonzini2-0/+2
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini1-0/+1
2016-05-19hw: remove pio_addr_tPaolo Bonzini1-2/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini4-0/+4
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini84-1/+87