index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
uninorth: Get rid of bswap
Alexander Graf
2010-12-11
1
-4
/
+2
*
pci-host: Delegate bswap to mmio layer
Alexander Graf
2010-12-11
6
-101
/
+46
*
dbdma: Make little endian
Alexander Graf
2010-12-11
1
-4
/
+1
*
Make simple io mem handler endian aware
Alexander Graf
2010-12-11
5
-10
/
+17
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
154
-262
/
+446
*
exec: introduce endianness swapped mmio
Alexander Graf
2010-12-11
2
-3
/
+128
*
noaudio: fix return value for read()
Michael Walle
2010-12-10
1
-1
/
+1
*
ppc: kvm: fix signedness warning
Alexander Graf
2010-12-08
1
-1
/
+1
*
Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup
Kirill Batuzov
2010-12-05
1
-0
/
+6
*
Remove unused spin_trylock() function
Peter Maydell
2010-12-04
1
-10
/
+0
*
darwin-user: Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-12-04
2
-2
/
+2
*
audio: Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-12-04
1
-1
/
+2
*
target-sparc: Use fprintf_function (format checking)
Stefan Weil
2010-12-04
1
-2
/
+2
*
*-dis: Replace fprintf_ftype by fprintf_function (format checking)
Stefan Weil
2010-12-04
7
-30
/
+19
*
Fix mingw32 and OpenBSD warnings
Blue Swirl
2010-12-04
1
-1
/
+1
*
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Edgar E. Iglesias
2010-12-04
14
-95
/
+292
|
\
|
*
linux-user: fix mips and ppc to use UID16
Martin Mohring
2010-12-03
3
-35
/
+35
|
*
update binfmt conf
Riku Voipio
2010-12-03
1
-2
/
+6
|
*
linux-user: fix compiler error on nptl
Riku Voipio
2010-12-03
1
-1
/
+2
|
*
ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn
Peter Maydell
2010-12-03
1
-0
/
+30
|
*
ARM: linux-user: Expose iWMMXT registers to signal handlers
Peter Maydell
2010-12-03
1
-0
/
+37
|
*
ARM: linux-user: Restore VFP state from ucontext on sigreturn
Peter Maydell
2010-12-03
1
-0
/
+40
|
*
ARM: linux-user: Expose VFP registers to signal handlers
Peter Maydell
2010-12-03
1
-1
/
+46
|
*
ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code
Peter Maydell
2010-12-03
2
-0
/
+14
|
*
ARM: linux-user: Correct size of padding in target_ucontext_v2
Peter Maydell
2010-12-03
1
-1
/
+1
|
*
target-sparc: remove unused functions cpu_lock(), cpu_unlock()
Peter Maydell
2010-12-03
2
-16
/
+0
|
*
ARM: enable XScale/iWMMXT in linux-user mode
Peter Maydell
2010-12-03
1
-0
/
+6
|
*
linux-user: Translate getsockopt level option
Jamie Lentin
2010-12-03
1
-10
/
+61
|
*
linux-user: remove unnecessary local from __get_user(), __put_user()
Peter Maydell
2010-12-03
1
-4
/
+2
|
*
linux-user: fix memory leaks with NPTL emulation
Nathan Froyd
2010-12-03
3
-8
/
+9
|
*
linux-user: mmap_reserve() not controlled by RESERVED_VA
amateur
2010-12-03
1
-1
/
+3
|
*
[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()
Peter Maydell
2010-12-03
2
-16
/
+0
*
|
exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()
Stefan Hajnoczi
2010-12-03
1
-1
/
+0
|
/
*
Fix build
Anthony Liguori
2010-12-02
1
-1
/
+0
*
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
2010-12-02
36
-110
/
+1446
|
\
|
*
vhost: Fix address calculation in vhost_dev_sync_region()
Jason Wang
2010-12-02
1
-0
/
+1
|
*
migration: allow rate > 4g
Michael S. Tsirkin
2010-12-02
4
-11
/
+16
|
*
migration: stable ram block ordering
Michael S. Tsirkin
2010-12-02
4
-3
/
+61
|
*
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
2010-12-01
123
-1194
/
+2979
|
|
\
|
*
|
virtio: fix up VQ checks
Michael S. Tsirkin
2010-11-24
1
-11
/
+16
|
*
|
virtio: Convert fprintf() to error_report()
Stefan Hajnoczi
2010-11-24
1
-17
/
+18
|
*
|
pci: fix bus walk under secondary bus reset
Michael S. Tsirkin
2010-11-24
1
-13
/
+24
|
*
|
pci bridge: implement secondary bus reset
Isaku Yamahata
2010-11-22
1
-1
/
+10
|
*
|
pci: use qdev reset framework for pci bus reset
Isaku Yamahata
2010-11-22
2
-3
/
+22
|
*
|
qdev: trigger reset from a given device
Isaku Yamahata
2010-11-22
2
-0
/
+6
|
*
|
qdev: introduce reset call back for qbus level
Isaku Yamahata
2010-11-22
2
-1
/
+11
|
*
|
qdev: reset qdev along with qdev tree
Anthony Liguori
2010-11-22
3
-9
/
+24
|
*
|
qbus: add functions to walk both devices and busses
Anthony Liguori
2010-11-22
2
-0
/
+57
|
*
|
eepro100: Use a single rom file for all i825xx devices
Stefan Weil
2010-11-22
4
-13
/
+4
|
*
|
pci: Automatically patch PCI vendor id and device id in PCI ROM
Stefan Weil
2010-11-22
1
-4
/
+69
[next]