aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-12target-sh4: Move PVR/PRR/CVR into SuperHCPUClassAndreas Färber
2013-03-12target-sh4: Introduce SuperHCPU subclassesAndreas Färber
2013-03-12cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu()Andreas Färber
2013-03-12monitor: Use qemu_get_cpu() in monitor_set_cpu()Andreas Färber
2013-03-12cpu: Fix qemu_get_cpu() to return NULL if CPU not foundIgor Mammedov
2013-03-11qga: implement qmp_guest_set_vcpus() for Linux with sysfsLaszlo Ersek
2013-03-11qga: implement qmp_guest_get_vcpus() for Linux with sysfsLaszlo Ersek
2013-03-11qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek
2013-03-11qga: add guest-set-time commandLei Li
2013-03-11qga: add guest-get-time commandLei Li
2013-03-11qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth
2013-03-11qemu-ga: make guest-sync-delimited available during fsfreezeMichael Roth
2013-03-11qemu-ga: fix confusing GAChannelMethod comparisonStefan Hajnoczi
2013-03-11qga: cast to int for DWORD typeLei Li
2013-03-11Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-03-11arm: fix compilation with CONFIG_FDTPaolo Bonzini
2013-03-11linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell
2013-03-11linux-user: Implement accept4Peter Maydell
2013-03-11linux-user: Implement sendfile and sendfile64Peter Maydell
2013-03-11linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell
2013-03-11linux-user: Fix layout of usage table to account for option textPeter Maydell
2013-03-11page_cache: dup memory on insertPeter Lieven
2013-03-11page_cache: fix memory leakPeter Lieven
2013-03-11Fix cache_resize to keep old entry ageOrit Wasserman
2013-03-11Fix page_cache leak in cache_resizeOrit Wasserman
2013-03-11migration: inline migrate_fd_closePaolo Bonzini
2013-03-11migration: eliminate s->migration_filePaolo Bonzini
2013-03-11migration: move contents of migration_close to migrate_fd_cleanupPaolo Bonzini
2013-03-11migration: move rate limiting to QEMUFilePaolo Bonzini
2013-03-11migration: small changes around rate-limitingPaolo Bonzini
2013-03-11migration: use qemu_ftell to compute bandwidthPaolo Bonzini
2013-03-11migration: use QEMUFile for writing outgoing migration dataPaolo Bonzini
2013-03-11migration: use QEMUFile for migration channel lifetimePaolo Bonzini
2013-03-11qemu-file: simplify and export qemu_ftellPaolo Bonzini
2013-03-11qemu-file: add writable socket QEMUFilePaolo Bonzini
2013-03-11qemu-file: check exit status when closing a pipe QEMUFilePaolo Bonzini
2013-03-11qemu-file: fsync a writable stdio QEMUFilePaolo Bonzini
2013-03-11migration: merge qemu_popen_cmd with qemu_popenPaolo Bonzini
2013-03-11migration: use qemu_file_rate_limit consistentlyPaolo Bonzini
2013-03-11migration: remove useless qemu_file_get_error checkPaolo Bonzini
2013-03-11migration: detect error before sleepingPaolo Bonzini
2013-03-11migration: eliminate last_roundPaolo Bonzini
2013-03-11qemu-file: make qemu_fflush and qemu_file_set_error private againPaolo Bonzini
2013-03-11Rename buffered_ to migration_Juan Quintela
2013-03-11migration: yay, buffering is gonePaolo Bonzini
2013-03-11migration: run setup callbacks out of big lockPaolo Bonzini
2013-03-11migration: run pending/iterate callbacks out of big lockPaolo Bonzini
2013-03-11migration: reorder SaveVMHandlers membersPaolo Bonzini
2013-03-11block-migration: add lockPaolo Bonzini
2013-03-11block-migration: document usage of state across threadsPaolo Bonzini