index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-12
target-mips: remove misleading comments in translate_init.c
Leon Alrae
1
-9
/
+0
2015-06-12
target-mips: add MTHC0 and MFHC0 instructions
Leon Alrae
3
-0
/
+229
2015-06-12
target-mips: add CP0.PageGrain.ELPA support
Leon Alrae
5
-12
/
+42
2015-06-12
target-mips: support Page Frame Number Extension field
Leon Alrae
1
-6
/
+26
2015-06-12
target-mips: extend selected CP0 registers to 64-bits in MIPS32
Leon Alrae
4
-42
/
+63
2015-06-12
target-mips: correct MFC0 for CP0.EntryLo in MIPS64
Leon Alrae
1
-6
/
+6
2015-06-11
net/dp8393x: fix hardware reset
Hervé Poussineau
1
-0
/
+1
2015-06-11
net/dp8393x: correctly reset in_use field
Hervé Poussineau
1
-1
/
+1
2015-06-11
net/dp8393x: add load/save support
Hervé Poussineau
1
-0
/
+12
2015-06-11
net/dp8393x: add PROM to store MAC address
Hervé Poussineau
2
-0
/
+19
2015-06-11
net/dp8393x: QOM'ify
Hervé Poussineau
3
-33
/
+67
2015-06-11
net/dp8393x: use dp8393x_ prefix for all functions
Hervé Poussineau
1
-39
/
+41
2015-06-11
net/dp8393x: do not use old_mmio accesses
Hervé Poussineau
1
-85
/
+29
2015-06-11
net/dp8393x: always calculate proper checksums
Hervé Poussineau
1
-11
/
+1
2015-06-11
dma/rc4030: convert to QOM
Hervé Poussineau
3
-43
/
+113
2015-06-11
dma/rc4030: use trace events instead of custom logging
Hervé Poussineau
2
-65
/
+22
2015-06-11
dma/rc4030: document register at offset 0x210
Hervé Poussineau
1
-8
/
+8
2015-06-11
dma/rc4030: do not use old_mmio accesses
Hervé Poussineau
1
-96
/
+16
2015-06-11
dma/rc4030: use AddressSpace and address_space_rw in users
Hervé Poussineau
4
-50
/
+42
2015-06-11
dma/rc4030: create custom DMA address space
Hervé Poussineau
1
-37
/
+126
2015-06-11
mips jazz: compile only in 64 bit
Hervé Poussineau
7
-18
/
+4
2015-06-11
target-mips: add ERETNC instruction and Config5.LLB bit
Leon Alrae
6
-7
/
+31
2015-06-11
target-mips: Misaligned memory accesses for MSA
Yongbok Kim
3
-78
/
+102
2015-06-11
softmmu: Add probe_write()
Yongbok Kim
2
-0
/
+24
2015-06-11
target-mips: Misaligned memory accesses for R6
Yongbok Kim
2
-13
/
+28
2015-06-11
mips_malta: provide ememsize env variable to kernels
Paul Burton
1
-6
/
+9
2015-06-11
target-mips: add Config5.FRE support allowing Status.FR=0 emulation
Leon Alrae
4
-156
/
+208
2015-06-11
target-mips: move group of functions above gen_load_fpr32()
Leon Alrae
1
-60
/
+58
2015-06-10
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150610-1' into s...
Peter Maydell
7
-48
/
+1333
2015-06-10
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20150610-1' int...
Peter Maydell
12
-78
/
+163
2015-06-10
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150609.0' i...
Peter Maydell
7
-0
/
+807
2015-06-10
Merge remote-tracking branch 'remotes/stefanha/tags/CVE-2015-3209-pcnet-tx-bu...
Peter Maydell
1
-0
/
+8
2015-06-10
pcnet: force the buffer access to be in bounds during tx
Petr Matousek
1
-0
/
+8
2015-06-10
virtio-gpu/2d: add virtio gpu core code
Gerd Hoffmann
4
-0
/
+1079
2015-06-10
virtio: update headers, add virtio-gpu (2d)
Gerd Hoffmann
2
-0
/
+205
2015-06-10
stdvga: factor out mmio subregion init
Gerd Hoffmann
1
-29
/
+30
2015-06-10
stdvga: pass VGACommonState instead of PCIVGAState
Gerd Hoffmann
1
-22
/
+22
2015-06-10
stdvga: fix offset in pci_vga_ioport_read
Gerd Hoffmann
1
-3
/
+3
2015-06-10
bios-tables-test: handle false-positive smbios signature matches
Gabriel L. Somlo
1
-32
/
+44
2015-06-10
fw_cfg: insert fw_cfg file blobs via qemu cmdline
Gabriel L. Somlo
3
-0
/
+95
2015-06-10
fw_cfg: prohibit insertion of duplicate fw_cfg file names
Gabriel L. Somlo
2
-6
/
+6
2015-06-10
fw_cfg: prevent selector key conflict
Gabriel L. Somlo
1
-0
/
+1
2015-06-10
fw_cfg: remove support for guest-side data writes
Gabriel L. Somlo
3
-35
/
+1
2015-06-10
fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparc
Gabriel L. Somlo
4
-4
/
+4
2015-06-10
fw_cfg: add fw_cfg_modify_i16 (update) method
Gabriel L. Somlo
2
-0
/
+11
2015-06-10
QemuOpts: increase number of vm_config_groups
Gerd Hoffmann
1
-1
/
+1
2015-06-09
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150609' into staging
Peter Maydell
10
-130
/
+126
2015-06-09
hw/vfio/platform: calxeda xgmac device
Eric Auger
3
-0
/
+102
2015-06-09
tcg/optimize: rename tcg_constant_folding
Aurelien Jarno
1
-6
/
+1
2015-06-09
tcg/optimize: fold constant test in tcg_opt_gen_mov
Aurelien Jarno
1
-53
/
+36
[next]