Sign in
qemu-android
/
qemu-android
/
b3efe5c890f3fa54a3ab48f82ef01d474069493b
b3efe5c
Attached patch make cpu-exec.c compile on NetBSD.
by blueswir1
· 16 years ago
1360677
Attached patch makes NetBSD use the native bswap functions which compile.
by blueswir1
· 16 years ago
3990d09
sys-queue.h defines _SYS_QUEUE_H_ which is also defined by
by blueswir1
· 16 years ago
4dd8c13
Fix PPC PREP platform, broken by commit 5849
by aurel32
· 16 years ago
3476f89
hw/ppc4xx_pci.c: kill two warnings
by aurel32
· 16 years ago
7487953
target-ppc: convert POWER shift instructions to TCG
by aurel32
· 16 years ago
54cdcae
target-ppc: add functions to load/store SPR
by aurel32
· 16 years ago
b2b183c
do boundary check based on absolute value (Glauber Costa)
by aliguori
· 16 years ago
4dc822d
Use writeback caching by default with qcow2
by aliguori
· 16 years ago
0cd2df7
Fix RTC initial date computation
by aurel32
· 16 years ago
bb6834c
Fix windows build after virtio changes
by aliguori
· 16 years ago
d34ca59
hw/apic.c: use fls() from host-utils
by aurel32
· 16 years ago
d096ab9
Add missing file from previous commit.
by aliguori
· 16 years ago
bd32208
Add virtio-balloon support
by aliguori
· 16 years ago
df751fa
Add ballooning infrastructure.
by aliguori
· 16 years ago
8d371d4
Define fls() in terms of clz32().
by aliguori
· 16 years ago
f46f15b
Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)
by aliguori
· 16 years ago
6e02c38
Add virtio-blk support
by aliguori
· 16 years ago
967f97f
Virtio core support
by aliguori
· 16 years ago
b39ade8
Introduce fls() helper
by aliguori
· 16 years ago
9b3469c
Clarify -soundhw documentation as to avoid hda confusion
by malc
· 16 years ago
d08c4d3
Update
by malc
· 16 years ago
cee83d9
Silence warnings generated due to `#if BUILD_Y8950'
by malc
· 16 years ago
1ea879e
Make audio violate POSIX less
by malc
· 16 years ago
8b0de43
More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxx
by blueswir1
· 16 years ago
825bb58
IBM PowerPC 4xx 32-bit PCI controller emulation
by aurel32
· 16 years ago
e976c6a
Change order of metadata update to prevent loosing guest data because of unexpected exit (Gleb Natapov)
by aliguori
· 16 years ago
6db6c63
Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)
by aliguori
· 16 years ago
643e539
Write table offset and size in one syscall (Gleb Natapov)
by aliguori
· 16 years ago
a32ef78
Introduce new helper function qcow_shedule_bh() (Gleb Natapov)
by aliguori
· 16 years ago
ac67488
Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)
by aliguori
· 16 years ago
4a55bfd
Exclude unix: from vnc call to unix_listen() (Ryan Harper)
by aliguori
· 16 years ago
d4b55be
Fix register name typo in dumping debug registers (Jan Kiszka)
by aliguori
· 16 years ago
a8f48dc
Remove address masking after some rearranging
by blueswir1
· 16 years ago
e64d7d5
Remove address masking
by blueswir1
· 16 years ago
0e8f096
Cosmetic cleanups to previous patch.
by pbrook
· 16 years ago
53762dd
Reset the key modifiers upon client connect
by malc
· 16 years ago
429a8ed
Add basic audio functionality to vnc.c
by malc
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
6ad1d22
Allocate cleared memory for cpu state.
by pbrook
· 16 years ago
0c9c3a9
arm: Don't potentially overwrite input registers in add2, sub2.
by balrog
· 16 years ago
63d4124
Fix the comment added in r5844.
by balrog
· 16 years ago
fe33867
Don't rely on ARM tcg_out_goto() generating just a single insn.
by balrog
· 16 years ago
1cb0661
arm: Reserve code buffer in memory range reachable for pc-relative branch.
by balrog
· 16 years ago
3233f0d
Use libgcc __clear_cache to clean icache, when available.
by balrog
· 16 years ago
80fe30e
Fix a typo preventing GNUC builtins usage.
by balrog
· 16 years ago
dcfd12b
Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).
by balrog
· 16 years ago
d051362
Don't try to select on an invalid VNC socket when init fails.
by balrog
· 16 years ago
137519c
qemu-img: open files with cache=writeback
by aurel32
· 16 years ago
b8dbddd
target-ppc: remove unused file op_mem_access.h
by aurel32
· 16 years ago
dcc532c
target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.c
by aurel32
· 16 years ago
ef0d51a
target-ppc: convert PPC 440 instructions to TCG
by aurel32
· 16 years ago
1addc7c
Spelling and grammar fixes
by aurel32
· 16 years ago
d92620c
Fix warning from sparse (wrong declaration)
by aurel32
· 16 years ago
f9487cb
Fix warning from sparse
by aurel32
· 16 years ago
d72a19f
target-ppc: convert return from interrupt instructions to TCG
by aurel32
· 16 years ago
fa407c0
target-ppc: convert external load/store instructions to TCG
by aurel32
· 16 years ago
cf360a3
target-ppc: convert load/store with reservation instructions to TCG
by aurel32
· 16 years ago
bdb4b68
target-ppc: convert lscbx instruction to TCG
by aurel32
· 16 years ago
dfbc799
target-ppc: convert load/store string instructions to TCG
by aurel32
· 16 years ago
37d269d
target-ppc: convert icbi instruction to TCG
by aurel32
· 16 years ago
799a8c8
target-ppc: convert dcbz instruction to TCG
by aurel32
· 16 years ago
ff4a62c
target-ppc: convert load/store multiple instructions to TCG
by aurel32
· 16 years ago
931ff27
target-ppc: convert wait instruction to TCG
by aurel32
· 16 years ago
cf02a65
target-ppc: convert mfrom instruction to TCG
by aurel32
· 16 years ago
e49a3c8
target-ppc: remove dead code from op.c
by aurel32
· 16 years ago
8d4acf9
gdbstub: Fix access to PPC FPRs
by aurel32
· 16 years ago
2cbd949
Common cpu_loop_exit prototype
by aurel32
· 16 years ago
0f3955e
target-ppc: convert software TLB instructions to TCG
by aurel32
· 16 years ago
4bf5801
Fix ICCS command (Herve Poussineau)
by blueswir1
· 16 years ago
d4742de
Handle SDL log just like other temporary files
by malc
· 16 years ago
9ac81bb
Use trap shell builtin to remove temporary files
by malc
· 16 years ago
ebd486d
Fix alignment of 64bit args
by malc
· 16 years ago
e392683
Fix 'enable selection' command (esp_4_ensel.diff)
by blueswir1
· 16 years ago
fc4d65d
Fix command len detection (esp_3_cmdlen.diff)
by blueswir1
· 16 years ago
b44c08f
Fix configuration 2 register (esp_2_cfg2.diff):
by blueswir1
· 16 years ago
8dea1dd
Misc fixes (Herve Poussineau)
by blueswir1
· 16 years ago
ce80258
Don't rely on the fact that MAX_FD is 2 (Herve Poussineau)
by blueswir1
· 16 years ago
6c173b3
Prepare for handling different BSD mmap() flags
by blueswir1
· 16 years ago
ee50add
Fix comment typo.
by pbrook
· 16 years ago
030370a
qemu-doc.texi: rewrite the documentation for the -net option
by aurel32
· 16 years ago
f5fc997
qemu-doc.texi: document downscript network option
by aurel32
· 16 years ago
01a4afe
target-ppc: convert POWER2 load/store instructions to TCG
by aurel32
· 16 years ago
6a6ae23
target-ppc: convert SPE load/store to TCG
by aurel32
· 16 years ago
38d1495
target-ppc: simplify evsplati and evsplatfi
by aurel32
· 16 years ago
60b1969
linux-user: Add support for STOP/CONT signals.
by ths
· 16 years ago
2a913eb
linux-user: sig is target signal.
by ths
· 16 years ago
7775534
Make installing bios files optional.
by ths
· 16 years ago
c0ce998
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
by aliguori
· 16 years ago
31280d9
Add TAILQ_FOREACH_SAFE (Jan Kiszka)
by aliguori
· 16 years ago
f3d54fc
Abstract out geometry detection code from IDE for reuse
by aliguori
· 16 years ago
357c692
Revert r5636 to fix icount on hosts w/o high-res clocks
by aliguori
· 16 years ago
9c99d2a
i386: remove unused function prototypes (Laurent Desnogues)
by aliguori
· 16 years ago
89886f4
Fix usb-stub compilation
by blueswir1
· 16 years ago
2bec46d
vga optimization (Glauber Costa)
by aliguori
· 16 years ago
5832d1f
kvm: Introduce kvm logging interface (Glauber Costa)
by aliguori
· 16 years ago
b4fbd87
move vga_io_address to VGA State (Glauber Costa)
by aliguori
· 16 years ago
4efe275
better type checking for vga (Glauber Costa)
by aliguori
· 16 years ago
0e1f5a0
Introduce accessors for DisplayState (Stefano Stabellini)
by aliguori
· 16 years ago
cab3bee
target-ppc: convert trap instructions to TCG
by aurel32
· 16 years ago
Next »