index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-22
apic: convert to memory API
Avi Kivity
1
-15
/
+10
2011-08-22
apb_pci: convert to memory API
Avi Kivity
1
-47
/
+37
2011-08-22
pcnet: fix wrong opaque (broken by bd8d6f7cadb6ace98c779135217a4ed7b5fccc23)
Hervé Poussineau
1
-2
/
+2
2011-08-22
Improvements to libtool support.
Brad
4
-10
/
+9
2011-08-22
w32: Fix qemu_ftruncate64
Stefan Weil
1
-2
/
+6
2011-08-22
build: list libraries after objects, for proper linkage
Diego Elio Pettenò
1
-2
/
+2
2011-08-22
fix code format
Robert Wang
1
-3
/
+3
2011-08-22
e1000: use MII status register for link up/down
Bjørn Mork
2
-2
/
+22
2011-08-22
char: document the functions that will be the public interface
Anthony Liguori
1
-7
/
+130
2011-08-22
char: remove qemu_chr_send_event()
Anthony Liguori
4
-39
/
+0
2011-08-22
char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()
Anthony Liguori
4
-4
/
+4
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
6
-8
/
+8
2011-08-22
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
Anthony Liguori
3
-4
/
+4
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
10
-18
/
+18
2011-08-22
char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()
Anthony Liguori
3
-4
/
+4
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
7
-29
/
+29
2011-08-22
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
3
-3
/
+3
2011-08-22
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
3
-3
/
+3
2011-08-22
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
5
-15
/
+15
2011-08-22
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
7
-18
/
+18
2011-08-22
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
3
-13
/
+13
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
28
-34
/
+34
2011-08-22
tcg/ppc64: fix 16/32 mixup
malc
1
-2
/
+2
2011-08-22
Merge branch 'master' of git://git.qemu.org/qemu
malc
29
-283
/
+594
2011-08-22
tcg/ppc64: implement not_i32/64 and ext32u_i64
malc
2
-3
/
+16
2011-08-22
tcg/ppc32: implement deposit_i32
malc
2
-1
/
+13
2011-08-21
Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging
Anthony Liguori
9
-136
/
+415
2011-08-21
guest agent: remove uneeded dependencies
Michael Roth
3
-4
/
+16
2011-08-21
guest agent: remove g_strcmp0 usage
Michael Roth
1
-1
/
+1
2011-08-21
memory: crack wide ioport accesses into smaller ones when needed
Avi Kivity
1
-2
/
+9
2011-08-21
memory: abstract cracking of write access ops into a function
Avi Kivity
1
-41
/
+68
2011-08-21
escc: replace DPRINTFs with tracepoints
Blue Swirl
2
-46
/
+29
2011-08-21
m48t59: avoid structure holes spotted by pahole
Blue Swirl
1
-4
/
+5
2011-08-21
escc: avoid structure holes spotted by pahole
Blue Swirl
1
-4
/
+5
2011-08-21
fdc: avoid structure holes spotted by pahole
Blue Swirl
1
-9
/
+9
2011-08-21
pcnet: avoid structure holes spotted by pahole
Blue Swirl
1
-2
/
+2
2011-08-21
esp: avoid structure holes spotted by pahole
Blue Swirl
1
-5
/
+6
2011-08-21
sun4m: avoid structure holes spotted by pahole
Blue Swirl
1
-10
/
+10
2011-08-21
tcx: avoid structure holes spotted by pahole
Blue Swirl
1
-2
/
+2
2011-08-21
sun4m_iommu: avoid structure holes spotted by pahole
Blue Swirl
1
-1
/
+1
2011-08-21
slavio_intctl: avoid structure holes spotted by pahole
Blue Swirl
1
-4
/
+4
2011-08-21
slavio_misc: avoid structure holes spotted by pahole
Blue Swirl
1
-1
/
+1
2011-08-21
slavio_timer: avoid structure holes spotted by pahole
Blue Swirl
1
-3
/
+3
2011-08-21
monitor: Prevent sign-extension of 32-bit addresses printed by info tlb
Austin Clements
1
-2
/
+2
2011-08-21
Merge branch 'queues/slirp' of git://git.kiszka.org/qemu
Blue Swirl
2
-6
/
+6
2011-08-21
tcg-ia64: Fix typos in AREG0 setup in prologue.
Richard Henderson
1
-2
/
+2
2011-08-21
tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
Richard Henderson
1
-1
/
+1
2011-08-21
tcg: Constant fold neg, andc, orc, eqv, nand, nor.
Richard Henderson
1
-0
/
+27
2011-08-21
tcg: Always define all of the TCGOpcode enum members.
Richard Henderson
14
-1008
/
+837
2011-08-21
tcg: Add and use TCG_OPF_64BIT.
Richard Henderson
4
-131
/
+67
[prev]
[next]