Sign in
qemu-android
/
qemu-android
/
2ca81baa0b3363d57de94f8b80c02a003b361161
2ca81ba
help: add docs for multiqueue tap options
by Jason Wang
· 12 years ago
b5a01a7
aio: support G_IO_HUP and G_IO_ERR
by Stefan Hajnoczi
· 12 years ago
6b5f876
aio: convert aio_poll() to g_poll(3)
by Stefan Hajnoczi
· 12 years ago
d0c8d2c
aio: extract aio_dispatch() from aio_poll()
by Stefan Hajnoczi
· 12 years ago
9cbaacf
main-loop: drop rfds/wfds/xfds for good
by Stefan Hajnoczi
· 12 years ago
a3e4b4a
iohandler: switch to GPollFD
by Stefan Hajnoczi
· 12 years ago
8917c3b
slirp: switch to GPollFD
by Stefan Hajnoczi
· 12 years ago
cf1d078
slirp: slirp/slirp.c coding style cleanup
by Stefan Hajnoczi
· 12 years ago
48ce11f
main-loop: switch POSIX glib integration to GPollFD
by Stefan Hajnoczi
· 12 years ago
cbff4b3
main-loop: switch to g_poll() on POSIX hosts
by Stefan Hajnoczi
· 12 years ago
134a03e
main-loop: fix select_ret uninitialized variable warning
by Stefan Hajnoczi
· 12 years ago
70aa41b
Merge remote-tracking branch 'kraxel/usb.78' into staging
by Anthony Liguori
· 12 years ago
259dc0c
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
159c983
.gitignore: Ignore optionrom/*.asm
by Cole Robinson
· 12 years ago
11e5d73
ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c
by Alin Tomescu
· 12 years ago
499a616
Add some missing qtest binaries to .gitignore
by David Gibson
· 12 years ago
b15aaca
xilinx_axienet.c: Assert no error when making link
by Peter Crosthwaite
· 12 years ago
87f1361
Remove forward declaration of non-existant variable
by Hervé Poussineau
· 12 years ago
89a453d
uas-uas: usb3 streams
by Gerd Hoffmann
· 12 years ago
024426a
usb-xhci: usb3 streams
by Gerd Hoffmann
· 12 years ago
8550a02
usb-core: usb3 streams
by Gerd Hoffmann
· 12 years ago
2e5df36
usb: fix endpoint descriptor ordering
by Gerd Hoffmann
· 12 years ago
6ef3ccd
usb-redir: simplify packet copy
by Gerd Hoffmann
· 12 years ago
6a98d1c
usb: make usb_packet_copy operate on combined packets
by Gerd Hoffmann
· 12 years ago
e382d96
usb: add usb_ep_set_halted
by Gerd Hoffmann
· 12 years ago
1a3973b
usb-host: remove usb_host_device_close
by Gerd Hoffmann
· 12 years ago
4075975
usb-host: move legacy cmd line bits
by Gerd Hoffmann
· 12 years ago
9db7c41
usb-storage: use scsi_req_enqueue return value
by Gerd Hoffmann
· 12 years ago
07d17e7
allow disabling usb smartcard support
by Gerd Hoffmann
· 12 years ago
6c83f81
make usb devices configurable
by Gerd Hoffmann
· 12 years ago
f4ece40
fix scripts/make_device_config.sh
by Gerd Hoffmann
· 12 years ago
62162ff
usb: Makefile cleanup
by Gerd Hoffmann
· 12 years ago
cc2832a
rtc-test: add testcases for alarms in 12hour mode
by Paolo Bonzini
· 12 years ago
f9b3ed4
rtc-test: always set register B in its entirety
by Paolo Bonzini
· 12 years ago
7d2a929
vnc-tls: Fix compilation with newer versions of GNU-TLS
by Andre Przywara
· 12 years ago
10adb8b
doc help: Collect block device stuff under its own heading
by Markus Armbruster
· 12 years ago
84644c4
doc help: A few options are under inappropriate headings, fix
by Markus Armbruster
· 12 years ago
f037809
help: Fix markup of heading "USB options" so it appears in -help
by Markus Armbruster
· 12 years ago
c70a01e
doc: Fix texinfo @table markup in qemu-options.hx
by Markus Armbruster
· 12 years ago
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
Next »