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
2015-10-24
ivshmem: reset mask on device reset
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: error on too many eventfd received
Marc-André Lureau
1
-0
/
+7
2015-10-24
ivshmem: replace 'guest' for 'peer' appropriately
Marc-André Lureau
1
-14
/
+14
2015-10-24
ivshmem: fix pci_ivshmem_exit()
Marc-André Lureau
1
-3
/
+35
2015-10-24
ivshmem: add device description
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: check shm isn't already initialized
Marc-André Lureau
1
-0
/
+6
2015-10-24
ivshmem: shmfd can be 0
Marc-André Lureau
1
-3
/
+3
2015-10-24
ivshmem: migrate with VMStateDescription
Marc-André Lureau
1
-53
/
+89
2015-10-24
ivshmem: use common is_power_of_2()
Marc-André Lureau
1
-5
/
+1
2015-10-24
ivshmem: use common return
Marc-André Lureau
1
-2
/
+1
2015-10-24
ivshmem: simplify a bit the code
Marc-André Lureau
1
-14
/
+14
2015-10-24
ivshmem: print error on invalid peer id
Marc-André Lureau
1
-0
/
+1
2015-10-24
ivshmem: improve error handling
Marc-André Lureau
1
-3
/
+7
2015-10-24
ivshmem: improve debug messages
Marc-André Lureau
1
-3
/
+7
2015-10-24
ivshmem: remove max_peer field
Marc-André Lureau
1
-9
/
+1
2015-10-24
ivshmem: initialize max_peer to -1
Marc-André Lureau
1
-2
/
+2
2015-10-24
ivshmem: remove useless ivshmem_update_irq() val argument
Marc-André Lureau
1
-4
/
+4
2015-10-24
ivshmem: allocate eventfds in resize_peers()
Marc-André Lureau
1
-9
/
+2
2015-10-24
ivshmem: simplify around increase_dynamic_storage()
Marc-André Lureau
1
-16
/
+11
2015-10-24
ivshmem: limit maximum number of peers to G_MAXUINT16
Marc-André Lureau
1
-2
/
+3
2015-10-24
ivshmem: remove last exit(1)
Marc-André Lureau
1
-1
/
+1
2015-10-24
ivshmem: more qdev conversion
Marc-André Lureau
1
-51
/
+68
2015-10-24
ivshmem: remove useless doorbell field
Marc-André Lureau
1
-1
/
+0
2015-10-24
ivshmem: remove superflous ivshmem_attr field
Marc-André Lureau
1
-9
/
+7
2015-10-24
ivshmem: remove unnecessary dup()
Marc-André Lureau
1
-15
/
+6
2015-10-24
ivshmem: factor out the incoming fifo handling
Marc-André Lureau
1
-20
/
+39
2015-10-24
ivshmem: fix number of bytes to push to fifo
Marc-André Lureau
1
-1
/
+1
2015-10-24
ivhsmem: read do not accept more than sizeof(long)
Marc-André Lureau
1
-1
/
+1
2015-10-23
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151023' into st...
Peter Maydell
16
-40
/
+136
2015-10-23
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-24
/
+24
2015-10-23
prep: do not use CPU_LOG_IOPORT, convert to tracepoints
Paolo Bonzini
1
-27
/
+3
2015-10-23
openpic: add to misc category
Laurent Vivier
2
-0
/
+2
2015-10-23
macio-nvram: add to misc category
Laurent Vivier
1
-0
/
+1
2015-10-23
macio: add to bridge category
Laurent Vivier
1
-0
/
+1
2015-10-23
uninorth: add to bridge category
Laurent Vivier
1
-0
/
+8
2015-10-23
macio-ide: add to storage category
Laurent Vivier
1
-0
/
+1
2015-10-23
cuda: add to bridge category
Laurent Vivier
1
-0
/
+1
2015-10-23
grackle: add to bridge category
Laurent Vivier
1
-0
/
+2
2015-10-23
escc: add to input category
Laurent Vivier
1
-0
/
+1
2015-10-23
cmd646: add to storage category
Laurent Vivier
1
-0
/
+1
2015-10-23
adb: add to input category
Laurent Vivier
1
-0
/
+2
2015-10-23
ppc/spapr: Add "ibm,pa-features" property to the device-tree
Benjamin Herrenschmidt
1
-0
/
+31
2015-10-23
hw/scsi/spapr_vscsi: Remove superfluous memset
Thomas Huth
1
-1
/
+0
2015-10-23
spapr_pci: Allow VFIO devices to work on the normal PCI host bridge
David Gibson
1
-0
/
+6
2015-10-23
spapr_iommu: Provide a function to switch a TCE table to allowing VFIO
David Gibson
1
-0
/
+32
2015-10-23
spapr_iommu: Rename vfio_accel parameter
David Gibson
1
-3
/
+3
2015-10-23
spapr_pci: Allow PCI host bridge DMA window to be configured
David Gibson
1
-2
/
+5
2015-10-23
spapr: Add "slb-size" property to CPU device tree nodes
Thomas Huth
1
-0
/
+1
2015-10-23
spapr: Abort when HTAB of requested size isn't allocated
Bharata B Rao
1
-0
/
+8
2015-10-23
spapr: Allocate HTAB from machine init
Bharata B Rao
1
-7
/
+27
[next]