projects
/
sdk
/
emulator
/
qemu.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sdk/emulator/qemu.git
2009-03-13
aliguori
stop dirty logging while updating cirrus bank memory...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
Add missing file
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
Update changelog
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
qemu:virtio-net: Check return size on the correct sg...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
make qemu_announce_self handle non contiguous net table...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
Replace asprintf() with snprintf() in vnc.c ("Daniel...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
monitor: Provide empty command as final history entry...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
Add and use remaining #defines for PCI device IDs ...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
remove is_graphic_console from vga.c (Stefano Stabellini)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
DisplayAllocator interface (Stefano Stabellini)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg/x86: add bswap16_i32 ops
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
target-i386: use the new bswap* TCG ops
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
target-ppc: use the new bswap* TCG ops
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg: update README wrt recent bswap changes
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg: add _tl aliases to bswap16/32/64 TCG ops
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg: add bswap16_i64 and bswap32_i64 TCG ops
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg: optimize tcg_gen_bswap16_i32
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg: allow bswap16_i32 to be implemented by TCG backends
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aurel32
tcg: rename bswap_i32/i64 functions
commit
|
commitdiff
|
tree
|
snapshot
2009-03-13
aliguori
Fix regression introduced by r6824
commit
|
commitdiff
|
tree
|
snapshot
2009-03-12
aliguori
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-12
aliguori
monitor: sync from kvm state before generating output...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-12
aliguori
Guest debugging support for KVM (Jan Kiszka)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-12
aliguori
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-12
aliguori
Add internal scsi generic block API (Avi Kivity)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-12
aliguori
Add specialized block driver scsi generic API (Avi...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-11
aliguori
Revert r6404
commit
|
commitdiff
|
tree
|
snapshot
2009-03-11
aliguori
Revert r6405
commit
|
commitdiff
|
tree
|
snapshot
2009-03-11
aliguori
Revert r6406
commit
|
commitdiff
|
tree
|
snapshot
2009-03-11
aliguori
Revert r6407
commit
|
commitdiff
|
tree
|
snapshot
2009-03-11
aliguori
Revert r6408
commit
|
commitdiff
|
tree
|
snapshot
2009-03-11
aurel32
tcg: move {not,neg}_i{32,64} definitions at the right...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-11
aurel32
tcg: fix commit r6805
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
Clean build: Add bt-host.h
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
tcg-arm: fix qemu_ld64
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
tcg: update TODO
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
tcg/x86: add not/neg/extu/bswap/rot i32 ops
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
tcg: optimize logical operations
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
target-ppc: fix commit r6789
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
malc
musicpal: Reorganize IO memory handling (Jan Kiszka)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
Fix tcg after commit 6800
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
target-mips: use nor instead of or + not
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
tcg: use TCGV_EQUAL_I{32,64}
commit
|
commitdiff
|
tree
|
snapshot
2009-03-10
aurel32
tcg: define TCGV_EQUAL_I{32,64}
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
Implement TCG not ops for x86-64
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
tcg: don't define TCG rotation ops if they are not...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
Implement TCG rotation ops for x86-64
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
target-mips: optimize mflo and mfhi
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
targe-ppc: optimize mfcr and mtcrf
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
blueswir1
fread_targphys(): Do not cut off the tail.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
blueswir1
configure sensitive to user locale
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
target-ppc: free a tcg temp variable
commit
|
commitdiff
|
tree
|
snapshot
2009-03-09
aurel32
target-ppc: add support for reading/writing spefscr
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
aurel32
qemu-img: fix help message
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
aurel32
qemu-img: accept sizes with decimal values
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Call Perl directly instead of relying on shebang
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Multi-key completion for sendkey
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
aliguori
Fix windows build and clean up use of <windows.h>
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Rename one more _BSD to HOST_BSD (spotted by Hasso...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
aliguori
Remove unnecessary prefix on SDL_syswm.h. This fixes...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Prune unused TCG_AREGs
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Prune unused AREGs
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Use firmware configuration instead of NVRAM (initial...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Add new entries to firmware configuration device
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
blueswir1
Rename _BSD to HOST_BSD so that it's more obvious that...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
aurel32
target-mips: remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2009-03-08
aurel32
target-mips: rename helpers from do_ to helper_
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
do not pretend to support low voltage operation
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Fix correct reset value for ARM CP15 c1 auxiliary contr...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Work around QEMU GDB stub suboptimality
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Fix off-by-one errors for Altivec and SPE registers
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Use C99 initializers for BlockDriver methods
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
clean build: Fix remaining m68k warnings
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
clean build: Fix arm build warnings
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
arm: Fix gic_irq_state.level bitfield type
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
target-ppc: move the CD-ROM drive to the second IDE
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
ppc_oldworld: swap the MACIO and CMD646 IDE controllers
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Use a dedicated function to request exit from execution...
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Fix texinfo syntax errors.
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Disable BAT for 970
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Fix mfcr on ppc64-softmmu
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Keep SLB in-CPU
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
aurel32
Clear CPU_INTERRUPT_EXIT on VM load
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Fix NX bit
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Fix RFI(d)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Implement mtfsf.L encoding
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Enable 64bit mode on interrupts
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Nop some SPRs on 970fx
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Activate uninorth AGP bridge
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Implment tlbiel
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Implement large pages
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Implement slbmte
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Support for DragonFly BSD (Hasso Tepper)
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Fix BSD user: there is no NPTL
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Update i386-dis.c from commits before GPLv3 switch
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Update i386-dis.c from binutils 2.17
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Fix BSD breakage from r6736
commit
|
commitdiff
|
tree
|
snapshot
2009-03-07
blueswir1
Sparse fixes: dubious mixing of bitwise and logical...
commit
|
commitdiff
|
tree
|
snapshot
next