Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115277
b: refs/heads/master
c: ee032c9
h: refs/heads/master
i:
  115275: ead3c96
v: v3
  • Loading branch information
Harvey Harrison authored and Avi Kivity committed Oct 15, 2008
1 parent d14635d commit 88bb9b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29c8fa32c5d1e2d26d53ad9467b3a13130014cdf
refs/heads/master: ee032c993edd34e0bdf64dab06a55d0e08a4eeb9
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ int pit_has_pending_timer(struct kvm_vcpu *vcpu)
return 0;
}

void kvm_pit_ack_irq(struct kvm_irq_ack_notifier *kian)
static void kvm_pit_ack_irq(struct kvm_irq_ack_notifier *kian)
{
struct kvm_kpit_state *ps = container_of(kian, struct kvm_kpit_state,
irq_ack_notifier);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct kvm_stats_debugfs_item debugfs_entries[] = {
{ NULL }
};

struct kvm_assigned_dev_kernel *kvm_find_assigned_dev(struct list_head *head,
static struct kvm_assigned_dev_kernel *kvm_find_assigned_dev(struct list_head *head,
int assigned_dev_id)
{
struct list_head *ptr;
Expand Down

0 comments on commit 88bb9b8

Please sign in to comment.