Age | Commit message (Expand) | Author |
2013-01-16 | alpha-linux-user: Correct select | Laurent Vivier |
2013-01-16 | alpha-linux-user: Translate fcntl l_type | Laurent Vivier |
2013-01-15 | qdev: Prepare "realized" property | Andreas Färber |
2013-01-15 | qdev: Fold state enum into bool realized | Andreas Färber |
2013-01-15 | pseries: set no default boot order | Avik Sil |
2013-01-15 | Make default boot order machine specific | Avik Sil |
2013-01-15 | acl: Free memory allocated with g_malloc() with g_free() | Markus Armbruster |
2013-01-15 | acl: Fix acl_remove not to mess up the ACL | Markus Armbruster |
2013-01-15 | sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bits | Markus Armbruster |
2013-01-15 | kvm: add stub for kvm_irqchip_update_msi_route | Michael S. Tsirkin |
2013-01-15 | Merge remote-tracking branch 'afaerber/memory-ioport' into staging | Anthony Liguori |
2013-01-15 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2013-01-15 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori |
2013-01-15 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-01-15 | Merge remote-tracking branch 'afaerber-or/prep-up' into staging | Anthony Liguori |
2013-01-15 | Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into staging | Anthony Liguori |
2013-01-15 | Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013' into staging | Anthony Liguori |
2013-01-15 | Merge remote-tracking branch 'sstabellini/xen-2013-01-14' into staging | Anthony Liguori |
2013-01-15 | acpi_piix4: Do not use old_portio-style callbacks | Hervé Poussineau |
2013-01-15 | xen_platform: Do not use old_portio-style callbacks | Hervé Poussineau |
2013-01-15 | hw/dma.c: Fix conversion of ioport_register* to MemoryRegion | Julien Grall |
2013-01-15 | configure: try pkg-config for curses | Vadim Evard |
2013-01-15 | block: Fix how mirror_run() frees its buffer | Markus Armbruster |
2013-01-15 | win32-aio: Fix how win32_aio_process_completion() frees buffer | Markus Armbruster |
2013-01-15 | scsi-disk: qemu_vfree(NULL) is fine, simplify | Markus Armbruster |
2013-01-15 | w32: Make qemu_vfree() accept NULL like the POSIX implementation | Markus Armbruster |
2013-01-15 | sheepdog: clean up sd_aio_setup() | Liu Yuan |
2013-01-15 | sheepdog: multiplex the rw FD to flush cache | Liu Yuan |
2013-01-15 | qom: Make object_resolve_path_component() path argument const | Andreas Färber |
2013-01-15 | Add libcacard/trace/generated-tracers.c to .gitignore | Alex Rozenman |
2013-01-15 | block: clear dirty bitmap when discarding | Paolo Bonzini |
2013-01-15 | ide: issue discard asynchronously but serialize the pieces | Paolo Bonzini |
2013-01-15 | ide: fix TRIM with empty range entry | Paolo Bonzini |
2013-01-15 | block: make discard asynchronous | Paolo Bonzini |
2013-01-15 | raw: support discard on block devices | Paolo Bonzini |
2013-01-15 | raw-posix: remember whether discard failed | Paolo Bonzini |
2013-01-15 | raw-posix: support discard on more filesystems | Kusanagi Kouichi |
2013-01-15 | block: fix initialization in bdrv_io_limits_enable() | Peter Lieven |
2013-01-15 | target-i386: Use switch in check_hw_breakpoints() | liguang |
2013-01-15 | target-i386: Avoid goto in hw_breakpoint_insert() | liguang |
2013-01-15 | target-i386: Introduce hw_{local,global}_breakpoint_enabled() | liguang |
2013-01-15 | target-i386: Define DR7 bit field constants | liguang |
2013-01-15 | qcow2: Fix segfault on zero-length write | Kevin Wolf |
2013-01-15 | target-i386: Move kvm_check_features_against_host() check to realize time | Igor Mammedov |
2013-01-15 | target-i386: cpu_x86_register() consolidate freeing resources | Igor Mammedov |
2013-01-15 | target-i386: Move setting defaults out of cpu_x86_parse_featurestr() | Igor Mammedov |
2013-01-15 | target-i386: check/enforce: Check all feature words | Eduardo Habkost |
2013-01-15 | target-i386/cpu.c: Add feature name array for ext4_features | Eduardo Habkost |
2013-01-15 | target-i386: kvm_check_features_against_host(): Use feature_word_info | Eduardo Habkost |
2013-01-15 | target-i386/cpu: Introduce FeatureWord typedefs | Eduardo Habkost |