index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-07
memory: Drop MemoryRegion.ram_addr
Fam Zheng
2016-03-07
memory: Implement memory_region_get_ram_addr with mr->ram_block
Fam Zheng
2016-03-07
memory: Move assignment to ram_block to memory_region_init_*
Fam Zheng
2016-03-07
exec: Return RAMBlock pointer from allocating functions
Fam Zheng
2016-03-07
i8257: fix Terminal Count status
Hervé Poussineau
2016-03-07
log: do not log if QEMU is daemonized but without -D
Paolo Bonzini
2016-03-06
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-04' into ...
Peter Maydell
2016-03-05
qapi: Drop useless 'data' member of unions
Eric Blake
2016-03-05
chardev: Drop useless ChardevDummy type
Eric Blake
2016-03-05
qapi: Avoid use of 'data' member of QAPI unions
Eric Blake
2016-03-05
ui: Shorten references into InputEvent
Eric Blake
2016-03-05
util: Shorten references into SocketAddress
Eric Blake
2016-03-05
chardev: Shorten references into ChardevBackend
Eric Blake
2016-03-05
qapi: Update docs to match recent generator changes
Eric Blake
2016-03-05
qapi-visit: Expose visit_type_FOO_members()
Eric Blake
2016-03-05
qapi: Rename 'fields' to 'members' in generated C code
Eric Blake
2016-03-05
qapi: Rename 'fields' to 'members' in generator
Eric Blake
2016-03-04
qapi-dealloc: Reduce use outside of generated code
Eric Blake
2016-03-04
qmp-shell: fix pretty printing of JSON responses
Daniel P. Berrange
2016-03-04
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160304'...
Peter Maydell
2016-03-04
target-arm: Only trap SRS from S-EL1 if specified mode is MON
Ralf-Philipp Weinmann
2016-03-04
hw/intc/arm_gic.c: Implement GICv2 GICC_DIR
Peter Maydell
2016-03-04
arm: boot: Support big-endian elfs
Peter Crosthwaite
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-03-04
loader: load_elf(): Add doc comment
Peter Crosthwaite
2016-03-04
loader: add API to load elf header
Peter Crosthwaite
2016-03-04
target-arm: implement BE32 mode in system emulation
Paolo Bonzini
2016-03-04
target-arm: implement setend
Paolo Bonzini
2016-03-04
target-arm: introduce tbflag for endianness
Peter Crosthwaite
2016-03-04
target-arm: a64: Add endianness support
Peter Crosthwaite
2016-03-04
target-arm: introduce disas flag for endianness
Paolo Bonzini
2016-03-04
target-arm: pass DisasContext to gen_aa32_ld*/st*
Paolo Bonzini
2016-03-04
target-arm: implement SCTLR.EE
Peter Crosthwaite
2016-03-04
linux-user: arm: handle CPSR.E correctly in strex emulation
Paolo Bonzini
2016-03-04
linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
Peter Crosthwaite
2016-03-04
arm: cpu: handle BE32 user-mode as BE
Peter Crosthwaite
2016-03-04
target-arm: cpu: Move cpu_is_big_endian to header
Peter Crosthwaite
2016-03-04
target-arm: implement SCTLR.B, drop bswap_code
Paolo Bonzini
2016-03-04
linux-user: arm: pass env to get_user_code_*
Paolo Bonzini
2016-03-04
linux-user: arm: fix coding style for some linux-user signal functions
Paolo Bonzini
2016-03-04
bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses
Andrew Baumann
2016-03-04
hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is provided
Peter Maydell
2016-03-04
hw/arm/virt: Make first flash device Secure-only if booting secure
Peter Maydell
2016-03-04
hw/arm/virt: Load bios image to MemoryRegion, not physaddr
Peter Maydell
2016-03-04
loader: Add load_image_mr() to load ROM image to a MemoryRegion
Peter Maydell
2016-03-04
hw/arm/virt: Provide a secure-only RAM if booting in Secure mode
Peter Maydell
2016-03-04
sdhci: Implement DeviceClass reset
Peter Maydell
2016-03-04
sd.c: Handle NULL block backend in sd_get_inserted()
Peter Maydell
2016-03-04
virt: Lift the maximum RAM limit from 30GB to 255GB
Peter Maydell
2016-03-04
target-arm: Correct handling of writes to CPSR mode bits from gdb in usermode
Peter Maydell
[next]