summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi1-1/+3
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno79-351/+364
2011-03-21Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno10-69/+339
2011-03-21rbd: don't link with -lcryptoAurelien Jarno1-1/+1
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell1-1/+63
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah3-1/+11
2011-03-21virtio-console: Keep chardev open for other users after hot-unplugAmit Shah1-1/+5
2011-03-21virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah1-1/+0
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah1-9/+3
2011-03-21virtio-serial: Enable ioeventfdAmit Shah1-0/+3
2011-03-21virtio-serial: Disallow generic ports at id 0Amit Shah1-0/+9
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah4-15/+21
2011-03-21remove qemu_get_clockPaolo Bonzini2-18/+0
2011-03-21add a generic scaling mechanism for timersPaolo Bonzini2-13/+21
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini68-268/+268
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini14-56/+56
2011-03-21add more helper functions with explicit milli/nanosecond resolutionPaolo Bonzini1-0/+23
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil4-10/+10
2011-03-19petalogix_ml605_mmu: remove unused variableBlue Swirl1-3/+2
2011-03-19qemu-thread: delete unused functionsBlue Swirl2-40/+0
2011-03-19w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroyStefan Weil1-0/+21
2011-03-19i8254: Fix migration from older versionsJan Kiszka1-0/+2
2011-03-16Expose thread_id in info cpusJan Kiszka8-0/+29
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka3-22/+16
2011-03-16kvm: x86: Reorder functions in kvm.cJan Kiszka1-54/+54
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka4-13/+13
2011-03-16kvm: Rework inner loop of kvm_cpu_execJan Kiszka1-12/+14
2011-03-16kvm: Reorder error handling of KVM_RUNJan Kiszka1-6/+5
2011-03-16kvm: Keep KVM_RUN return value in separate variableJan Kiszka1-5/+5
2011-03-16kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUGJan Kiszka1-2/+2
2011-03-16kvm: x86: Synchronize PAT MSR with the kernelJan Kiszka1-0/+5
2011-03-16x86: Save/restore PAT MSRJan Kiszka1-0/+2
2011-03-16x86: Properly reset PAT MSRJan Kiszka3-3/+7
2011-03-16kvm: Mark VCPU state dirty on creationJan Kiszka1-0/+1
2011-03-16kvm: x86: Do not leave halt if interrupts are disabledJan Kiszka1-1/+3
2011-03-16kvm: Add in-kernel irqchip awareness to cpu_thread_is_idleJan Kiszka1-1/+2
2011-03-16microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek5-1/+308
2011-03-16xilinx: Add AXIENET & DMA modelsEdgar E. Iglesias4-0/+1448
2011-03-16microblaze: Compile uart 16550 serial driverMichal Simek2-0/+2
2011-03-16Add qcow2 documentationKevin Wolf1-0/+260
2011-03-15win32: implement missing timersubBlue Swirl2-5/+20
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi3-8/+9
2011-03-15s390: Detect invalid invocations of qemu_ram_free/remapJan Kiszka1-0/+4
2011-03-15x86: Unbreak TCG support for hardware breakpointsJan Kiszka2-24/+30
2011-03-15Implement qemu_kvm_eat_signals only for CONFIG_LINUXJan Kiszka1-47/+47
2011-03-15hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0Feiran Zheng1-1/+1
2011-03-15Improve error handling in do_snapshot_blkdev()Jes Sorensen1-6/+17
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler1-13/+28
2011-03-15Don't allow multiwrites against a block device without underlying mediumRyan Harper1-0/+8
2011-03-15tools: Use real async.c instead of stubsKevin Wolf2-45/+6