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
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-04
add a header file for atomic operations
Paolo Bonzini
1
-5
/
+4
2013-07-04
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-2
/
+2
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
3
-0
/
+10
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
3
-4
/
+4
2013-06-18
virtio-rng: Fix crash with non-default backend
Cole Robinson
1
-1
/
+1
2013-05-30
qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
Amos Kong
1
-0
/
+6
2013-05-29
virtio-pci: drop unused wmb macro
Michael S. Tsirkin
1
-6
/
+0
2013-05-16
virtio: add virtio_bus_get_dev_path.
KONRAD Frederic
1
-0
/
+14
2013-05-15
virtio-net-x: forward the netclient name and type.
KONRAD Frederic
1
-0
/
+3
2013-05-08
virtio: properly validate address before accessing config
Jason Wang
1
-12
/
+18
2013-05-08
virtio-pci: fix level interrupts
Michael S. Tsirkin
1
-0
/
+5
2013-05-03
virtio-scsi: fix the command line compatibility.
KONRAD Frederic
1
-0
/
+12
2013-05-03
virtio-serial: fix command line compatibility.
KONRAD Frederic
1
-0
/
+12
2013-05-03
virtio: add virtio_device_set_child_bus_name.
KONRAD Frederic
1
-0
/
+24
2013-05-03
virtio-x-bus: force bus name to virtio-bus.
KONRAD Frederic
1
-1
/
+4
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
3
-19
/
+4
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
4
-65
/
+45
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
4
-38
/
+52
2013-04-24
virtio-pci: cleanup.
KONRAD Frederic
2
-54
/
+2
2013-04-24
virtio-bus: make virtio_x_bus_new static.
KONRAD Frederic
2
-2
/
+3
2013-04-24
virtio-bus: add new functions.
KONRAD Frederic
1
-0
/
+23
2013-04-24
virtio-rng: cleanup: use QOM casts.
KONRAD Frederic
1
-12
/
+15
2013-04-24
virtio-rng: cleanup: remove qdev field.
KONRAD Frederic
1
-2
/
+0
2013-04-24
virtio-rng: cleanup: init and exit functions.
KONRAD Frederic
1
-66
/
+21
2013-04-24
virtio-rng-pci: switch to the new API.
KONRAD Frederic
2
-90
/
+74
2013-04-24
virtio-rng: add virtio-rng device.
KONRAD Frederic
2
-14
/
+102
2013-04-24
virtio-rng: don't use pointer for configuration.
KONRAD Frederic
1
-6
/
+6
2013-04-23
virtio-9p-pci: switch to the new API.
KONRAD Frederic
2
-29
/
+54
2013-04-23
virtio-9p: add the virtio-9p device.
KONRAD Frederic
1
-2
/
+1
2013-04-22
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
4
-21
/
+123
2013-04-19
vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel module
Nicholas Bellinger
2
-0
/
+78
2013-04-19
virtio: simplify Makefile conditionals
Paolo Bonzini
1
-4
/
+4
2013-04-19
virtio-scsi: create VirtIOSCSICommon
Paolo Bonzini
1
-2
/
+3
2013-04-19
virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP event
Luiz Capitulino
1
-1
/
+1
2013-04-19
vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping
Nicholas Bellinger
1
-15
/
+38
2013-04-17
virtio-net-pci: switch to the new API.
KONRAD Frederic
2
-60
/
+69
2013-04-17
virtio-net: add the virtio-net device.
KONRAD Frederic
1
-3
/
+1
2013-04-15
virtio-balloon: fix dynamic properties.
KONRAD Frederic
1
-0
/
+36
2013-04-15
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
1
-1
/
+1
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-15
virtio-serial-pci: switch to the new API.
KONRAD Frederic
2
-67
/
+78
2013-04-15
virtio-serial: add the virtio-serial device.
KONRAD Frederic
1
-1
/
+1
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2
-1
/
+140
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini
7
-0
/
+3122
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
4
-0
/
+1869
2013-04-08
hw: make subdirectories for devices
Paolo Bonzini
1
-0
/
+0