Sign in
qemu-android
/
qemu-android
/
2b631ec2557eddfe92f1ef80d7fcaedd5db64e28
2b631ec
NUMA: check if the total numa memory size is equal to ram_size
by Wanlong Gao
· 11 years ago
96d0e26
NUMA: move numa related code to new file numa.c
by Wanlong Gao
· 11 years ago
edd8db8
tests: disable vhost test temporarily
by Michael S. Tsirkin
· 11 years ago
a77e6b1
Add qtest for vhost-user
by Nikolay Nikolaev
· 11 years ago
07a32d6
libqemustub: add stubs to be able to use qemu-char.c
by Nikolay Nikolaev
· 11 years ago
5fc0e00
Add vhost-user protocol documentation
by Nikolay Nikolaev
· 11 years ago
03ce574
Add the vhost-user netdev backend to the command line
by Nikolay Nikolaev
· 11 years ago
d314f58
Add new vhost-user netdev backend
by Nikolay Nikolaev
· 11 years ago
5f4c01c
vhost-net: vhost-user feature bits support
by Nikolay Nikolaev
· 11 years ago
5f6f666
Add vhost-user as a vhost backend.
by Nikolay Nikolaev
· 11 years ago
1a1bfac
Add vhost-backend and VhostBackendType
by Nikolay Nikolaev
· 11 years ago
24d1eb3
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
by Nikolay Nikolaev
· 11 years ago
81647a6
vhost_net_init will use VhostNetOptions to get all its arguments
by Nikolay Nikolaev
· 11 years ago
ed8b4af
Refactor virtio-net to use generic get_vhost_net
by Nikolay Nikolaev
· 11 years ago
212d69f
vhost_net should call the poll callback only when it is set
by Nikolay Nikolaev
· 11 years ago
2e6d46d
vhost: add vhost_get_features and vhost_ack_features
by Nikolay Nikolaev
· 11 years ago
cdaa86a
Add G_IO_HUP handler for socket chardev
by Nikolay Nikolaev
· 11 years ago
c76bf6b
Add chardev API qemu_chr_fe_get_msgfds
by Nikolay Nikolaev
· 11 years ago
d39aac7
Add chardev API qemu_chr_fe_set_msgfds
by Nikolay Nikolaev
· 11 years ago
7b0bfdf
Add chardev API qemu_chr_fe_read_all
by Nikolay Nikolaev
· 11 years ago
69e03ae
Add kvm_eventfds_enabled function
by Nikolay Nikolaev
· 11 years ago
f57fcf7
virtio-net: announce self by guest
by Jason Wang
· 11 years ago
508e118
migration: introduce self_announce_delay()
by Jason Wang
· 11 years ago
110f463
migration: export SELF_ANNOUNCE_ROUNDS
by Jason Wang
· 11 years ago
9d3cae6
pc: q35: acpi: report error to user on unsupported unplug request
by Igor Mammedov
· 11 years ago
292b163
ich: get rid of spaces in type name
by Michael S. Tsirkin
· 11 years ago
80e0090
virtio: Drop superfluous conditionals around g_strdup()
by Markus Armbruster
· 11 years ago
9e28840
virtio: Drop superfluous conditionals around g_free()
by Markus Armbruster
· 11 years ago
63122df
acpi-test: update expected tables
by Michael S. Tsirkin
· 11 years ago
2745d9e
acpi: update generated files
by Michael S. Tsirkin
· 11 years ago
4635b16
pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines
by Igor Mammedov
· 11 years ago
cec6519
pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
by Igor Mammedov
· 11 years ago
bf1e893
pc: add "hotplug-memory-region-size" property to PC_MACHINE
by Igor Mammedov
· 11 years ago
bef3492
pc: ACPI BIOS: implement memory hotplug interface
by Igor Mammedov
· 11 years ago
3fbcdc2
pc: propagate memory hotplug event to ACPI device
by Igor Mammedov
· 11 years ago
781bbd6
pc: add acpi-device link to PCMachineState
by Igor Mammedov
· 11 years ago
f816a62
pc: migrate piix4 & ich9 MemHotplugState
by Igor Mammedov
· 11 years ago
1f86218
acpi:ich9: add memory hotplug handling
by Igor Mammedov
· 11 years ago
d6b38b6
pc: ich9 lpc: make it work with global/compat properties
by Igor Mammedov
· 11 years ago
3477432
acpi:piix4: add memory hotplug handling
by Igor Mammedov
· 11 years ago
f1adc36
acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
by Igor Mammedov
· 11 years ago
2e1ac49
trace: pc: add PC_DIMM slot & address allocation
by Igor Mammedov
· 11 years ago
dfe292f
trace: add acpi memory hotplug IO region events
by Igor Mammedov
· 11 years ago
3ef77ac
acpi: memory hotplug ACPI hardware implementation
by Igor Mammedov
· 11 years ago
7e629d1
acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
by Igor Mammedov
· 11 years ago
0cd03d8
pc-dimm: add busy slot check and slot auto-allocation
by Igor Mammedov
· 11 years ago
0b31257
pc-dimm: add busy address check and address auto-allocation
by Igor Mammedov
· 11 years ago
95bee27
pc: add memory hotplug handler to PC_MACHINE
by Igor Mammedov
· 11 years ago
ca8336f
pc: exit QEMU if compat machine doesn't support memory hotlpug
by Igor Mammedov
· 11 years ago
de268e1
pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
by Igor Mammedov
· 11 years ago
a0cc885
pc: exit QEMU if number of slots more than supported 256
by Igor Mammedov
· 11 years ago
619d11e
pc: initialize memory hotplug address space
by Igor Mammedov
· 11 years ago
7bb5d6a
pc-dimm: do not allow setting an in-use memdev
by Igor Mammedov
· 11 years ago
eed2bac
memory: add memory_region_is_mapped() API
by Igor Mammedov
· 11 years ago
10b7e74
pc: implement pc-dimm device abstraction
by Vasilis Liaskovitis
· 11 years ago
d012ffc
qdev: expose DeviceState.hotplugged field as a property
by Igor Mammedov
· 11 years ago
b745454
qdev: hotplug for bus-less devices
by Igor Mammedov
· 11 years ago
c270fb9
vl.c: extend -m option to support options for memory hotplug
by Igor Mammedov
· 11 years ago
1f07048
add memdev backend infrastructure
by Igor Mammedov
· 11 years ago
2d9c272
vl.c: daemonize before guest memory allocation
by Igor Mammedov
· 11 years ago
a790f4e
object_add: allow completion handler to get canonical path
by Igor Mammedov
· 11 years ago
04ed3ea
pc: ACPI BIOS: use enum for defining memory affinity flags
by Igor Mammedov
· 11 years ago
d5747ca
pc: create custom generic PC machine type
by Igor Mammedov
· 11 years ago
2edaf21
Merge remote-tracking branch 'remotes/bonzini/memory' into staging
by Peter Maydell
· 11 years ago
ab5b3db
memory: Don't call memory_region_update_coalesced_range if nothing changed
by Fam Zheng
· 11 years ago
feca4ac
memory: MemoryRegion: rename parent to container
by Paolo Bonzini
· 11 years ago
67891b8
memory: MemoryRegion: factor out memory region re-adder
by Peter Crosthwaite
· 11 years ago
0598701
memory: MemoryRegion: factor out subregion add functionality
by Peter Crosthwaite
· 11 years ago
0360fbd
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
by Peter Maydell
· 11 years ago
c9299e2
qtest: fix qtest_clock_warp() for no deadline case
by Sergey Fedorov
· 11 years ago
a656e22
exec: dummy_section: Pass address space through.
by Peter Crosthwaite
· 11 years ago
3fb5bf5
memory: Simplify mr_add_subregion() if-else
by Peter Crosthwaite
· 11 years ago
4dc5615
memory: Don't update all memory region when ioeventfd changed
by Gonglei
· 11 years ago
b0e56e0
unset RAMBlock idstr when unregister MemoryRegion
by Hu Tao
· 11 years ago
20cfe88
exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr
by Hu Tao
· 11 years ago
01a9c03
MAINTAINERS: Add myself as Memory API maintainer
by Paolo Bonzini
· 11 years ago
d3606f0
User mode support for Linux ELF files with no section header
by Craig Heffner
· 13 years ago
480eda2
linux-user: Return correct errno for unsupported netlink socket
by Ed Swierk
· 11 years ago
be3bd28
linux-user: Don't overrun guest buffer in sched_getaffinity
by Peter Maydell
· 11 years ago
4d13be8
linux-user/uname: Return correct uname string for x86_64
by Peter Maydell
· 11 years ago
a42267e
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
by Riku Voipio
· 11 years ago
9e918dc
signal/ppc/do_setcontext remove __get_user return check
by Riku Voipio
· 11 years ago
be3ef5c
signal/sparc64_set_context: remove __get_user checks
by Riku Voipio
· 11 years ago
c650c00
signal/ppc/{save,restore}_user_regs remove __put/get error checks
by Riku Voipio
· 11 years ago
0188fad
signal/all/setup_frame remove __put_user checks
by Riku Voipio
· 11 years ago
f5f601a
signal/all/do_sigreturn - remove __get_user checks
by Riku Voipio
· 11 years ago
9eeb830
signal/all/do_sigaltstack remove __get_user value check
by Riku Voipio
· 11 years ago
9454738
signal/sparc/restore_fpu_state: remove
by Riku Voipio
· 11 years ago
016d2e1
signal/all: remove return value from restore_sigcontext
by Riku Voipio
· 11 years ago
41ecc72
signal/all: remove return value from setup_sigcontext
by Riku Voipio
· 11 years ago
b0fd8d1
signal/all: remove return value from copy_siginfo_to_user
by Riku Voipio
· 11 years ago
7df2fa3
signal/x86/setup_frame: __put_user cleanup
by Riku Voipio
· 11 years ago
1d8b512
signal/all: remove __get/__put_user return value reading
by Riku Voipio
· 11 years ago
af44da8
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging
by Peter Maydell
· 11 years ago
f277015
rules.mak: remove $(sort) from extract-libs
by Paolo Bonzini
· 11 years ago
84219c5
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 11 years ago
9dbae97
spapr_pci: Advertise MSI quota
by Badari Pulavarty
· 11 years ago
d13fc32
PPC: KVM: Make pv hcall endian agnostic
by Alexander Graf
· 11 years ago
e223bca
powerpc: use float64 for frsqrte
by Tristan Gingold
· 11 years ago
2382558
spapr: Add kvm-type property
by Eduardo Habkost
· 11 years ago
Next »