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
2014-06-19
acpi: memory hotplug ACPI hardware implementation
Igor Mammedov
5
-0
/
+224
2014-06-19
acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
Igor Mammedov
4
-6
/
+6
2014-06-19
pc-dimm: add busy slot check and slot auto-allocation
Igor Mammedov
3
-0
/
+69
2014-06-19
pc-dimm: add busy address check and address auto-allocation
Igor Mammedov
3
-0
/
+95
2014-06-19
pc: add memory hotplug handler to PC_MACHINE
Igor Mammedov
2
-0
/
+67
2014-06-19
pc: exit QEMU if compat machine doesn't support memory hotlpug
Igor Mammedov
1
-0
/
+10
2014-06-19
pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
Igor Mammedov
4
-1
/
+15
2014-06-19
pc: exit QEMU if number of slots more than supported 256
Igor Mammedov
2
-0
/
+12
2014-06-19
pc: initialize memory hotplug address space
Igor Mammedov
2
-2
/
+34
2014-06-19
pc-dimm: do not allow setting an in-use memdev
Igor Mammedov
1
-1
/
+16
2014-06-19
memory: add memory_region_is_mapped() API
Igor Mammedov
2
-1
/
+17
2014-06-19
pc: implement pc-dimm device abstraction
Vasilis Liaskovitis
6
-0
/
+176
2014-06-19
qdev: expose DeviceState.hotplugged field as a property
Igor Mammedov
1
-0
/
+17
2014-06-19
qdev: hotplug for bus-less devices
Igor Mammedov
2
-0
/
+21
2014-06-19
vl.c: extend -m option to support options for memory hotplug
Igor Mammedov
3
-3
/
+59
2014-06-18
add memdev backend infrastructure
Igor Mammedov
4
-0
/
+213
2014-06-18
vl.c: daemonize before guest memory allocation
Igor Mammedov
1
-2
/
+2
2014-06-18
object_add: allow completion handler to get canonical path
Igor Mammedov
2
-7
/
+13
2014-06-18
pc: ACPI BIOS: use enum for defining memory affinity flags
Igor Mammedov
1
-7
/
+16
2014-06-18
pc: create custom generic PC machine type
Igor Mammedov
4
-24
/
+105
2014-06-18
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
Peter Maydell
7
-66
/
+119
2014-06-18
memory: Don't call memory_region_update_coalesced_range if nothing changed
Fam Zheng
1
-1
/
+6
2014-06-18
memory: MemoryRegion: rename parent to container
Paolo Bonzini
2
-30
/
+30
2014-06-17
memory: MemoryRegion: factor out memory region re-adder
Peter Crosthwaite
1
-10
/
+16
2014-06-17
memory: MemoryRegion: factor out subregion add functionality
Peter Crosthwaite
1
-6
/
+12
2014-06-17
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
5
-736
/
+526
2014-06-17
qtest: fix qtest_clock_warp() for no deadline case
Sergey Fedorov
1
-1
/
+1
2014-06-17
exec: dummy_section: Pass address space through.
Peter Crosthwaite
1
-6
/
+8
2014-06-17
memory: Simplify mr_add_subregion() if-else
Peter Crosthwaite
1
-7
/
+1
2014-06-17
memory: Don't update all memory region when ioeventfd changed
Gonglei
1
-10
/
+23
2014-06-17
unset RAMBlock idstr when unregister MemoryRegion
Hu Tao
1
-1
/
+1
2014-06-17
exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr
Hu Tao
2
-5
/
+22
2014-06-17
MAINTAINERS: Add myself as Memory API maintainer
Paolo Bonzini
1
-0
/
+10
2014-06-17
User mode support for Linux ELF files with no section header
Craig Heffner
1
-1
/
+0
2014-06-17
linux-user: Return correct errno for unsupported netlink socket
Ed Swierk
1
-1
/
+1
2014-06-17
linux-user: Don't overrun guest buffer in sched_getaffinity
Peter Maydell
1
-0
/
+16
2014-06-17
linux-user/uname: Return correct uname string for x86_64
Peter Maydell
1
-3
/
+1
2014-06-17
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
Riku Voipio
1
-6
/
+6
2014-06-17
signal/ppc/do_setcontext remove __get_user return check
Riku Voipio
1
-2
/
+1
2014-06-17
signal/sparc64_set_context: remove __get_user checks
Riku Voipio
1
-9
/
+3
2014-06-17
signal/ppc/{save,restore}_user_regs remove __put/get error checks
Riku Voipio
1
-85
/
+41
2014-06-17
signal/all/setup_frame remove __put_user checks
Riku Voipio
1
-72
/
+25
2014-06-17
signal/all/do_sigreturn - remove __get_user checks
Riku Voipio
1
-41
/
+18
2014-06-17
signal/all/do_sigaltstack remove __get_user value check
Riku Voipio
1
-4
/
+5
2014-06-17
signal/sparc/restore_fpu_state: remove
Riku Voipio
1
-37
/
+0
2014-06-17
signal/all: remove return value from restore_sigcontext
Riku Voipio
1
-31
/
+12
2014-06-17
signal/all: remove return value from setup_sigcontext
Riku Voipio
1
-44
/
+21
2014-06-17
signal/all: remove return value from copy_siginfo_to_user
Riku Voipio
1
-19
/
+9
2014-06-17
signal/x86/setup_frame: __put_user cleanup
Riku Voipio
1
-12
/
+4
2014-06-17
signal/all: remove __get/__put_user return value reading
Riku Voipio
1
-370
/
+364
[next]