Sign in
qemu
/
qemu
/
f1b2bc601af5037f0af6d55575e619b912e348b5
f1b2bc6
filter-buffer: Add status_changed callback processing
by zhanghailiang
· 9 years ago
338d3f4
filter: Add 'status' property for filter object
by zhanghailiang
· 9 years ago
9fe7101
rocker: allow user to specify rocker world by property
by Jiri Pirko
· 9 years ago
031143c
rocker: add name field into WorldOps ale let world specify its name
by Jiri Pirko
· 9 years ago
39e0c4f
rocker: return -ENOMEM in case of some world alloc fails
by Jiri Pirko
· 9 years ago
0ab9cd9
rocker: forbid to change world type
by Jiri Pirko
· 9 years ago
9fbad2c
net: netmap: probe netmap interface for virtio-net header
by Vincenzo Maffione
· 9 years ago
3a2d44f
net: simplify net_init_tap_one logic
by Paolo Bonzini
· 9 years ago
d24b2b1
MAINTAINERS: Add entries for include/net/ files
by Thomas Huth
· 9 years ago
5dd2d45
net: filter: correctly remove filter from the list during finalization
by Jason Wang
· 9 years ago
415ab35
net: ne2000: check ring buffer control registers
by Prasad J Pandit
· 9 years ago
97556fe
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
4792b7e
scsi-bus: Remove tape command from scsi_req_xfer
by Alex Pyrgiotis
· 9 years ago
8269fb7
kvm/irqchip: use bitmap utility for gsi tracking
by Wei Yang
· 9 years ago
a95e9a4
MAINTAINERS: Add entry for include/sysemu/kvm*.h
by Thomas Huth
· 9 years ago
ef00bda
doc/memory.txt: correct description of MemoryRegionOps fields
by Peter Maydell
· 9 years ago
8210f5f
doc/memory.txt: correct a logic error
by xiaoqiang zhao
· 9 years ago
778d9f9
icount: possible options for sleep are on or off
by Pranith Kumar
· 9 years ago
729633c
exec: Introduce AddressSpaceDispatch.mru_section
by Fam Zheng
· 9 years ago
29cb533
exec: Factor out section_covers_addr
by Fam Zheng
· 9 years ago
f1060c5
exec: Pass RAMBlock pointer to qemu_ram_free
by Fam Zheng
· 9 years ago
8e41fb6
memory: Drop MemoryRegion.ram_addr
by Fam Zheng
· 9 years ago
7ebb274
memory: Implement memory_region_get_ram_addr with mr->ram_block
by Fam Zheng
· 9 years ago
0a75601
memory: Move assignment to ram_block to memory_region_init_*
by Fam Zheng
· 9 years ago
528f46a
exec: Return RAMBlock pointer from allocating functions
by Fam Zheng
· 9 years ago
bb8f32c
i8257: fix Terminal Count status
by Hervé Poussineau
· 9 years ago
c586eac
log: do not log if QEMU is daemonized but without -D
by Paolo Bonzini
· 9 years ago
1464ad4
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-04' into staging
by Peter Maydell
· 9 years ago
48eb62a
qapi: Drop useless 'data' member of unions
by Eric Blake
· 9 years ago
b1918fb
chardev: Drop useless ChardevDummy type
by Eric Blake
· 9 years ago
10f7590
qapi: Avoid use of 'data' member of QAPI unions
by Eric Blake
· 9 years ago
b5a1b44
ui: Shorten references into InputEvent
by Eric Blake
· 9 years ago
0399293
util: Shorten references into SocketAddress
by Eric Blake
· 9 years ago
f194a1a
chardev: Shorten references into ChardevBackend
by Eric Blake
· 9 years ago
9ee86b8
qapi: Update docs to match recent generator changes
by Eric Blake
· 9 years ago
4d91e91
qapi-visit: Expose visit_type_FOO_members()
by Eric Blake
· 9 years ago
c81200b
qapi: Rename 'fields' to 'members' in generated C code
by Eric Blake
· 9 years ago
14f00c6
qapi: Rename 'fields' to 'members' in generator
by Eric Blake
· 9 years ago
96a1616
qapi-dealloc: Reduce use outside of generated code
by Eric Blake
· 9 years ago
e55250c
qmp-shell: fix pretty printing of JSON responses
by Daniel P. Berrange
· 9 years ago
3c0f12d
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160304' into staging
by Peter Maydell
· 9 years ago
ba63cf4
target-arm: Only trap SRS from S-EL1 if specified mode is MON
by Ralf-Philipp Weinmann
· 9 years ago
a55c910
hw/intc/arm_gic.c: Implement GICv2 GICC_DIR
by Peter Maydell
· 9 years ago
9776f63
arm: boot: Support big-endian elfs
by Peter Crosthwaite
· 9 years ago
7ef295e
loader: Add data swap option to load-elf
by Peter Crosthwaite
· 9 years ago
140b7ce
loader: load_elf(): Add doc comment
by Peter Crosthwaite
· 9 years ago
04ae712
loader: add API to load elf header
by Peter Crosthwaite
· 9 years ago
e334bd3
target-arm: implement BE32 mode in system emulation
by Paolo Bonzini
· 9 years ago
9886ecd
target-arm: implement setend
by Paolo Bonzini
· 9 years ago
91cca2c
target-arm: introduce tbflag for endianness
by Peter Crosthwaite
· 9 years ago
aa6489d
target-arm: a64: Add endianness support
by Peter Crosthwaite
· 9 years ago
dacf0a2
target-arm: introduce disas flag for endianness
by Paolo Bonzini
· 9 years ago
12dcc32
target-arm: pass DisasContext to gen_aa32_ld*/st*
by Paolo Bonzini
· 9 years ago
73462dd
target-arm: implement SCTLR.EE
by Peter Crosthwaite
· 9 years ago
c3ae85f
linux-user: arm: handle CPSR.E correctly in strex emulation
by Paolo Bonzini
· 9 years ago
9c5a746
linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
by Peter Crosthwaite
· 9 years ago
b2e62d9
arm: cpu: handle BE32 user-mode as BE
by Peter Crosthwaite
· 9 years ago
ed50ff7
target-arm: cpu: Move cpu_is_big_endian to header
by Peter Crosthwaite
· 9 years ago
f9fd40e
target-arm: implement SCTLR.B, drop bswap_code
by Paolo Bonzini
· 9 years ago
49017bd
linux-user: arm: pass env to get_user_code_*
by Paolo Bonzini
· 9 years ago
a0e1e6d
linux-user: arm: fix coding style for some linux-user signal functions
by Paolo Bonzini
· 9 years ago
eab7139
bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses
by Andrew Baumann
· 9 years ago
4824a61
hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is provided
by Peter Maydell
· 9 years ago
738a5d9
hw/arm/virt: Make first flash device Secure-only if booting secure
by Peter Maydell
· 9 years ago
16f4a8d
hw/arm/virt: Load bios image to MemoryRegion, not physaddr
by Peter Maydell
· 9 years ago
76151ca
loader: Add load_image_mr() to load ROM image to a MemoryRegion
by Peter Maydell
· 9 years ago
83ec192
hw/arm/virt: Provide a secure-only RAM if booting in Secure mode
by Peter Maydell
· 9 years ago
8b41c30
sdhci: Implement DeviceClass reset
by Peter Maydell
· 9 years ago
0719e71
sd.c: Handle NULL block backend in sd_get_inserted()
by Peter Maydell
· 9 years ago
71c2768
virt: Lift the maximum RAM limit from 30GB to 255GB
by Peter Maydell
· 9 years ago
8c4f0eb
target-arm: Correct handling of writes to CPSR mode bits from gdb in usermode
by Peter Maydell
· 9 years ago
2d3b7c0
Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-1' into staging
by Peter Maydell
· 9 years ago
f8693c2
virtio-rng: ask for more data if queue is not fully drained
by Ladi Prosek
· 9 years ago
60253ed
rng: add request queue support to rng-random
by Ladi Prosek
· 9 years ago
9f14b0a
rng: move request queue cleanup from RngEgd to RngBackend
by Ladi Prosek
· 9 years ago
74074e8
rng: move request queue from RngEgd to RngBackend
by Ladi Prosek
· 9 years ago
3c52ddc
rng: remove the unused request cancellation code
by Ladi Prosek
· 9 years ago
750cf86
MAINTAINERS: Add an entry for the include/sysemu/rng*.h files
by Thomas Huth
· 9 years ago
ed6128e
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 9 years ago
4ade054
trace: Add a proper API to manage auto-generated events from the 'tcg' property
by Lluís Vilanova
· 9 years ago
3d211d9
trace: Add 'vcpu' event property to trace guest vCPU
by Lluís Vilanova
· 9 years ago
b23197f
typedefs: Add CPUState
by Lluís Vilanova
· 9 years ago
bc9beb4
trace: Add helper function to cast event arguments
by Lluís Vilanova
· 9 years ago
5d4e1a1
tcg: Move definition of type TCGv
by Lluís Vilanova
· 9 years ago
1bcea73
tcg: Add type for vCPU pointers
by Lluís Vilanova
· 9 years ago
56797b1
trace: Remove unnecessary intermediate event copies
by Lluís Vilanova
· 9 years ago
3596f52
trace: Extend API to manage event arguments
by Lluís Vilanova
· 9 years ago
62cb414
vl: fix tracing initialization
by Denis V. Lunev
· 9 years ago
4779dc1
trace: use addresses instead of offsets in memory tracepoints
by Hollis Blanchard
· 9 years ago
23d92d6
trace: split subpage MMIOs into their own trace events.
by Hollis Blanchard
· 9 years ago
2c140f5
trace: docs: "simple" backend does support strings
by Hollis Blanchard
· 9 years ago
6411dd1
trace: drop trailing empty strings
by Greg Kurz
· 9 years ago
9c279be
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160301' into staging
by Peter Maydell
· 9 years ago
646fd16
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160301-1' into staging
by Peter Maydell
· 9 years ago
ce350f3
s390x/css: only suspend when enabled by orb
by Cornelia Huck
· 9 years ago
d905271
MAINTAINERS: Remove entry for hw/s390x/s390-virtio-bus.[ch]
by Thomas Huth
· 9 years ago
6aaa681
MAINTAINERS: Remove the old s390-virtio machine
by Thomas Huth
· 9 years ago
ce1307e
s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
by Wei Yang
· 9 years ago
bc994b7
s390x/css: Use static initialization for channel_subsys fields
by Eduardo Habkost
· 9 years ago
562f5e0
s390x/css: Allocate channel_subsys statically
by Eduardo Habkost
· 9 years ago
Next »