index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc/memory.txt: correct description of MemoryRegionOps fields
Peter Maydell
2016-03-07
1
-3
/
+4
*
doc/memory.txt: correct a logic error
xiaoqiang zhao
2016-03-07
1
-2
/
+2
*
icount: possible options for sleep are on or off
Pranith Kumar
2016-03-07
2
-5
/
+5
*
exec: Introduce AddressSpaceDispatch.mru_section
Fam Zheng
2016-03-07
1
-2
/
+14
*
exec: Factor out section_covers_addr
Fam Zheng
2016-03-07
1
-3
/
+12
*
exec: Pass RAMBlock pointer to qemu_ram_free
Fam Zheng
2016-03-07
3
-17
/
+10
*
memory: Drop MemoryRegion.ram_addr
Fam Zheng
2016-03-07
7
-53
/
+40
*
memory: Implement memory_region_get_ram_addr with mr->ram_block
Fam Zheng
2016-03-07
2
-7
/
+6
*
memory: Move assignment to ram_block to memory_region_init_*
Fam Zheng
2016-03-07
2
-1
/
+5
*
exec: Return RAMBlock pointer from allocating functions
Fam Zheng
2016-03-07
3
-45
/
+53
*
i8257: fix Terminal Count status
Hervé Poussineau
2016-03-07
1
-0
/
+4
*
log: do not log if QEMU is daemonized but without -D
Paolo Bonzini
2016-03-07
1
-2
/
+5
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-04' into ...
Peter Maydell
2016-03-06
35
-550
/
+552
|
\
|
*
qapi: Drop useless 'data' member of unions
Eric Blake
2016-03-05
6
-27
/
+0
|
*
chardev: Drop useless ChardevDummy type
Eric Blake
2016-03-05
4
-15
/
+12
|
*
qapi: Avoid use of 'data' member of QAPI unions
Eric Blake
2016-03-05
2
-15
/
+18
|
*
ui: Shorten references into InputEvent
Eric Blake
2016-03-05
7
-89
/
+129
|
*
util: Shorten references into SocketAddress
Eric Blake
2016-03-05
6
-68
/
+88
|
*
chardev: Shorten references into ChardevBackend
Eric Blake
2016-03-05
1
-56
/
+66
|
*
qapi: Update docs to match recent generator changes
Eric Blake
2016-03-05
2
-164
/
+180
|
*
qapi-visit: Expose visit_type_FOO_members()
Eric Blake
2016-03-05
1
-26
/
+7
|
*
qapi: Rename 'fields' to 'members' in generated C code
Eric Blake
2016-03-05
2
-7
/
+7
|
*
qapi: Rename 'fields' to 'members' in generator
Eric Blake
2016-03-05
6
-33
/
+33
|
*
qapi-dealloc: Reduce use outside of generated code
Eric Blake
2016-03-04
4
-48
/
+13
|
*
qmp-shell: fix pretty printing of JSON responses
Daniel P. Berrange
2016-03-04
1
-13
/
+10
|
/
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160304'...
Peter Maydell
2016-03-04
55
-431
/
+1064
|
\
|
*
target-arm: Only trap SRS from S-EL1 if specified mode is MON
Ralf-Philipp Weinmann
2016-03-04
1
-1
/
+2
|
*
hw/intc/arm_gic.c: Implement GICv2 GICC_DIR
Peter Maydell
2016-03-04
3
-3
/
+46
|
*
arm: boot: Support big-endian elfs
Peter Crosthwaite
2016-03-04
2
-10
/
+92
|
*
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-03-04
34
-46
/
+81
|
*
loader: load_elf(): Add doc comment
Peter Crosthwaite
2016-03-04
1
-0
/
+23
|
*
loader: add API to load elf header
Peter Crosthwaite
2016-03-04
2
-0
/
+68
|
*
target-arm: implement BE32 mode in system emulation
Paolo Bonzini
2016-03-04
2
-18
/
+73
|
*
target-arm: implement setend
Paolo Bonzini
2016-03-04
3
-8
/
+12
|
*
target-arm: introduce tbflag for endianness
Peter Crosthwaite
2016-03-04
3
-2
/
+9
|
*
target-arm: a64: Add endianness support
Peter Crosthwaite
2016-03-04
1
-19
/
+30
|
*
target-arm: introduce disas flag for endianness
Paolo Bonzini
2016-03-04
3
-15
/
+26
|
*
target-arm: pass DisasContext to gen_aa32_ld*/st*
Paolo Bonzini
2016-03-04
1
-128
/
+142
|
*
target-arm: implement SCTLR.EE
Peter Crosthwaite
2016-03-04
1
-2
/
+21
|
*
linux-user: arm: handle CPSR.E correctly in strex emulation
Paolo Bonzini
2016-03-04
2
-7
/
+54
|
*
linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
Peter Crosthwaite
2016-03-04
1
-1
/
+2
|
*
arm: cpu: handle BE32 user-mode as BE
Peter Crosthwaite
2016-03-04
1
-1
/
+16
|
*
target-arm: cpu: Move cpu_is_big_endian to header
Peter Crosthwaite
2016-03-04
2
-16
/
+22
|
*
target-arm: implement SCTLR.B, drop bswap_code
Paolo Bonzini
2016-03-04
8
-32
/
+67
|
*
linux-user: arm: pass env to get_user_code_*
Paolo Bonzini
2016-03-04
1
-11
/
+9
|
*
linux-user: arm: fix coding style for some linux-user signal functions
Paolo Bonzini
2016-03-04
1
-54
/
+56
|
*
bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses
Andrew Baumann
2016-03-04
2
-22
/
+22
|
*
hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is provided
Peter Maydell
2016-03-04
1
-7
/
+25
|
*
hw/arm/virt: Make first flash device Secure-only if booting secure
Peter Maydell
2016-03-04
1
-14
/
+49
|
*
hw/arm/virt: Load bios image to MemoryRegion, not physaddr
Peter Maydell
2016-03-04
1
-19
/
+20
[next]