Sign in
qemu-android
/
qemu-android
/
28ecfd7a62fafe8f4f0b35a157005f4d13913043
28ecfd7
cpu: Move icount_decr field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
efee734
cpu: Move icount_extra field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
99df7dc
cpu: Move can_do_io field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
93afead
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 11 years ago
7372c2b
target-m68k: Remove custom qemu_assert() function
by Peter Maydell
· 11 years ago
9262685
cpu: Factor out cpu_generic_init()
by Andreas Färber
· 11 years ago
1590bbc
cpu: Implement CPUClass::parse_features() for the rest of CPUs
by Andreas Färber
· 11 years ago
247bf01
target-sparc: Defer SPARCCPU feature inference to QOM realize
by Andreas Färber
· 11 years ago
433ac7a
target-sparc: Implement CPUClass::parse_features() for SPARCCPU
by Andreas Färber
· 11 years ago
db5d39f
target-sparc: Use error_report() for CPU error reporting
by Andreas Färber
· 11 years ago
94a444b
cpu: Introduce CPUClass::parse_features() hook
by Andreas Färber
· 11 years ago
d940ee9
target-i386: X86CPU model subclasses
by Eduardo Habkost
· 11 years ago
500050d
target-i386: Prepare CPUClass::class_by_name for X86CPU
by Andreas Färber
· 11 years ago
ef02ef5
target-i386: Enable x2apic by default on KVM
by Eduardo Habkost
· 11 years ago
8fb4f82
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
by Eduardo Habkost
· 11 years ago
5fcca9f
target-i386: Make kvm_default_features an array
by Eduardo Habkost
· 11 years ago
74f54bc
target-i386: Don't declare variables in the middle of blocks
by Eduardo Habkost
· 11 years ago
9576de7
target-i386: Rename x86_def_t to X86CPUDefinition
by Eduardo Habkost
· 11 years ago
285f025
target-i386: Call x86_cpu_load_def() earlier
by Eduardo Habkost
· 11 years ago
c080e30
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
by Eduardo Habkost
· 11 years ago
8c2e1b0
cpu: Turn cpu_has_work() into a CPUClass hook
by Andreas Färber
· 11 years ago
1cf5ccb
target-xtensa: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
6286471
target-unicore32: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
2fad111
target-sparc: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
2efc6be
target-s390x: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
33276f1
target-ppc: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
19d6ca1
target-i386: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
70d7466
target-arm: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
d2810ff
target-alpha: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
9d11118
cpu: Don't clear cpu->exit_request on reset
by Edgar E. Iglesias
· 11 years ago
57fac92
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 11 years ago
41975b2
oslib-posix: Fix build on FreeBSD
by Andreas Färber
· 11 years ago
57ed25b
block/raw-win32: bdrv_parse_filename() for hdev
by Max Reitz
· 11 years ago
cc28c6a
block/raw-posix: Strip protocol prefix on creation
by Max Reitz
· 11 years ago
18fa1c4
block/raw-posix: bdrv_parse_filename() for cdrom
by Max Reitz
· 11 years ago
d3f4984
block/raw-posix: bdrv_parse_filename() for floppy
by Max Reitz
· 11 years ago
7af803d
block/raw-posix: bdrv_parse_filename() for hdev
by Max Reitz
· 11 years ago
f988388
qemu-io: Fix warnings from static code analysis
by Stefan Weil
· 11 years ago
9562f69
block: Unlink temporary file
by Max Reitz
· 11 years ago
27eb6c0
qcow2: Don't write with BDRV_O_INCOMING
by Kevin Wolf
· 11 years ago
d475e5a
qcow2: Keep option in qcow2_invalidate_cache()
by Kevin Wolf
· 11 years ago
dc3dd0d
qmp: add query-iothreads command
by Stefan Hajnoczi
· 11 years ago
88eb7c2
iothread: stash thread ID away
by Stefan Hajnoczi
· 11 years ago
48ff269
dataplane: replace internal thread with IOThread
by Stefan Hajnoczi
· 11 years ago
6e4a876
iothread: add "iothread" qdev property type
by Stefan Hajnoczi
· 11 years ago
7d1de46
qdev: make get_pointer() handle temporary strings
by Igor Mammedov
· 11 years ago
be8d853
iothread: add I/O thread object
by Stefan Hajnoczi
· 11 years ago
98563fc
aio: add aio_context_acquire() and aio_context_release()
by Stefan Hajnoczi
· 11 years ago
2da61b6
rfifolock: add recursive FIFO lock
by Stefan Hajnoczi
· 11 years ago
11f590b
object: add object_get_canonical_path_component()
by Stefan Hajnoczi
· 11 years ago
b5042a3
block: Rewrite the snapshot authorization mechanism for block filters.
by Benoît Canet
· 11 years ago
98d39e3
iotests: Test corruption during COW request
by Max Reitz
· 11 years ago
938789e
block: bs->drv may be NULL in bdrv_debug_resume()
by Max Reitz
· 11 years ago
dba2855
qcow2: Check bs->drv in copy_sectors()
by Max Reitz
· 11 years ago
3456a8d
block: Update image size in bdrv_invalidate_cache()
by Kevin Wolf
· 11 years ago
26d49c4
qcow2-refcount: Sanitize refcount table entry
by Max Reitz
· 11 years ago
be86c53
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging
by Peter Maydell
· 11 years ago
c8d146a
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
by Peter Maydell
· 11 years ago
0100f42
libqtest: Avoid inline varargs functions
by Peter Maydell
· 11 years ago
295d51a
spapr-pci: Convert fprintf() to error_report()
by Alexey Kardashevskiy
· 11 years ago
c6ba42f
spapr-pci: Convert to QOM realize
by Alexey Kardashevskiy
· 11 years ago
fb0e843
xics-kvm: Fix reset function
by Alexey Kardashevskiy
· 11 years ago
8f3babb
pseries: Update SLOF firmware image to qemu-slof-20140304
by Alexey Kardashevskiy
· 11 years ago
7a1a4da
Move QEMUMachine typedef to qemu/typedefs.h
by Andreas Färber
· 11 years ago
602a392
Revert "KVM: Split QEMUMachine typedef into separate header"
by Andreas Färber
· 11 years ago
f876202
libqtest: Fix possible deadlock in qtest initialization
by Marcel Apfelbaum
· 11 years ago
d2f69df
pci: Move VMState registration/unregistration to QOM realize/unrealize
by Bandan Das
· 11 years ago
5c21ce7
qdev: Realize buses on device realization
by Bandan Das
· 11 years ago
02e7f85
qdev: Prepare realize/unrealize hooks for BusState
by Bandan Das
· 11 years ago
04e9a20
tests: Add spapr-pci-host-bridge qtest
by Alexey Kardashevskiy
· 11 years ago
2ef6662
virtio-serial-port: Convert to QOM realize/unrealize
by Andreas Färber
· 12 years ago
0399a38
virtio-console: QOM cast cleanup for VirtConsole
by Andreas Färber
· 12 years ago
6e8114a
tests: Add virtio-console qtest
by Andreas Färber
· 11 years ago
aa97405
tests: Add virtio-serial qtest
by Andreas Färber
· 11 years ago
26c9a01
tests: Add virtio-scsi qtest
by Andreas Färber
· 11 years ago
b6f46f0
tests: Add virtio-rng qtest
by Andreas Färber
· 11 years ago
02063aa
tests: Add virtio-balloon qtest
by Andreas Färber
· 11 years ago
c7a59be
tests: Add virtio-blk qtest
by Andreas Färber
· 11 years ago
83bb0b2
tests: Clean up IndustryPack TPCI200 gcov paths
by Andreas Färber
· 11 years ago
dc06cbd
qom-test: Test QOM properties
by Andreas Färber
· 11 years ago
0056ae2
hw/boards: Convert current_machine to MachineState
by Marcel Apfelbaum
· 11 years ago
261747f
vl: Use MachineClass instead of global QEMUMachine list
by Marcel Apfelbaum
· 11 years ago
36d20cb
hw/core: Introduce QEMU machine as QOM object
by Marcel Apfelbaum
· 11 years ago
49649f2
qdev-monitor-test: Don't test human-readable error message
by Markus Armbruster
· 11 years ago
a3d7cbc
qdev-monitor-test: Simplify using g_assert_cmpstr()
by Stefan Hajnoczi
· 11 years ago
1b8601b
spapr-pci: Change the default PCI bus naming
by Alexey Kardashevskiy
· 11 years ago
cdccf7d
block/m25p80: Remove FROM_SSI_SLAVE() usages
by Peter Crosthwaite
· 11 years ago
1f760d5
ssi: Remove SSI_SLAVE_FROM_QDEV() macro
by Peter Crosthwaite
· 11 years ago
7c77b65
misc/max111x: QOM casting sweep
by Peter Crosthwaite
· 11 years ago
5ef4a1c
misc/max111x: Create abstract max111x type
by Peter Crosthwaite
· 11 years ago
d43269d
ssi: Convert legacy SSI_BUS -> BUS casts
by Peter Crosthwaite
· 11 years ago
1a7d9ee
ssi: Convert legacy SSI_SLAVE -> DEVICE casts
by Peter Crosthwaite
· 11 years ago
a01aedc
qom: Avoid leaking str and bool properties on failure
by Stefan Hajnoczi
· 11 years ago
7b03094
qdev-monitor: Set properties after parent is assigned in device_add
by Amos Kong
· 11 years ago
267a326
qdev: Set DeviceClass::hotpluggable default in class_init()
by Igor Mammedov
· 11 years ago
2b81b35
qdev: Fix bus dependency of DeviceState::hotpluggable getter
by Andreas Färber
· 11 years ago
750036a
Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into staging
by Peter Maydell
· 11 years ago
2f23e9a
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
by Peter Maydell
· 11 years ago
21143b6
prep: Update ppc_rom.bin
by Andreas Färber
· 11 years ago
Next »