Sign in
qemu-android
/
qemu-android
/
6265c43b0c872015e4331d3a93ff99946f3edb01
6265c43
doc: Fill some option doc gaps in manual page and qemu-doc
by Markus Armbruster
· 12 years ago
b8f490e
doc: Fix some option entries in qemu-doc's function index
by Markus Armbruster
· 12 years ago
31e70d6
help: Drop bogus help on -qtest and -qtest-log
by Markus Armbruster
· 12 years ago
c538ca6
isa: Split off instance_init for ISADevice
by Andreas Färber
· 12 years ago
872536b
qtest: Add MMIO support
by Andreas Färber
· 12 years ago
b73cf9e
libqtest: Introduce qtest_qmpv() and convert remaining macro
by Andreas Färber
· 12 years ago
6acf801
libqtest: Convert macros to functions and clean up documentation
by Andreas Färber
· 12 years ago
3c3adde
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
f4c0f98
tests: Add unit tests for mulu64 and muls64
by Richard Henderson
· 12 years ago
ff7a1eb
host-utils: Improve mulu64 and muls64
by Richard Henderson
· 12 years ago
f540166
host-utils: Use __int128_t for mul[us]64
by Richard Henderson
· 12 years ago
be96bd3
tcg/ppc: Fix build of tcg_qemu_tb_exec()
by Andreas Färber
· 12 years ago
05499f4
target-sparc: Fix debug output for DEBUG_MMU
by Andreas Färber
· 12 years ago
2d64255
target-i386: Split command line parsing out of cpu_x86_register()
by Andreas Färber
· 12 years ago
5c3c6a6
target-i386: Move cpu_x86_init()
by Andreas Färber
· 12 years ago
0203f86
target-lm32: Drop unused cpu_lm32_close() prototype
by Andreas Färber
· 12 years ago
0dac845
target-s390x: Drop unused cpu_s390x_close() prototype
by Andreas Färber
· 12 years ago
5353d03
spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu()
by Andreas Färber
· 12 years ago
912ebe1
ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu()
by Andreas Färber
· 12 years ago
440c815
e500: Replace open-coded loop with qemu_get_cpu()
by Andreas Färber
· 12 years ago
c05efcb
cpu: Add CPUArchState pointer to CPUState
by Andreas Färber
· 12 years ago
907a5e3
cputlb: Pass CPUState to cpu_unlink_tb()
by Andreas Färber
· 12 years ago
d77953b
cpu: Move current_tb field to CPUState
by Andreas Färber
· 12 years ago
fcd7d00
cpu: Move exit_request field to CPUState
by Andreas Färber
· 12 years ago
0315c31
cpu: Move running field to CPUState
by Andreas Färber
· 12 years ago
0d34282
cpu: Move host_tid field to CPUState
by Andreas Färber
· 12 years ago
6ae064f
target-cris: Introduce CRISCPU subclasses
by Andreas Färber
· 12 years ago
cb3fb38
target-m68k: Pass M68kCPU to m68k_set_irq_level()
by Andreas Färber
· 12 years ago
9a6ee9f
mcf_intc: Pass M68kCPU to mcf_intc_init()
by Andreas Färber
· 12 years ago
4025cfd
mcf5206: Pass M68kCPU to mcf5206_init()
by Andreas Färber
· 12 years ago
c7937d9
target-m68k: Return M68kCPU from cpu_m68k_init()
by Andreas Färber
· 12 years ago
f3273ba
ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset()
by Andreas Färber
· 12 years ago
25733ea
target-xtensa: Move TCG initialization to XtensaCPU initfn
by Andreas Färber
· 12 years ago
d9c27f0
target-unicore32: Move TCG initialization to UniCore32CPU initfn
by Andreas Färber
· 12 years ago
5266d20
target-sparc: Move TCG initialization to SPARCCPU initfn
by Andreas Färber
· 12 years ago
aa7408e
target-sh4: Move TCG initialization to SuperHCPU initfn
by Andreas Färber
· 12 years ago
2b7ac76
target-s390x: Move TCG initialization to S390CPU initfn
by Andreas Färber
· 12 years ago
60925d2
target-ppc: Move TCG initialization to PowerPCCPU initfn
by Andreas Färber
· 12 years ago
78ce64f
target-mips: Move TCG initialization to MIPSCPU initfn
by Andreas Färber
· 12 years ago
cd0c24f
target-microblaze: Move TCG initialization to MicroBlazeCPU initfn
by Andreas Färber
· 12 years ago
1cc8961
target-m68k: Move TCG initialization to M68kCPU initfn
by Andreas Färber
· 12 years ago
868e282
target-lm32: Move TCG initialization to LM32CPU initfn
by Andreas Färber
· 12 years ago
d1a94fe
target-cris: Move TCG initialization to CRISCPU initfn
by Andreas Färber
· 12 years ago
79614b7
target-arm: Move TCG initialization to ARMCPU initfn
by Andreas Färber
· 12 years ago
5f6c964
target-xtensa: Introduce QOM realizefn for XtensaCPU
by Andreas Färber
· 12 years ago
088383e
target-unicore32: Introduce QOM realizefn for UniCore32CPU
by Andreas Färber
· 12 years ago
b6e91eb
target-sparc: Introduce QOM realizefn for SPARCCPU
by Andreas Färber
· 12 years ago
55acb58
target-sh4: Introduce QOM realizefn for SuperHCPU
by Andreas Färber
· 13 years ago
1f13663
target-s390x: Introduce QOM realizefn for S390CPU
by Andreas Färber
· 12 years ago
c1caf1d
target-mips: Introduce QOM realizefn for MIPSCPU
by Andreas Färber
· 12 years ago
746b03b
target-microblaze: Introduce QOM realizefn for MicroBlazeCPU
by Andreas Färber
· 12 years ago
6d1bbc6
target-m68k: Introduce QOM realizefn for M68kCPU
by Andreas Färber
· 12 years ago
9c23169
target-lm32: Introduce QOM realizefn for LM32CPU
by Andreas Färber
· 12 years ago
ca45f8b
target-cris: Introduce QOM realizefn for CRISCPU
by Andreas Färber
· 12 years ago
4776ce6
target-ppc: Update PowerPCCPU to QOM realizefn
by Andreas Färber
· 12 years ago
c296262
target-openrisc: Update OpenRISCCPU to QOM realizefn
by Andreas Färber
· 12 years ago
2b6f294
target-i386: Update X86CPU to QOM realizefn
by Andreas Färber
· 12 years ago
1496926
target-arm: Update ARMCPU to QOM realizefn
by Andreas Färber
· 12 years ago
bd1b282
target-alpha: Update AlphaCPU to QOM realizefn
by Andreas Färber
· 12 years ago
4f65809
cpu: Prepare QOM realizefn
by Andreas Färber
· 12 years ago
453776e
bitops: Remove routines redundant with host-utils
by Richard Henderson
· 12 years ago
0f9d8bd
bitops: Replace bitops_ctol with ctzl
by Richard Henderson
· 12 years ago
4932398
bitops: Inline bitops_flsl
by Richard Henderson
· 12 years ago
14e5342
target-i386: Inline bitops_flsl
by Richard Henderson
· 12 years ago
0cfa6ad
bitops: Write bitops_flsl in terms of clzl
by Richard Henderson
· 12 years ago
5bbf90b
memory: Use non-bitops ctzl
by Richard Henderson
· 12 years ago
265ce4a
bitops: Use non-bitops ctzl
by Richard Henderson
· 12 years ago
18331e7
hbitmap: Use non-bitops ctzl
by Richard Henderson
· 12 years ago
72d8115
host-utils: Fix coding style and add comments
by Richard Henderson
· 12 years ago
0165437
host-utils: Add host long specific aliases for clz, ctz, ctpop
by Richard Henderson
· 12 years ago
38dad9e
qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items
by Peter Maydell
· 12 years ago
b946bff
cpus.c: Drop unnecessary set_cpu_log()
by Peter Maydell
· 12 years ago
24537a0
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
by Peter Maydell
· 12 years ago
4fde1eb
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
by Peter Maydell
· 12 years ago
59a6fa6
qemu-log: Abstract out "print usage message about valid log categories"
by Peter Maydell
· 12 years ago
9a7e542
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
by Peter Maydell
· 12 years ago
5e5f07e
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
by Evgeny Voevodin
· 12 years ago
0b0d332
TCG: Final globals clean-up
by Evgeny Voevodin
· 12 years ago
2742f56
Open up 1.5 development tree
by Anthony Liguori
· 12 years ago
03e94e3
Update VERSION for release
by Anthony Liguori
· 12 years ago
571f65e
Update VERSION of release
by Anthony Liguori
· 12 years ago
7165236
Revert "Update OpenBIOS images"
by Alexander Graf
· 12 years ago
9893c80
cadance_uart: Accept input after rx FIFO pop
by Peter Crosthwaite
· 12 years ago
8a8f584
block/curl: only restrict protocols with libcurl>=7.19.4
by Stefan Hajnoczi
· 12 years ago
d36b2b9
qapi: Flatten away ChardevPort
by Markus Armbruster
· 12 years ago
d037d6b
chardev: Fix manual page and qemu-doc for -chardev tty
by Markus Armbruster
· 12 years ago
cc2a904
net: Avoid NULL function pointer dereference on cleanup
by Andreas Färber
· 12 years ago
91b0a8f
s390: Fix handling of iscs.
by Cornelia Huck
· 12 years ago
bd9a8d8
s390: Keep I/O interrupts enabled for all iscs.
by Cornelia Huck
· 12 years ago
760794f
s390/sclpconsole: prevent char layer callback during initialization
by Christian Borntraeger
· 12 years ago
7ce4106
xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()
by Peter Crosthwaite
· 12 years ago
dada5c7
xilinx.h: Dont qdev_create from ethernet_create()
by Peter Crosthwaite
· 12 years ago
0231ed4
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
6aaa9da
block-migration: fix pending() and iterate() return values
by Stefan Hajnoczi
· 12 years ago
ad55ab4
migration: make qemu_ftell() public and support writable files
by Stefan Hajnoczi
· 12 years ago
4a0e671
trace: deal with deprecated glib thread functions
by Stefan Hajnoczi
· 12 years ago
30d9408
trace: use glib atomic int types
by Stefan Hajnoczi
· 12 years ago
33ccf66
Revert "block/vpc: Fix size calculation"
by Stefan Hajnoczi
· 12 years ago
da888d3
block/raw-posix: detect readonly Linux block devices using BLKROGET
by Stefan Hajnoczi
· 12 years ago
03ec2f8
hw/m25p80.c: add WRSR(0x01) support
by Kuo-Jung Su
· 12 years ago
Next »