summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net/socket: Fix compiler warning (regression for MinGW)Stefan Weil2012-09-232-3/+8
| * | linux-user: Remove redundant null check and replace free by g_freeStefan Weil2012-09-231-3/+1
| * | qemu-timer: simplify qemu_run_timersPaolo Bonzini2012-09-231-4/+3
| * | TextConsole: saturate escape parameter in TTY_STATE_CSILaszlo Ersek2012-09-231-2/+5
| * | curses: don't initialize curses when qemu is daemonizedHitoshi Mitake2012-09-234-1/+15
| * | dtrace backend: add function to reserved wordsAlon Levy2012-09-231-1/+1
| * | pflash_cfi01: Fix warning caused by unreachable codeStefan Weil2012-09-231-4/+4
| * | ioh3420: Remove unreachable codeStefan Weil2012-09-231-1/+0
| * | lm4549: Fix buffer overflowStefan Weil2012-09-231-1/+1
| * | cadence_uart: Fix buffer overflowStefan Weil2012-09-231-1/+1
| * | qemu-sockets: Fix potential memory leakStefan Weil2012-09-231-1/+1
| * | qemu-ga: Remove unreachable code after g_errorStefan Weil2012-09-231-2/+0
| * | target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz2012-09-231-1/+1
* | | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-09-259-310/+276
|\ \ \
| * | | target-alpha: Initialize env->cpu_model_strRichard Henderson2012-09-211-0/+1
| * | | target-i386: Drop unused setscalar() macroAndreas Färber2012-09-211-12/+0
| * | | target-i386: Kill cpudef config section supportEduardo Habkost2012-09-211-99/+2
| * | | target-i386: x86_cpudef_setup() coding style changeEduardo Habkost2012-09-211-6/+9
| * | | Eliminate cpus-x86_64.conf fileEduardo Habkost2012-09-213-3/+0
| * | | target-i386: Move CPU models from cpus-x86_64.conf to CEduardo Habkost2012-09-212-128/+220
| * | | target-i386: Add missing CPUID_* constantsEduardo Habkost2012-09-211-0/+22
| * | | Drop cpu_list_id macroPeter Maydell2012-09-214-12/+8
| * | | target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dumpPeter Maydell2012-09-211-53/+11
| * | | MAINTAINERS: Add entry for QOM CPUAndreas Färber2012-09-211-0/+6
* | | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-09-254-29/+63
|\ \ \ \
| * | | | SCSI: Standard INQUIRY data should report HiSup flag as set.Ronnie Sahlberg2012-09-211-1/+1
| * | | | scsi-disk: use scsi_data_cdb_lengthPaolo Bonzini2012-09-211-9/+5
| * | | | scsi: introduce scsi_cdb_length and scsi_data_cdb_lengthPaolo Bonzini2012-09-212-5/+20
| * | | | scsi-disk: fix check for out-of-range LBAPaolo Bonzini2012-09-211-1/+5
| * | | | scsi-disk: introduce check_lba_rangePaolo Bonzini2012-09-211-8/+16
| * | | | iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg2012-09-211-6/+0
| * | | | iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg2012-09-211-0/+17
| |/ / /
* | | | Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori2012-09-253-80/+367
|\ \ \ \ | |_|_|/ |/| | |
| * | | nbd: add nbd_export_get_blockdevPaolo Bonzini2012-09-192-1/+8
| * | | nbd: negotiate with named exportsPaolo Bonzini2012-09-191-19/+150
| * | | nbd: register named exportsPaolo Bonzini2012-09-192-0/+53
| * | | qemu-nbd: rewrite termination conditions to use a state machinePaolo Bonzini2012-09-191-10/+27
| * | | nbd: add notification for closing an NBDExportPaolo Bonzini2012-09-193-3/+12
| * | | nbd: track clients into NBDExportPaolo Bonzini2012-09-191-2/+11
| * | | nbd: add reference counting to NBDExportPaolo Bonzini2012-09-193-6/+35
| * | | nbd: do not leak nbd_trip coroutines when a connection is torn downPaolo Bonzini2012-09-192-6/+28
| * | | nbd: make refcount interface publicPaolo Bonzini2012-09-192-2/+5
| * | | nbd: do not close BlockDriverState in nbd_export_closePaolo Bonzini2012-09-192-1/+1
| * | | nbd: pass NBDClient to nbd_send_negotiatePaolo Bonzini2012-09-191-37/+41
| * | | nbd: add more constantsPaolo Bonzini2012-09-181-7/+10
* | | | w32: Add implementation of gmtime_r, localtime_rStefan Weil2012-09-232-0/+30
| |_|/ |/| |
* | | audio: Fix warning from static code analysisStefan Weil2012-09-231-3/+3
* | | Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rthBlue Swirl2012-09-229-622/+514
|\ \ \
| * | | tcg-sparc: Preserve branch destinations during retranslationRichard Henderson2012-09-211-8/+11
| * | | tcg-sparc: Fix and enable direct TB chaining.Richard Henderson2012-09-212-6/+24
OpenPOWER on IntegriCloud