summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-12target-mips: remove misleading comments in translate_init.cLeon Alrae1-9/+0
2015-06-12target-mips: add MTHC0 and MFHC0 instructionsLeon Alrae3-0/+229
2015-06-12target-mips: add CP0.PageGrain.ELPA supportLeon Alrae5-12/+42
2015-06-12target-mips: support Page Frame Number Extension fieldLeon Alrae1-6/+26
2015-06-12target-mips: extend selected CP0 registers to 64-bits in MIPS32Leon Alrae4-42/+63
2015-06-12target-mips: correct MFC0 for CP0.EntryLo in MIPS64Leon Alrae1-6/+6
2015-06-11net/dp8393x: fix hardware resetHervé Poussineau1-0/+1
2015-06-11net/dp8393x: correctly reset in_use fieldHervé Poussineau1-1/+1
2015-06-11net/dp8393x: add load/save supportHervé Poussineau1-0/+12
2015-06-11net/dp8393x: add PROM to store MAC addressHervé Poussineau2-0/+19
2015-06-11net/dp8393x: QOM'ifyHervé Poussineau3-33/+67
2015-06-11net/dp8393x: use dp8393x_ prefix for all functionsHervé Poussineau1-39/+41
2015-06-11net/dp8393x: do not use old_mmio accessesHervé Poussineau1-85/+29
2015-06-11net/dp8393x: always calculate proper checksumsHervé Poussineau1-11/+1
2015-06-11dma/rc4030: convert to QOMHervé Poussineau3-43/+113
2015-06-11dma/rc4030: use trace events instead of custom loggingHervé Poussineau2-65/+22
2015-06-11dma/rc4030: document register at offset 0x210Hervé Poussineau1-8/+8
2015-06-11dma/rc4030: do not use old_mmio accessesHervé Poussineau1-96/+16
2015-06-11dma/rc4030: use AddressSpace and address_space_rw in usersHervé Poussineau4-50/+42
2015-06-11dma/rc4030: create custom DMA address spaceHervé Poussineau1-37/+126
2015-06-11mips jazz: compile only in 64 bitHervé Poussineau7-18/+4
2015-06-11target-mips: add ERETNC instruction and Config5.LLB bitLeon Alrae6-7/+31
2015-06-11target-mips: Misaligned memory accesses for MSAYongbok Kim3-78/+102
2015-06-11softmmu: Add probe_write()Yongbok Kim2-0/+24
2015-06-11target-mips: Misaligned memory accesses for R6Yongbok Kim2-13/+28
2015-06-11mips_malta: provide ememsize env variable to kernelsPaul Burton1-6/+9
2015-06-11target-mips: add Config5.FRE support allowing Status.FR=0 emulationLeon Alrae4-156/+208
2015-06-11target-mips: move group of functions above gen_load_fpr32()Leon Alrae1-60/+58
2015-06-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150610-1' into s...Peter Maydell7-48/+1333
2015-06-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20150610-1' int...Peter Maydell12-78/+163
2015-06-10Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150609.0' i...Peter Maydell7-0/+807
2015-06-10Merge remote-tracking branch 'remotes/stefanha/tags/CVE-2015-3209-pcnet-tx-bu...Peter Maydell1-0/+8
2015-06-10pcnet: force the buffer access to be in bounds during txPetr Matousek1-0/+8
2015-06-10virtio-gpu/2d: add virtio gpu core codeGerd Hoffmann4-0/+1079
2015-06-10virtio: update headers, add virtio-gpu (2d)Gerd Hoffmann2-0/+205
2015-06-10stdvga: factor out mmio subregion initGerd Hoffmann1-29/+30
2015-06-10stdvga: pass VGACommonState instead of PCIVGAStateGerd Hoffmann1-22/+22
2015-06-10stdvga: fix offset in pci_vga_ioport_readGerd Hoffmann1-3/+3
2015-06-10bios-tables-test: handle false-positive smbios signature matchesGabriel L. Somlo1-32/+44
2015-06-10fw_cfg: insert fw_cfg file blobs via qemu cmdlineGabriel L. Somlo3-0/+95
2015-06-10fw_cfg: prohibit insertion of duplicate fw_cfg file namesGabriel L. Somlo2-6/+6
2015-06-10fw_cfg: prevent selector key conflictGabriel L. Somlo1-0/+1
2015-06-10fw_cfg: remove support for guest-side data writesGabriel L. Somlo3-35/+1
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo4-4/+4
2015-06-10fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo2-0/+11
2015-06-10QemuOpts: increase number of vm_config_groupsGerd Hoffmann1-1/+1
2015-06-09Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150609' into stagingPeter Maydell10-130/+126
2015-06-09hw/vfio/platform: calxeda xgmac deviceEric Auger3-0/+102
2015-06-09tcg/optimize: rename tcg_constant_foldingAurelien Jarno1-6/+1
2015-06-09tcg/optimize: fold constant test in tcg_opt_gen_movAurelien Jarno1-53/+36