1. 19 7月, 2012 7 次提交
    • H
      monitor: remove unused do_info_trace · 88affa1c
      Harsh Prateek Bora 提交于
      Going forward with simpletrace v2 variable size trace records, we cannot
      have a generic function to print trace event info and therefore this
      interface becomes invalid.
      
      As per Stefan Hajnoczi:
      
      "This command is only available from the human monitor.  It's not very
      useful because it historically hasn't been able to pretty-print events
      or show them in the right order (we use a ringbuffer but it prints
      them out from index 0).
      
      Therefore, I don't think we're under any obligation to keep this
      command around.  No one has complained about it's limitations - I
      think this is a sign that no one has used it.  I'd be okay with a
      patch that removes it."
      
      Ref: http://lists.gnu.org/archive/html/qemu-devel/2012-01/msg01268.htmlSigned-off-by: NHarsh Prateek Bora <harsh@linux.vnet.ibm.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      88affa1c
    • A
      trace: added ability to comment out events in the list · 794b1f96
      Alexey Kardashevskiy 提交于
      It is convenient for debug to be able to switch on/off some events easily.
      The only possibility now is to remove event name from the file completely
      and type it again when we want it back.
      
      The patch adds '#' symbol handling as a comment specifier.
      Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
      Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      794b1f96
    • A
      Merge remote-tracking branch 'kwolf/for-anthony' into staging · dfe1ce5d
      Anthony Liguori 提交于
      * kwolf/for-anthony: (41 commits)
        fdc-test: Clean up a bit
        fdc-test: introduce test_relative_seek
        fdc: fix relative seek
        qemu-iotests: Valgrind support
        coroutine-ucontext: Help valgrind understand coroutines
        qemu-io: Fix memory leaks
        hw/block-common: Factor out fall back to legacy -drive cyls=...
        blockdev: Don't limit DriveInfo serial to 20 characters
        hw/block-common: Factor out fall back to legacy -drive serial=...
        hw/block-common: Move BlockConf & friends from block.h
        Relax IDE CHS limits from 16383,16,63 to 65535,16,255
        blockdev: Drop redundant CHS validation for if=ide
        hd-geometry: Compute BIOS CHS translation in one place
        qtest: Test we don't put hard disk info into CMOS for a CD-ROM
        ide pc: Put hard disk info into CMOS only for hard disks
        block: Geometry and translation hints are now useless, purge them
        qtest: Cover qdev property for BIOS CHS translation
        ide: qdev property for BIOS CHS translation
        qdev: New property type chs-translation
        qdev: Collect private helpers in one place
        ...
      dfe1ce5d
    • A
      Merge remote-tracking branch 'qemu-kvm/uq/master' into staging · 09f06a6c
      Anthony Liguori 提交于
      * qemu-kvm/uq/master:
        virtio: move common irqfd handling out of virtio-pci
        virtio: move common ioeventfd handling out of virtio-pci
        event_notifier: add event_notifier_set_handler
        memory: pass EventNotifier, not eventfd
        ivshmem: wrap ivshmem_del_eventfd loops with transaction
        ivshmem: use EventNotifier and memory API
        event_notifier: add event_notifier_init_fd
        event_notifier: remove event_notifier_test
        event_notifier: add event_notifier_set
        apic: Defer interrupt updates to VCPU thread
        apic: Reevaluate pending interrupts on LVT_LINT0 changes
        apic: Resolve potential endless loop around apic_update_irq
        kvm: expose tsc deadline timer feature to guest
        kvm_pv_eoi: add flag support
        kvm: Don't abort on kvm_irqchip_add_msi_route()
      09f06a6c
    • A
      Merge remote-tracking branch 'qmp/queue/qmp' into staging · 513e6bde
      Anthony Liguori 提交于
      * qmp/queue/qmp:
        qapi: Convert getfd and closefd
        qapi: input_type_enum(): fix error message
        qmp: dump-guest-memory: improve schema doc
      513e6bde
    • A
      Merge remote-tracking branch 'kraxel/bios.2' into staging · 052bb77a
      Anthony Liguori 提交于
      * kraxel/bios.2:
        Add vgabios build rules to roms/Makefile
      052bb77a
    • A
      Merge remote-tracking branch 'kraxel/usb.57' into staging · 83199ca4
      Anthony Liguori 提交于
      * kraxel/usb.57:
        ehci: improve expire time calculation
        ehci: implement Interrupt Threshold Control support
        ehci: raise irq in the frame timer
        uhci: initialize expire_time when loading v1 vmstate
        usb: add usb attached scsi emulation
        scsi: add free_request callback
      83199ca4
  2. 18 7月, 2012 7 次提交
  3. 17 7月, 2012 26 次提交