Sign in
qemu-android
/
qemu-android
/
8f355d6775d2f424c306c5a53f61a0528de5737e
8f355d6
exec.c: Remove useless comment
by 陳韋任
· 13 years ago
512a2cf
qed: remove unneeded variable assignment
by Pavel Borzenkov
· 13 years ago
feba23b
qed: don't pass NULL to memcpy
by Pavel Borzenkov
· 13 years ago
8379e46
vmdk: vmdk_read_cid returns garbage if p_name is NULL
by Pavel Borzenkov
· 13 years ago
c18a1c8
vmdk: remove unneeded variable assignment
by Pavel Borzenkov
· 13 years ago
bff39b6
device_tree: Fix potential memory leak
by Stefan Weil
· 13 years ago
d300854
target-sparc: Fix use of g_new0 / g_free
by Stefan Weil
· 13 years ago
f37e2a6
target-sparc: Fix order of function parameters
by Stefan Weil
· 13 years ago
ba43d28
hda: do not mix output and input stream states, RHBZ #740493
by Marc-André Lureau
· 13 years ago
36ac4ad
hda: do not mix output and input streams, RHBZ #740493
by Marc-André Lureau
· 13 years ago
952e849
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
by Anthony Liguori
· 13 years ago
db418a0
Add stdio char device on windows
by Fabien Chouteau
· 14 years ago
070af38
Sparc: split CWP and PSTATE op helpers
by Blue Swirl
· 14 years ago
2ffd917
Sparc: avoid AREG0 for lazy condition code helpers
by Blue Swirl
· 14 years ago
cffc581
Sparc: split lazy condition code handling op helpers
by Blue Swirl
· 14 years ago
2e2f4ad
Sparc: avoid AREG0 for float and VIS ops
by Blue Swirl
· 14 years ago
1bccec2
Sparc: split FPU and VIS op helpers
by Blue Swirl
· 14 years ago
99ca021
Sparc: fix coding style
by Blue Swirl
· 14 years ago
bc26531
Sparc: avoid AREG0 for raise_exception and helper_debug
by Blue Swirl
· 14 years ago
2336c1f
Sparc: move trivial functions from op_helper.c
by Blue Swirl
· 14 years ago
ab3b491
Sparc: split helper.c
by Blue Swirl
· 14 years ago
c65f6fd
Sparc: fix coding style
by Blue Swirl
· 14 years ago
b1f8830
m48t59: fix write access
by Blue Swirl
· 13 years ago
0fb56ff
m48t59: drop obsolete address base arithmetic
by Blue Swirl
· 13 years ago
52ce6f0
pci_bridge: fix typo
by Blue Swirl
· 13 years ago
9943590
simplify main loop functions
by Paolo Bonzini
· 14 years ago
be08e65
Revert to a hand-made select loop
by Paolo Bonzini
· 14 years ago
d3b12f5
main-loop: create main-loop.c
by Paolo Bonzini
· 14 years ago
44a9b35
main-loop: create main-loop.h
by Paolo Bonzini
· 14 years ago
fbdc14e
qemu-timer: do not use RunState change handlers
by Paolo Bonzini
· 14 years ago
2ff68d0
qemu-timer: move more stuff out of qemu-timer.c
by Paolo Bonzini
· 14 years ago
4260a73
qemu-timer: use atexit for quit_timers
by Paolo Bonzini
· 14 years ago
a5c57d6
qemu-timer: do not refer to runstate_is_running()
by Paolo Bonzini
· 14 years ago
946fb27
qemu-timer: move icount to cpus.c
by Paolo Bonzini
· 14 years ago
dc2dfcf
qemu-timer: more clock functions
by Paolo Bonzini
· 14 years ago
f3fc6e2
qemu-timer: move common code to qemu_rearm_alarm_timer
by Paolo Bonzini
· 14 years ago
688eb38
qemu-timer: remove active_timers array
by Paolo Bonzini
· 14 years ago
0abc271
remove unused function
by Paolo Bonzini
· 14 years ago
7f84c12
compatfd.c: Don't pass NULL pointer to SYS_signalfd
by Peter Maydell
· 13 years ago
1386d4c
linux-user: Fix broken "-version" option
by Peter Maydell
· 14 years ago
c2e2343
hw/arm_gic.c: Fix save/load of irq_target array
by Dmitry Koshelev
· 13 years ago
f45b885
hw/omap2: Wire up the IRQ for the 2430's fifth GPIO module
by Peter Maydell
· 13 years ago
c76eaf1
hw/9pfs: Fix broken compilation caused by wrong trace events
by Stefan Weil
· 13 years ago
a6e43da
Merge remote-tracking branch 'quintela/migration-pull' into staging
by Anthony Liguori
· 13 years ago
46cd37e
Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging
by Anthony Liguori
· 13 years ago
1f99b94
Merge remote-tracking branch 'aneesh/for-upstream-6' into staging
by Anthony Liguori
· 13 years ago
ee86c61
migration: make migration-{tcp,unix} consistent
by Juan Quintela
· 14 years ago
8414ff3
migration: propagate error correctly
by Juan Quintela
· 14 years ago
efab471
migration: Don't use callback on file defining it
by Juan Quintela
· 14 years ago
7dc688e
migration: Make state definitions local
by Juan Quintela
· 14 years ago
7073693
migration: Export a function that tells if the migration has finished correctly
by Juan Quintela
· 14 years ago
e0eb739
migration: Pass MigrationState in migration notifiers
by Juan Quintela
· 14 years ago
d0ae46c
migration: Use bandwidth_limit directly
by Juan Quintela
· 14 years ago
17549e8
migration: create accessor for current_migration
by Juan Quintela
· 14 years ago
cab3014
migration: Move exported functions to the end of the file
by Juan Quintela
· 14 years ago
767de72
migration: Remove migration cancel() callback
by Juan Quintela
· 15 years ago
48a2f4d
migration: Remove get_status() accessor
by Juan Quintela
· 15 years ago
92920cd
migration: Our release callback was just free
by Juan Quintela
· 15 years ago
458cf28
migration: Introduce migrate_fd_completed() for consistency
by Juan Quintela
· 14 years ago
67afff7
migration: Refactor and simplify error checking in migrate_fd_put_ready
by Juan Quintela
· 14 years ago
d5934dd
migration: Introduce MIG_STATE_SETUP
by Juan Quintela
· 15 years ago
07af445
migration: move migrate_new to do_migrate
by Juan Quintela
· 15 years ago
8b6b99b
migration: Make all posible migration functions static
by Juan Quintela
· 14 years ago
0edda1c
migration: Refactor MigrationState creation
by Juan Quintela
· 15 years ago
22f00a4
migration: Rename FdMigrationState MigrationState
by Juan Quintela
· 15 years ago
3f77fc5
migration: Fold MigrationState into FdMigrationState
by Juan Quintela
· 15 years ago
dc7acc6
migration: Use FdMigrationState instead of MigrationState when possible
by Juan Quintela
· 15 years ago
7be4363
migration: Make *start_outgoing_migration return FdMigrationState
by Juan Quintela
· 15 years ago
2975725
migration: make *save_live return errors
by Juan Quintela
· 13 years ago
42802d4
migration: use qemu_file_get_error() return value when possible
by Juan Quintela
· 14 years ago
3961b4d
savevm: Rename has_error to last_error field
by Juan Quintela
· 14 years ago
624b9cc
migration: rename qemu_file_has_error to qemu_file_get_error
by Juan Quintela
· 14 years ago
3934638
migration: return real error code
by Juan Quintela
· 14 years ago
dcd1d22
migration: change has_error to contain errno values
by Juan Quintela
· 14 years ago
af50945
migration: set error if select return one error
by Juan Quintela
· 14 years ago
fdbecb5
migration: don't "write" when migration is not active
by Juan Quintela
· 14 years ago
eff28a5
buffered_file: reuse QEMUFile has_error field
by Juan Quintela
· 14 years ago
db448a0
buffered_file: Use right "opaque"
by Juan Quintela
· 14 years ago
4fc7d81
migration: If there is one error, it makes no sense to continue
by Juan Quintela
· 14 years ago
2350e13
migration: add error handling to migrate_fd_put_notify().
by Yoshiaki Tamura
· 14 years ago
e649406
migration: Check that migration is active before cancel it
by Juan Quintela
· 15 years ago
c0b2ba4
migration: simplify state assignmente
by Juan Quintela
· 14 years ago
3a23025
ds1225y: Use stdio instead of QEMUFile
by Juan Quintela
· 14 years ago
3da9eeb
Revert "savevm: fix corruption in vmstate_subsection_load()."
by Juan Quintela
· 14 years ago
c638072
savevm: improve subsections detection on load
by Juan Quintela
· 14 years ago
65f3bb3
savevm: define qemu_get_byte() using qemu_peek_byte()
by Juan Quintela
· 14 years ago
b9ce145
savevm: some coding style cleanups
by Juan Quintela
· 14 years ago
0046c45
savevm: teach qemu_fill_buffer to do partial refills
by Juan Quintela
· 14 years ago
8a9236f
runstate: Allow user to migrate twice
by Luiz Capitulino
· 13 years ago
c370f09
savevm: qemu_savevm_state(): Drop stop VM logic
by Luiz Capitulino
· 13 years ago
ee21cb5
runstate: Allow to transition from paused to postmigrate
by Luiz Capitulino
· 13 years ago
207c5cd
runstate: Print state transition when invalid
by Luiz Capitulino
· 13 years ago
7f3850c
QMP: Fix blockdev-snapshot-sync doc example
by Luiz Capitulino
· 13 years ago
d08151b
tcx: convert to memory API
by Avi Kivity
· 14 years ago
fe06bd9
tc63963xb: convert to memory API
by Avi Kivity
· 14 years ago
9f7adc3
syborg: convert to memory API
by Avi Kivity
· 14 years ago
d4edce3
sun4u: convert to memory API
by Avi Kivity
· 14 years ago
3150fa5
sun4m: convert to memory API
by Avi Kivity
· 14 years ago
eb2fefb
strongarm: convert to memory API
by Avi Kivity
· 14 years ago
7cc09e6
spitz: convert to memory API
by Avi Kivity
· 14 years ago
Next »