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
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
9
-40
/
+20
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
20
-93
/
+39
2015-09-11
maint: remove unused include for strings.h
Daniel P. Berrange
4
-4
/
+0
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
10
-10
/
+0
2015-09-11
maint: remove unused include for dirent.h
Daniel P. Berrange
5
-6
/
+0
2015-09-11
maint: remove unused include for assert.h
Daniel P. Berrange
8
-9
/
+0
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
23
-26
/
+26
2015-09-11
maint: remove double semicolons in many files
Daniel P. Berrange
5
-6
/
+6
2015-09-11
i6300esb: fix timer overflow
Laurent Vivier
1
-1
/
+1
2015-09-11
Trivial: fix commandline help message
Andrey Korolyov
1
-1
/
+1
2015-09-11
Update language files for QEMU 2.4.0
Stefan Weil
7
-108
/
+188
2015-09-10
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...
Peter Maydell
23
-230
/
+1179
2015-09-10
xen/pt: Don't slurp wholesale the PCI configuration registers
Konrad Rzeszutek Wilk
1
-6
/
+1
2015-09-10
xen/pt: Check for return values for xen_host_pci_[get|set] in init
Konrad Rzeszutek Wilk
1
-8
/
+16
2015-09-10
xen/pt: Move bulk of xen_pt_unregister_device in its own routine.
Konrad Rzeszutek Wilk
1
-58
/
+63
2015-09-10
xen/pt: Make xen_pt_unregister_device idempotent
Konrad Rzeszutek Wilk
4
-6
/
+22
2015-09-10
xen/pt: Log xen_host_pci_get/set errors in MSI code.
Konrad Rzeszutek Wilk
1
-4
/
+14
2015-09-10
xen/pt: Log xen_host_pci_get in two init functions
Konrad Rzeszutek Wilk
1
-0
/
+9
2015-09-10
xen/pt: Remove XenPTReg->data field.
Konrad Rzeszutek Wilk
2
-30
/
+49
2015-09-10
xen/pt: Check if reg->init function sets the 'data' past the reg->size
Konrad Rzeszutek Wilk
1
-2
/
+8
2015-09-10
xen/pt: Sync up the dev.config and data values.
Konrad Rzeszutek Wilk
1
-1
/
+58
2015-09-10
xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config
Konrad Rzeszutek Wilk
2
-28
/
+73
2015-09-10
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-10' into...
Peter Maydell
5
-122
/
+233
2015-09-10
xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.
Konrad Rzeszutek Wilk
1
-1
/
+1
2015-09-10
xen/pt/msi: Add the register value when printing logging and error messages
Konrad Rzeszutek Wilk
1
-3
/
+3
2015-09-10
xen: use errno instead of rc for xc_domain_add_to_physmap
Konrad Rzeszutek Wilk
3
-2
/
+25
2015-09-10
xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure
Konrad Rzeszutek Wilk
1
-1
/
+1
2015-09-10
xen/pt: Make xen_pt_msi_set_enable static
Konrad Rzeszutek Wilk
2
-2
/
+1
2015-09-10
xen/pt: Update comments with proper function name.
Konrad Rzeszutek Wilk
1
-2
/
+2
2015-09-10
xen/HVM: atomically access pointers in bufioreq handling
Jan Beulich
3
-9
/
+56
2015-09-10
xen-hvm: When using xc_domain_add_to_physmap also include errno when reporting
Konrad Rzeszutek Wilk
1
-2
/
+2
2015-09-10
xen, gfx passthrough: add opregion mapping
Tiejun Chen
3
-3
/
+136
2015-09-10
xen, gfx passthrough: register host bridge specific to passthrough
Tiejun Chen
1
-2
/
+13
2015-09-10
xen, gfx passthrough: register a isa bridge
Tiejun Chen
1
-0
/
+22
2015-09-10
igd gfx passthrough: create a isa bridge
Tiejun Chen
2
-0
/
+113
2015-09-10
xen, gfx passthrough: retrieve VGA BIOS to work
Tiejun Chen
3
-0
/
+94
2015-09-10
xen, gfx passthrough: basic graphics passthrough support
Tiejun Chen
10
-1
/
+165
2015-09-10
hw/pci-assign: split pci-assign.c
Tiejun Chen
4
-75
/
+126
2015-09-10
piix: create host bridge to passthrough
Tiejun Chen
2
-0
/
+87
2015-09-10
error: On abort, report where the error was created
Markus Armbruster
5
-30
/
+81
2015-09-10
error: Revamp interface documentation
Markus Armbruster
1
-47
/
+124
2015-09-10
error: error_set_errno() is unused, drop
Markus Armbruster
2
-8
/
+4
2015-09-10
qga/vss-win32: Document the DLL requires non-null errp
Markus Armbruster
3
-2
/
+4
2015-09-10
qga: Clean up unnecessarily dirty casts
Markus Armbruster
5
-19
/
+13
2015-09-10
error: Make error_setg() a function
Markus Armbruster
2
-2
/
+11
2015-09-10
error: De-duplicate code creating Error objects
Markus Armbruster
1
-43
/
+25
2015-09-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
21
-82
/
+86
2015-09-10
hw/pci: fix pci_update_mappings() trace events
Laszlo Ersek
2
-4
/
+4
2015-09-10
pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines
Igor Mammedov
4
-2
/
+11
2015-09-10
pc: memhotplug: fix incorrectly set reserved-memory-end
Igor Mammedov
1
-1
/
+3
[next]