index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-28
qerror: Improve QERR_DEVICE_NOT_ACTIVE message
Hani Benhabiles
1
-1
/
+1
2014-02-28
qmp: Check for returned data from __json_read in get_events
Fam Zheng
1
-1
/
+6
2014-02-28
dump: add 'query-dump-guest-memory-capability' command
qiaonuohan
3
-0
/
+77
2014-02-28
Define the architecture for compressed dump format
qiaonuohan
3
-2
/
+8
2014-02-28
dump: make kdump-compressed format available for 'dump-guest-memory'
qiaonuohan
4
-10
/
+158
2014-02-28
dump: add API to write dump pages
qiaonuohan
2
-0
/
+238
2014-02-28
dump: add APIs to operate DataCache
qiaonuohan
2
-0
/
+56
2014-02-28
dump: add API to write dump_bitmap
qiaonuohan
2
-0
/
+166
2014-02-28
dump: add API to write dump header
qiaonuohan
2
-0
/
+319
2014-02-28
dump: add members to DumpState and init some of them
qiaonuohan
2
-0
/
+35
2014-02-28
dump: add support for lzo/snappy
qiaonuohan
1
-0
/
+54
2014-02-28
dump: add API to write elf notes to buffer
qiaonuohan
1
-0
/
+19
2014-02-28
dump: add API to write vmcore
qiaonuohan
1
-0
/
+21
2014-02-28
dump: add API to write header of flatten format
qiaonuohan
2
-0
/
+59
2014-02-28
dump: add argument to write_elfxx_notes
qiaonuohan
1
-8
/
+8
2014-02-28
dump: const-qualify the buf of WriteCoreDumpFunction
qiaonuohan
2
-2
/
+3
2014-02-28
MAINTAINERS: update status for HMP, QAPI and QMP trees
Luiz Capitulino
1
-3
/
+3
2014-02-28
QMP: Allow dot separated dict path arguments in qmp-shell
Fam Zheng
1
-2
/
+18
2014-02-28
modules: Fix building with --enable-modules
Fam Zheng
1
-1
/
+1
2014-02-27
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-1
/
+1
2014-02-27
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014022...
Peter Maydell
3
-4
/
+80
2014-02-26
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140226'...
Peter Maydell
34
-192
/
+1379
2014-02-26
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140225' i...
Peter Maydell
9
-47
/
+84
2014-02-26
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
10
-125
/
+244
2014-02-26
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-3' into staging
Peter Maydell
1
-28
/
+32
2014-02-26
vfio: blacklist loading of unstable roms
Bandan Das
1
-0
/
+73
2014-02-26
qdev-monitor: set DeviceState opts before calling realize
Bandan Das
1
-1
/
+3
2014-02-26
pci-assign: Fix potential read beyond buffer on -EBUSY
Markus Armbruster
1
-0
/
+1
2014-02-26
vfio: Fix overrun after readlink() fills buffer completely
Markus Armbruster
1
-3
/
+3
2014-02-26
dma/pl330: implement dmaadnh instruction
Peter Crosthwaite
1
-3
/
+16
2014-02-26
dma/pl330: Fix buffer depth
Peter Crosthwaite
1
-1
/
+1
2014-02-26
dma/pl330: Add event debugging printfs
Peter Crosthwaite
1
-0
/
+2
2014-02-26
dma/pl330: Rename parent_obj
Peter Crosthwaite
1
-1
/
+2
2014-02-26
dma/pl330: printf format type sweep.
Peter Crosthwaite
1
-12
/
+14
2014-02-26
dma/pl330: Fix misleading type
Peter Crosthwaite
1
-1
/
+1
2014-02-26
dma/pl330: Delete overly verbose debug printf
Peter Crosthwaite
1
-1
/
+0
2014-02-26
target-arm: Add support for AArch32 ARMv8 CRC32 instructions
Will Newton
6
-1
/
+101
2014-02-26
include/qemu/crc32c.h: Rename include guards to match filename
Will Newton
1
-2
/
+2
2014-02-26
target-arm: Add utility function for checking AA32/64 state of an EL
Peter Maydell
1
-0
/
+16
2014-02-26
target-arm: Implement AArch64 view of CPACR
Peter Maydell
2
-2
/
+3
2014-02-26
target-arm: A64: Implement MSR (immediate) instructions
Peter Maydell
3
-1
/
+51
2014-02-26
target-arm: Store AIF bits in env->pstate for AArch32
Peter Maydell
5
-23
/
+34
2014-02-26
target-arm: A64: Implement WFI
Peter Maydell
1
-1
/
+4
2014-02-26
target-arm: Get MMU index information correct for A64 code
Peter Maydell
2
-4
/
+9
2014-02-26
target-arm: Implement AArch64 OSLAR_EL1 sysreg as WI
Peter Maydell
1
-0
/
+4
2014-02-26
target-arm: Implement AArch64 dummy breakpoint and watchpoint registers
Peter Maydell
2
-0
/
+36
2014-02-26
target-arm: Implement AArch64 ID and feature registers
Peter Maydell
2
-0
/
+55
2014-02-26
target-arm: Implement AArch64 generic timers
Peter Maydell
2
-14
/
+75
2014-02-26
target-arm: Implement AArch64 MPIDR
Peter Maydell
1
-2
/
+4
2014-02-26
target-arm: Implement AArch64 TTBR*
Peter Maydell
3
-64
/
+33
[next]