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
2015-04-28
os-win32: drop ffs(3) prototype
Stefan Hajnoczi
2015-04-28
omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()
Paolo Bonzini
2015-04-28
sd: convert sd_normal_command() ffs(3) call to ctz32()
Stefan Hajnoczi
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-04-28
uninorth: convert ffs(3) to ctz32()
Stefan Hajnoczi
2015-04-28
hw/arm/nseries: convert ffs(3) to ctz32()
Stefan Hajnoczi
2015-04-28
bt-sdp: fix broken uuids power-of-2 calculation
Stefan Hajnoczi
2015-04-28
MAINTAINERS: Add myself as the maintainer of the Quorum driver
Alberto Garcia
2015-04-28
savevm: create snapshot failed when id_str already exists
Yi Wang
2015-04-28
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2015-04-28
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
2015-04-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...
Peter Maydell
2015-04-27
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...
Peter Maydell
2015-04-27
target-i386: Remove AMD feature flag aliases from CPU model table
Eduardo Habkost
2015-04-27
target-i386: X86CPU::xlevel2 QOM property
Eduardo Habkost
2015-04-27
target-i386: Make "level" and "xlevel" properties static
Eduardo Habkost
2015-04-27
qemu-config: Accept empty option values
Eduardo Habkost
2015-04-27
MAINTAINERS: Change status of X86 to Maintained
Eduardo Habkost
2015-04-27
MAINTAINERS: Add myself to X86
Eduardo Habkost
2015-04-27
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150427-1' into s...
Peter Maydell
2015-04-27
MAINTAINERS: Add myself as NUMA code maintainer
Eduardo Habkost
2015-04-27
Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...
Peter Maydell
2015-04-27
spice: learn to hide cursor
Marc-André Lureau
2015-04-27
spice: set pointer position on hotspot
Marc-André Lureau
2015-04-27
spice: fix mouse cursor position
Marc-André Lureau
2015-04-27
spice: fix simple display on bigendian hosts
Gerd Hoffmann
2015-04-27
monitor: Make client_migrate_info synchronous
Markus Armbruster
2015-04-27
gtk: Avoid accel key leakage into guest on console switch
Jan Kiszka
2015-04-27
gtk: Fix VTE focus grabbing
Jan Kiszka
2015-04-26
Allow ARMv8 SCR.SMD updates
Greg Bellows
2015-04-26
target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabled
Sergey Fedorov
2015-04-26
target-arm: rename c1_coproc to cpacr_el1
Sergey Fedorov
2015-04-26
target-arm: Check watchpoints against CPU security state
Peter Maydell
2015-04-26
target-arm: Use attribute info to handle user-only watchpoints
Peter Maydell
2015-04-26
target-arm: Add user-mode transaction attribute
Peter Maydell
2015-04-26
target-arm: Use correct memory attributes for page table walks
Peter Maydell
2015-04-26
target-arm: Honour NS bits in page tables
Peter Maydell
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-04-26
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
2015-04-26
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-04-26
exec.c: Convert subpage memory ops to _with_attrs
Peter Maydell
2015-04-26
Add MemTxAttrs to the IOTLB
Peter Maydell
2015-04-26
Make CPU iotlb a structure rather than a plain hwaddr
Peter Maydell
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
memory: Define API for MemoryRegionOps to take attrs and return status
Peter Maydell
2015-04-25
Open 2.4 development tree
Peter Maydell
2015-04-24
qmp: Give saner messages related to qmp_capabilities misuse
Eric Blake
2015-04-24
qmp-commands: fix incorrect uses of ":O" specifier
Paolo Bonzini
[next]