summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-06hw/arm/virt: fix limit of 64-bit ACPI/ECAM PCI MMIO rangeArd Biesheuvel1-1/+2
2016-06-06target-arm: Don't try to set ESR IL bit in arm_cpu_do_interrupt_aarch64()Peter Maydell1-3/+0
2016-06-06target-arm: Set IL bit in syndromes for insn abort, watchpoint, swstepPeter Maydell1-3/+3
2016-06-06target-arm: A64: Create Instruction Syndromes for Data AbortsEdgar E. Iglesias5-30/+180
2016-06-06target-arm: Add the HSTR_EL2 registerAlistair Francis2-0/+8
2016-06-06Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell19-114/+131
2016-06-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160606-1' into s...Peter Maydell5-46/+252
2016-06-06scsi-disk: fix reads from scsi-disk devicesMark Cave-Ayland1-1/+1
2016-06-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20160606-1' into...Peter Maydell5-40/+45
2016-06-06Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20160605' into stagingPeter Maydell15-15/+30
2016-06-06gdbstub: avoid busy loop while waiting for gdbPeter Wu1-5/+7
2016-06-069p: switch back to readdir()Greg Kurz9-55/+42
2016-06-069p: add locking to V9fsDirGreg Kurz2-0/+37
2016-06-069p: introduce the V9fsDir typeGreg Kurz5-35/+39
2016-06-069p: drop useless out: labelGreg Kurz1-4/+4
2016-06-069p: drop useless inclusion of hw/i386/pc.hGreg Kurz2-2/+0
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz12-17/+11
2016-06-069p: some more cleanup in #include directivesGreg Kurz2-4/+1
2016-06-06e1000e: Fix build with gcc 4.6.3 and ust tracingDmitry Fleytman1-2/+2
2016-06-06virtio-gpu: add live migration supportGerd Hoffmann4-8/+198
2016-06-06vmsvga: don't process more than 1024 fifo commands at onceGerd Hoffmann1-2/+2
2016-06-06vmsvga: shadow fifo registersGerd Hoffmann1-29/+28
2016-06-06vmsvga: add more fifo checksGerd Hoffmann1-1/+4
2016-06-06vmsvga: move fifo sanity checks to vmsvga_fifo_lengthGerd Hoffmann1-13/+15
2016-06-05target-*: dfilter support for in_asmRichard Henderson15-15/+30
2016-06-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160603-1' into st...Peter Maydell8-20/+77
2016-06-03e1000e: Fix build with ust trace backendDmitry Fleytman2-3/+11
2016-06-03hw/audio: QOM'ify milkymist-ac97.cxiaoqiang zhao1-11/+15
2016-06-03hw/audio: QOM'ify intel-hdaxiaoqiang zhao1-4/+8
2016-06-03hw/audio: QOM cleanup for intel-hdaxiaoqiang zhao1-10/+10
2016-06-03hw/audio: QOM'ify cs4231.cxiaoqiang zhao1-7/+5
2016-06-03audio: pa: Set volume of recording stream instead of recording devicePeter Krempa2-8/+7
2016-06-03virtio-gpu: fix scanout rectanglesGerd Hoffmann1-1/+13
2016-06-03vnc: add configurable keyboard delayGerd Hoffmann3-2/+20
2016-06-03sdl2: skip init without outputsGerd Hoffmann1-0/+3
2016-06-03vnc: Add support for color mapAlexander Graf1-2/+31
2016-06-03SDL2: add bgrx pixel formatPavel Dovgalyuk1-0/+3
2016-06-03gtk: fix unchecked vc dereferenceGerd Hoffmann1-1/+2
2016-06-03ui: spice: Exit if gl=on EGL init failsCole Robinson1-2/+4
2016-06-03ui: egl: Replace fprintf with error_reportCole Robinson1-13/+14
2016-06-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell46-1636/+9306
2016-06-02Merge remote-tracking branch 'remotes/famz/tags/pull-docker-20160601' into st...Peter Maydell18-2/+619
2016-06-02Add ENET device to i.MX6 SOC.Jean-Christophe Dubois2-2/+21
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois3-103/+702
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois2-193/+256
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois2-59/+59
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