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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
xtensa hw/: Don't use CPUState
Andreas Färber
3
-11
/
+11
2012-03-14
sparc hw/: Don't use CPUState
Andreas Färber
4
-23
/
+23
2012-03-14
sh4 hw/: Don't use CPUState
Andreas Färber
3
-5
/
+5
2012-03-14
s390x hw/: Don't use CPUState
Andreas Färber
2
-11
/
+11
2012-03-14
ppc hw/: Don't use CPUState
Andreas Färber
23
-183
/
+183
2012-03-14
mips hw/: Don't use CPUState
Andreas Färber
8
-34
/
+34
2012-03-14
microblaze hw/: Don't use CPUState
Andreas Färber
6
-13
/
+13
2012-03-14
m68k hw/: Don't use CPUState
Andreas Färber
6
-9
/
+9
2012-03-14
lm32 hw/: Don't use CPUState
Andreas Färber
2
-9
/
+9
2012-03-14
i386 hw/: Don't use CPUState
Andreas Färber
6
-30
/
+30
2012-03-14
cris hw/: Don't use CPUState
Andreas Färber
6
-9
/
+9
2012-03-14
arm hw/: Don't use CPUState
Andreas Färber
17
-33
/
+33
2012-03-14
alpha hw/: Don't use CPUState
Andreas Färber
3
-9
/
+9
2012-03-14
hw/mc146818: Drop unneeded #includes
Andreas Färber
1
-2
/
+0
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
29
-33
/
+70
2012-03-14
PPC: 405: Use proper CPU reset
Alexander Graf
2
-25
/
+4
2012-03-14
kvmvapic: align start address as well as size
Avi Kivity
1
-1
/
+3
2012-03-13
Merge remote-tracking branch 'kraxel/usb.44' into staging
Anthony Liguori
35
-201
/
+4270
2012-03-13
kvmclock: Always register type
Andreas Färber
1
-2
/
+0
2012-03-13
Endian fix an assertion in usb-msd
Benjamin Herrenschmidt
1
-3
/
+3
2012-03-13
uhci: alloc can't fail, drop check.
Gerd Hoffmann
1
-2
/
+0
2012-03-13
uhci: new uhci_handle_td return code for tds still in flight
Gerd Hoffmann
1
-5
/
+7
2012-03-13
uhci: renumber uhci_handle_td return codes
Gerd Hoffmann
1
-4
/
+4
2012-03-13
uhci: use enum for uhci_handle_td return codes
Gerd Hoffmann
1
-16
/
+23
2012-03-13
uhci: tracing support
Gerd Hoffmann
1
-55
/
+32
2012-03-13
uhci: cancel on schedule stop.
Gerd Hoffmann
1
-0
/
+1
2012-03-13
uhci: fix uhci_async_cancel_all
Gerd Hoffmann
1
-0
/
+1
2012-03-13
uhci: pass addr to uhci_async_alloc
Gerd Hoffmann
1
-3
/
+3
2012-03-13
usb: improve packet state sanity checks
Gerd Hoffmann
2
-6
/
+32
2012-03-13
usb-ohci: DMA writeback bug fixes
Wei Yang
1
-2
/
+15
2012-03-13
usb-ehci: drop unused isoch_pause variable
Hans de Goede
1
-5
/
+1
2012-03-13
usb: zap hw/ush-{ohic,uhci}.h + init wrappers
Gerd Hoffmann
13
-60
/
+11
2012-03-13
usb: the big rename
Gerd Hoffmann
23
-53
/
+4150
2012-03-12
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
1
-0
/
+2
2012-03-12
qdev: accept empty string properties
Paolo Bonzini
1
-4
/
+0
2012-03-12
vga: add trace event for ppm_save
Alon Levy
1
-0
/
+2
2012-03-11
Add missing const attributes for MemoryRegionOps
Stefan Weil
9
-13
/
+13
2012-03-09
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
4
-4
/
+4
2012-03-09
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
6
-240
/
+716
2012-03-09
Merge remote-tracking branch 'kraxel/usb.42' into staging
Anthony Liguori
6
-135
/
+175
2012-03-09
xilinx_zynq: fix the build
Anthony Liguori
1
-2
/
+2
2012-03-08
Spelling fixes in comments (it's -> its)
Stefan Weil
2
-2
/
+2
2012-03-07
sh7750: Remove redundant 'struct' from MemoryRegionOps
Stefan Weil
2
-2
/
+2
2012-03-07
xhci: fix port status
Gerd Hoffmann
1
-1
/
+1
2012-03-07
xhci: fix control xfers
Gerd Hoffmann
1
-8
/
+5
2012-03-07
usb: add shortcut for control transfers
Gerd Hoffmann
2
-0
/
+60
2012-03-07
usb: add pipelining option to usb endpoints
Gerd Hoffmann
2
-1
/
+12
2012-03-07
usb: queue can have async packets
Gerd Hoffmann
1
-0
/
+3
2012-03-07
uhci_fill_queue: zap debug printf
Gerd Hoffmann
1
-1
/
+0
2012-03-07
usb: add USB_RET_IOERROR
Hans de Goede
4
-5
/
+11
[next]